Skip to main content

NotificationListResponse

notifications object[]required
  • Array [
  • idId (string)required
    titleTitle (string)required
    messageMessage (string)required
    typeType (string)required
    is_readIs Read (boolean)required
    read_at object
    anyOf
    string<date-time>
    action_url object
    anyOf
    string
    action_label object
    anyOf
    string
    created_atstring<date-time>required
  • ]
  • countCount (integer)required
    NotificationListResponse
    {
    "notifications": [
    {
    "id": "string",
    "title": "string",
    "message": "string",
    "type": "string",
    "is_read": true,
    "read_at": "2024-07-29T15:51:28.071Z",
    "action_url": "string",
    "action_label": "string",
    "created_at": "2024-07-29T15:51:28.071Z"
    }
    ],
    "count": 0
    }