Get Inbox
Retrieves all inbox notification entries for the currently authenticated user.
Query parameters
language code for multilingual fields. Must be supported by application.
page number
string to search for in the resource
page size
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
}Changes
Changed in 6 of the 56 revisions of this API.126
- ○
added the new optional
queryrequest parameterlanguagenew-optional-request-parameter
- ○
- ●
added the new
DATA_PROVIDER_ERRORenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
DATA_PROVIDER_ERRORenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
- ○
removed the
DATA_PROVIDER_ERRORenum value from thetyperesponse property for the response status404response-property-enum-value-removed
- ○
removed the
DATA_PROVIDER_ERRORenum value from thetyperesponse property for the response status500response-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
DATA_PROVIDER_ERRORenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
DATA_PROVIDER_ERRORenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ○
added the optional property
items/items/targetIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/items/targetTypeto the response with the200statusresponse-optional-property-added
- ●
- ●
added the new
OTP_EXPIREDenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
OTP_EXPIREDenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
added the new
OTP_INVALIDenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
OTP_INVALIDenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
added the new
OTP_LOCKEDenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
OTP_LOCKEDenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
added the new
OTP_RESEND_COOLDOWNenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
OTP_RESEND_COOLDOWNenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○