Users Me Activities
List caller's personal activities (paginated, filterable by status)
get/v1/users/me/activities
Query parameters
pagenumber
Page number (1-based)
pageSizenumber
Items per page
status'PENDING' | 'APPROVED' | 'AUTO_APPROVED' | 'REJECTED' | 'CANCELLED'
Response
Example response
{
"total": 42,
"page": 1,
"pageSize": 20
}Changes
Changed in 1 of the 4 revisions of this API.3
- ○
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
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○