GET/spaces/api/v1/notifications.json

Returns a list of notifications.

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
  • Code
    500
    Type
    object
    Schema
    Description
    500 Internal Server Error

Examples

200 OK

NotificationPaged
{
  "notifications": {
    "Notifications": [
      {
        "changedBy": {
          "id": 0,
          "meta": {},
          "type": "string"
        },
        "eventDate": "2024-07-26T20:26:26.473Z",
        "id": 0,
        "isRead": true,
        "object": {
          "id": 0,
          "meta": {},
          "type": "string"
        },
        "operation": "string",
        "title": "string",
        "url": "string"
      }
    ]
  }
}