notifications

Get Notifications

Retrieve all notifications for the current user.

Returns notifications ordered by most recent first. Bilateral model: user sees notifications they sent OR received. Use POST /notifications/read to mark specific notifications as read.

get/api/notifications/

Response

Successful Response

type'user_message' | 'workspaceuser_added_owner' | 'workspaceuser_added_collaborator' | 'workspaceuser_added_guest' | 'workspaceuser_removed' | 'workspaceuser_updated_owner' | 'workspaceuser_updated_collaborator' | 'workspaceuser_updated_guest' | 'contact_accepted' required

Notification types - all persisted AND delivered via WebSocket.

Type is self-descriptive, no need to parse content field.

external_idstring required
workspace_ext_idstring nullable
contentstring nullable
newboolean
created_atstring date-time required
updated_atstring date-time required

Changes

Changed in 2 of the 34 revisions of this API.91

    • added the new contact_accepted enum value to the items/type response property for the response status 200

      response-property-enum-value-added

    • added the new user_message enum value to the items/type response property for the response status 200

      response-property-enum-value-added

    • added the new workspaceuser_added_collaborator enum value to the items/type response property for the response status 200

      response-property-enum-value-added

    • added the new workspaceuser_added_guest enum value to the items/type response property for the response status 200

      response-property-enum-value-added

    • added the new workspaceuser_added_owner enum value to the items/type response property for the response status 200

      response-property-enum-value-added

    • added the new workspaceuser_removed enum value to the items/type response property for the response status 200

      response-property-enum-value-added

    • added the new workspaceuser_updated_collaborator enum value to the items/type response property for the response status 200

      response-property-enum-value-added

    • added the new workspaceuser_updated_guest enum value to the items/type response property for the response status 200

      response-property-enum-value-added

    • added the new workspaceuser_updated_owner enum value to the items/type response property for the response status 200

      response-property-enum-value-added

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog