List Notifications
GET
/v2/notificationsLast modified: 3 days ago
Get a list of notifications
Request
Query Params
unread
boolean
optional
Fetch only the notifications that are unread
Request samples
Responses
OK(200)
Unauthorized(401)
HTTP Code: 200
Content Type : JSONapplication/json
Notification list
Data Schema
data
array [object {3}]
optional
id
string <uuid>
optional
type
string
optional
attributes
object
optional
meta
object
optional
Example
{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "string",
"attributes": {
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"type": "string",
"record_type": "string",
"record_uuid": "d72e601f-9187-4587-8cc7-767eb01d6038",
"created_at": "2019-08-24T14:15:22.123Z",
"params": {
"event": "started",
"title": "The scan Test changed to started",
"category": "info",
"event_type": "scan_event"
},
"updated_at": "2019-08-24T14:15:22.123Z",
"read_at": "2019-08-24T14:15:22.123Z",
"seen_at": "2019-08-24T14:15:22.123Z"
}
}
],
"meta": {}
}
Last modified: 3 days ago