findPersonsByAttributesPaged
findPersonsByAttributesPaged
The findPersonsByAttributesPaged method returns a page of Person records that match any of the person attributes that are provided in the search object which acts as a template
Method
The method uses the POST HTML method.
Input
The input to the method are three parameters.Â
Person object: with any attributes provided as search criteria
firstRecord: Start index of the page.
maxRecords: Size of the page.
Output
The output is the list of person records that match the search criteria if found or an empty document if no entry is found by the system.
Â