Paginated data output
If the number of objects to display exceeds 20, use the output page by page.
{
"count": 45,
"next": "https://<INSTANCE>.inspector-cloud.com/api/v1.5/sku/?page=2",
"previous": null,
"results": [ ... ]
}
Parameters
count
The number of objects to output.
next
Next page.
previous
Previous page.
result
List of objects.