Returns a list of notifications in the platform.

Notifications are periodically removed from the system. There is a limit of most revent notifications per user that is controlled by NOTIFICATIONS_MAX_PER_USER value in platform settings.

Required permissions

  • read notifications
Query Params
int32
≥ 1

Maximum number of items to be returned

int32
≥ 0

Return results starting from the specified (zero-based) index

string

Comma-separated list of fields to sort on. Prefix a field with the minus "-" sign if you intend to apply descending sorting to it

boolean

Set this parameter to false if you want to only retrieve the number of objects matching the query

string

Comma-separated list of attributes to be returned. Nested attributes are separated by dots - e.g. data.title

string

Filter by recipient user

string

Filter by type of the message

string

Filter by type of the event

boolean

Filter by whether the notification is read

Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json