GET
/
notifications
List notifications
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/notifications
{
  "items": [
    {
      "actionability": "<string>",
      "body": "<string>",
      "createdAt": "<string>",
      "domain": "<string>",
      "entityId": "<string>",
      "eventType": "<string>",
      "id": "<string>",
      "read": true,
      "readAt": "<string>",
      "severity": "<string>",
      "summary": "<string>",
      "title": "<string>",
      "urgency": "<string>"
    }
  ],
  "unreadCount": 123
}

Query Parameters

limit
integer

Page size

offset
integer

Offset

Response

OK

items
object[]
unreadCount
integer