Paging with SearchAPI



Submitted by iCIMSUNIFIL on June 18, 2020 Permalink

Hi all,

I like to add paging to the following filter list (to be used with the Search Api):

{
"filters": [
{
"name": "person.firstname",
"value": ["John"]
},
{
"name": "person.firstname",
"value": ["Jim"]
}
],
"operator": "|"
}

What is the best way to add the "person.id" information to the filter list? What is the best way to achieve this?

Thanks in advance!

Submitted by iCIMSUNIFIL on June 19, 2020 Permalink

The Paging section of the Search API page includes instructions and examples:

https://developer.icims.com/REST-API/Object-Types-Commands/Search-API

Please let us know if there are any questions.