This method provides you with access to all the unseen notifications for the authenticating user.
/api/v2/notifications/unseen
This method can only be used by user access tokens. Application wide tokens do not have access to this method.
since
- a unix integer-based timestamp of which all notifications have have been received since (optional, shows all by default).[
{
"id": 15,
"type": "new_ticket",
"timestamp": "2012-08-10T21:22:16Z",
"message": null,
"preview": null,
"ticket": [... ticket hash as shown in the ticket properties page ...],
"actor": {
"name": "Adam Cooke",
"email": null
},
"url": "https://atech.sirportly.com/staff/tickets/GK-944218"
}
]