ListResult
ListResult
JSON Example
{
"_self": {
"rel": "string"
},
"cursor": "string",
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"sort_ascending": false,
"result_count": 0,
"_schema": "string",
"sort_by": "string"
}
string
cursor
Optional
cursor
array of ResourceLink
_links
Optional
The server will populate this field when returing the resource. Ignored on PUT and POST.
boolean
sort_ascending
Optional
sort_ascending
integer As int64 As int64
result_count
Optional
result_count
string
_schema
Optional
_schema
string
sort_by
Optional
sort_by
Used By