Search Results
Displaying 141 - 150 of 203- Is there a get all functionality - Forum
Last Modified Feb 27, 2022 11:42 PMHello I performed a search to get all the applicant workflow records And now from that data Id like to get each applicant person and job Our data set is over 400k Is there a way to get everything or at least in 1000 record increments instead of having to iterate though each url This process seem extremely cumbersome
- Is there a get all functionality - Forum
Last Modified Feb 27, 2022 11:45 PMHello I performed a search to get all the applicant workflow records And now from that data Id like to get each applicant person and job Our data set is over 400k Is there a way to get everything or at least in 1000 record increments instead of having to iterate though each url
- Example request response paylods for Datastream events - Forum
Last Modified Mar 24, 2022 10:52 AMWanted to understand more of Datastream event API an example req response would help Also are there any significant changes in payload bw Datastream events Legacy streaming When to prefer Datastream events in comparision to Legacy streaming they both seem to offer the same functionality to fetch profile changes given an offset
- Custom and standard fields are not returned in API response - Forum
Last Modified Apr 07, 2022 02:16 PMI am accessing the below API with filters httpsapiicimscomcustomerscustomerIdpeoplepeopleidfields=externalidfirstnamemiddlenamelastnamePreferredNameaddressesphonesemailgenderbirthdateracestartdateusssnrcf4003jobrcf4003rcf2006drivinglicensenumberdrivinglicensestate I am not getting the customfields in the response even though they are getting displayed in UI Sample Response birthdate Information…
- Person Attachments API - Forum
Last Modified Apr 08, 2022 03:17 PMIs there an API to downloadupload attachments related to a person record
- get all users of org - Forum
Last Modified Apr 12, 2022 07:22 AMis thr any possibility to get all users of the org
- Identify Rehired candidates and related information - Forum
Last Modified Apr 15, 2022 09:29 AMWhen we have a candidate that has applied to multiple Jobs and this is the 2nd 3rd time being hired How can we identify the Last JobRequisition this person was hired And how to pull the data related to this occurance
- get all fields of entities - Forum
Last Modified Apr 18, 2022 03:52 AMHi is there a way to export all fields available for a specific entity without listing all the fields also using the schema API I found 100+ fields called fieldXXXX is there a mapping between those fields ids and their names so I can understand whats in there I saw some cases where I exported person entity and listed all the fields exist in the documentation but didnt receive the gender field…
- multiple person id in payload not working for search api - Forum
Last Modified Apr 18, 2022 02:48 PMhttpsapiicimscomcustomerscustomerIDsearchapplicantworkflowsstaleness=0 filters name applicantworkflowpersonid value 147 23 operator = operator Basically i want to retrieve applicantworkflows for specific persons Im using the payload for multiple applicantworkflowpersonid in the value fieldref above payload which is returning me all the results irrespective of personid Please help me with…
- get all of the fields of form data - Forum
Last Modified Apr 26, 2022 02:38 AMHi I need to get all of the forms related to a person and export the form data Im using the search API and getting the ids of the relevant form data I see in the documentation that in order to get all of the questions answers there are 2 options 1 use the URL with the form name 2 list the names of the requested question in the params since I cant get either of those values from the search API…