{
"records": [
{
"id": 4066131,
"community_id": 235
},
{
"id": 4066135,
"community_id": 235
}
],
"pagination": {
"next_page_info": "CNOW-AE"
},
"result_type": "records"
}
100
records. The pagination is done via a cursor
.pagination
object. E.g.: ...
"pagination": {
"next_page_info": "CNOW-AE"
},
...
page_info
paramater set to value of next_page_info
.next_page_info
is empty - it means that there is no more pages available.limit
- allows to change size of returned data. Maximum allowed value is 100
sort_by
- allows to choose field in which order records will be returned. Note that this field must be allowed to be sorted by in the report (it's returned in Metadata
endpoint as sortable_fields
sort_direction
- allows to change sorting direction. Allowed values: ASC
, DESC