PeopleVox pagination method

Overview

This pagination method has been developed specifically for PeopleVox. It should not be used with other systems.

Limit-offset options

OptionSummary

Limit

Enter the number of items to be returned per page. For example: 50.

Total count tag field

The name of the PeopleVox response field which contains the total number of records available. For PeopleVox this is TotalCount.

Special notes

PeopleVox GET endpoints include body content which handles specific requirements for PeopleVox data. This includes a Patchworks pagination variable, which is used to calculate page numbers:

<PageNo>[[pagination.page]]</PageNo>

This note is for reference only - there should never be a need to change this content.

Last updated