User Session
List Inbox Items
get/user_session/inbox
Query parameters
pageinteger
pageSizeinteger
recipientIdstring
kind'question' | 'annotation' | 'task' | 'maintenance'
state'open' | 'completed' | 'dismissed'
scope'mine' | 'team'
teamIdstring
Response
OK
Example response
{
"$schema": "/v1/schemas/PaginatedResponseBodyInboxItem.json"
}Changes
Changed in 2 of the 47 revisions of this API.13
- ▲
the response property
///became optional for the statusresponse-property-became-optional
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
This revision also has 20 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○