Skip to main content

UserContactsPagingInfo

Information on paging

Properties

NameTypeRequiredDescription
pageintCurrent page number. 1-indexed, so the first page is 1 by default. May be omitted if the result is empty (because non-existent page was specified or perPage=0 was requested)
per_pageintCurrent page size, describes how many items each page contains. Default value is 100. Maximum value is 1000. If perPage value in the request is greater than 1000, the maximum value (1000) is applied
page_startintZero-based number of the first element on the current page. Omitted if a page is omitted or the result is empty
page_endintZero-based index of the last element on the current page. Omitted if a page is omitted or the result is empty
total_pagesintTotal number of pages in a dataset. May be omitted for some resources due to performance reasons
total_elementsintTotal number of elements in a dataset. May be omitted for some resource due to performance reasons

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →