Pagination & Sorting
Common Parameters
Example
{
request: {
sort: 1,
start: 100, //if not 0
asof: '2022-01-01', //if specified in request
target_filter: 'pci' //if specified in request
target_count: 10,
},
pagination: {
total: 1533,
start: 100,
limit 100
},
list: [
{...},{...},{...}
]
}Last updated