Response Format
Errors
{
"code": 995,
"message": "The specified resource was not found."
}Paginated lists
{
"items": [
<list of records>
],
"pageIndex": 1,
"pageSize": 20,
"totalPages": 7,
"totalCount": 123,
"hasPreviousPage": false,
"hasNextPage": true
}Other requests
Regular resource requests
Other requests
Last updated