Skip to main content

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

integer

The number of objects to output.


next

url

Next page.


previous

url

Previous page.


result

list of objects

List of objects.