Get notifications

Retrieves a list of notifications with OData like query support

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

OData like filter expression. Supported operators: eq, and, gt, lt. Supported fields: id, userId, dateCreated, authorId, authorName, isDismissed Examples:

  • dateCreated gt 2025-10-01T00:00Z and dateCreated lt 2025-12-01T00:00Z
  • userId eq 9a1f6372-d01a-45fc-bbcb-7b4b940174c6 and isDismissed eq false
string

Order results by one or more fields. Use 'asc' or 'desc' for direction. Supported fields: id, userId, dateCreated, authorId, authorName, isDismissed Example: dateCreated desc

integer
1 to 100
Defaults to 100

Number of records to return (page size)

integer
≥ 0
Defaults to 0

Number of records to skip (for pagination)

boolean
Defaults to false

Include total count of matching records in response

string

Comma-separated list of fields to include in response. Supported fields: id, userId, dateCreated, authorId, authorName, isDismissed Example: userId, dateCreated

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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