Notifications
Get Inbox
Retrieves all inbox notification entries for the currently authenticated user.
get/api/notification/v1/inbox
Query parameters
languagestring
language code for multilingual fields. Must be supported by application.
pageinteger
page number
searchTermstring
string to search for in the resource
sizeinteger
page size
sortByobject
List of field names to sort by. Default is ascending prefix with - for descending
Response
OK
Example response
{
"items": [
{
"createdAt": "2022-03-10T12:15:50"
}
],
"totalItems": 42,
"totalPages": 5,
"currentPage": 1,
"pageSize": 10
}