Is there a get all functionality?



Hello, I performed a search to get all the applicant workflow records. And now from that data I'd 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.

Submitted by iCIMSUNIFIL on February 28, 2022 Permalink

There is no GET All functionality. If you need data from each profile you will need to issue a GET request using the profile ID. An example is provided in the Get all job applications / candidate (https://developer.icims.com/get-all-job-applications-candidate) question in this forum.