InlineRequestParameters1
InlineRequestParameters1
JSON Example
{
"cursor": "string",
"page_size": 0,
"sort_ascending": false,
"sort_by": {
"attribute": "string"
}
}
string
cursor
Optional
A cursor to keep track of pages returned by the backend (a page number)
integer As int32
As int32
page_size
Optional
Constraints:
default: 100
Number of records to be returned in the API request
boolean
sort_ascending
Optional
True, if the list of records returned need to be sorted in ascending order, false otherwise.