Skip to main content

This type defines the pagination settings for a result set.

Types that use Pagination

ProductResponseSpecificationResponse

Calls that use Pagination

Fields

Field
Type
Description
count
The number of results showing on the current page of results.
limit
The max number of entries that can be returned on a single page.
offset
The number of items that will be skipped in the result set before returning the first item in the paginated response.
total
The total number of results in a result set.