List objects according to the cursor specifications and limit
List objects according to the cursor specifications and limit
Query Parameters
- cursor string required
The cursor
- limit integer required
Default value:
10
The maximum number of results
Responses
- 200
- 401
Found.
- application/json
- Schema
- Example (from schema)
Schema
- first string required
items object[]
An array of objects.
id string required- last string required
- next string required
- prev string required
- self string required
{
"first": "string",
"items": [
{
"id": "string"
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure
Loading...