v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Notifications

Get

Get a notification for the given id.

get/public/api/notifications/{id}

Path parameters

idstring required

The id of the notification

Headers

Acceptstring

e.g. application/json

Response

OK

notification_idstring
titlestring
modestring
sender_idstring
push_recipientsnumber
entity_typestring
entity_idstring
updated_datestring
created_datestring

Example response

{
  "notification_id": "54ab03c6546847ee0d30081d",
  "title": "Rocket ltd notification 1",
  "mode": "notification",
  "sender_id": "54ab03c6546847ee0d30072b",
  "push_recipients": 3,
  "entity_type": "Mission",
  "entity_id": "54ab03c6546847ee0d30072a",
  "updated_date": "2018-05-23T04:51:40.862Z",
  "created_date": "2018-05-23T04:51:40.862Z"
}