List notifications
Notifications
List notifications
Get every notification for the current user, read and unread.
GET
List notifications
Authorizations
API key or session token (Bearer)
Response
List of notifications
Free-text body. Null for generated notifications, whose text the client renders from type and eventData.
One of: info, task_created, workspace_created, task_status_changed, task_assignee_changed, time_entry_created, due_date_reminder, task_overdue, task_mention, task_comment.
The id of the task or workspace the notification points at.
task or workspace.
Type-specific payload, e.g. { taskTitle, oldStatus, newStatus, projectId, workspaceId }.