RESTful Web Services Interface (legacy API)

loadAllPersonsPaged

1 min read

On this page
  1. Method
  2. Input
  3. Output

The loadAllPersonsPaged method returns a page of Person records .

Method

The method uses the GET HTML method.

Input

The input to the method are two Integer parameters.  

firstRecord: Start index of the page.

maxRecords: Size of the page.

Output

The output is the list of Person entry if found or an empty document if no entry is known by the system.

Up to Person Query Resource Documentation