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
200 OK
NotificationPaged
{
"notifications": {
"Notifications": [
{
"changedBy": {
"id": 0,
"meta": {},
"type": "string"
},
"eventDate": "2024-11-21T11:55:21.013Z",
"id": 0,
"isRead": true,
"object": {
"id": 0,
"meta": {},
"type": "string"
},
"operation": "string",
"title": "string",
"url": "string"
}
]
}
}