List Invite Logs
List invite log.
Query parameters
The number of objects you want returned in a collection.
Uses the filter values of the previous page to determine the next set of items.
Response
OK
Example response
{
"code": "OK",
"message": "Success",
"requestId": "5b79399a-6852-4234-bb0e-ad472648282d",
"data": {
"nextCursor": "1259723474",
"items": [
{
"id": "17bbf36498de4d68a0d4f86c7b62f69f",
"createdAt": "2021-04-14T09:30:24Z"
}
]
}
}Changes
Changed in 1 of the 51 revisions of this API.10
- ○
removed the non-success response with the status
400response-non-success-status-removed
- ○
removed the non-success response with the status
401response-non-success-status-removed
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
removed the non-success response with the status
404response-non-success-status-removed
- ○
removed the non-success response with the status
415response-non-success-status-removed
- ○
removed the non-success response with the status
429response-non-success-status-removed
- ○
removed the non-success response with the status
500response-non-success-status-removed
- ○
removed the non-success response with the status
501response-non-success-status-removed
- ○
removed the non-success response with the status
503response-non-success-status-removed
- ○
removed the non-success response with the status
504response-non-success-status-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○