Skip to content

Search for Notification records​

GET
/notifications

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Responses​

application/json
JSON
{
"AggregateCount": 0,
"MetaData": null,
"NotificationId": 0,
"DatabaseId": "string",
"UserName": "string",
"DateEnteredUTC": "string",
"ExpiresUTC": "string",
"Flags": null,
"Associations": [
{
"RecordType": 0,
"RecordId": "string"
}
],
"Color": null,
"Subject": "string",
"Message": "string",
"CanCancel": true
}

Playground​

Authorization
Variables
Key
Value

Samples​