Pagination
{
success: true,
identifier: <request identifier>,
data: {
[response key]: [...],
pagination: {
current_results: {
from: 1,
to: 25
},
total_results: 100
},
identifier: <endpoint identifier>
}
}Last updated
Was this helpful?