Submitted by
iCIMSUNIFIL on June 18, 2020
Permalink
Submitted by
iCIMSUNIFIL on June 19, 2020
Permalink
Search API
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.
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!