v1

latestOpenAPI 3.0.32026-07-17542197.8 KB
Notification

Get all in-app notification of the requesting user.

Returns the paginated list of in-app notifications

get/v1/notifications

Query parameters

offsetinteger

Number of resources to skip.

limitinteger

Number of resources to return.

Response

OK

idstring required

Unique identifier of the in-app notification.

titlestring required

Title of the in-app notification.

descriptionstring required

Description of the in-app notification.

recipientstring required

ID of the user who got notified.

readboolean required

Whether the notification was read by the user.

created_atstring date-time required

Date when the todo item was created.

updated_atstring date-time nullable required

Date when the in-app notification was updated.

Example response

[
  {
    "id": "9bsv0s46s6s002p9ltq0",
    "title": "Do something great",
    "description": "Make the world a better place!"
  }
]