Contents

PagingInformation.Paging

Paging details such as the total number of resources and the per-page limit.

Declaration

object PagingInformation.Paging

Properties

NameTypeDescription
totalinteger

The total number of resources matching your request.

limit Requiredinteger

The maximum number of resources to return per page, from 0 to 200.

nextCursorstring

Discussion

Adjust the number of resources returned per page by using the limit query parameter in your request. For example, the following request returns the first 10 testers:

GET /v1/betaTesters?limit=10