Download OpenAPI specification:Download
Documentation and interface contract for the Notifications API. This API manages the lifecycle and retrieval of user notifications.
Retrieve a paginated list of notifications.
| establishment-id required | string Identifier of the establishment that owns the notifications. |
| receiver-id required | string Identifier of the user receiving the notifications. |
| currentPage | integer Current page number. If it is the first request, this parameter should be omitted. |
| pageSize | integer Number of items per page. |
| X-Correlation-ID | string Correlation identifier used for tracing requests. |
{- "totalElements": 0,
- "totalPages": 0,
- "currentPage": 0,
- "content": [
- {
- "id": "string",
- "title": "string",
- "message": "string",
- "resource": "string",
- "resourceId": "string",
- "read": true,
- "sendingDate": "2019-08-24T14:15:22Z",
- "receiverId": "string"
}
]
}