I need to get a list of jobs and a list of candidates that have applied for the job along with their details. Reading the documentation, the only way to do it is to use the search API to get the list and sending separate request for each search result to get the details. Is it possible to do it in a different way (preferably a single request to get the list and its details)?
Submitted by
iCIMSUNIFIL on April 13, 2020Permalink
There is no single request URL to get profile details for a list of candidates/jobs at once. The Profiles API requires the Profile ID to be specified in the query:
There is no single request URL to get profile details for a list of candidates/jobs at once. The Profiles API requires the Profile ID to be specified in the query:
https://api.icims.com/customers/{customerId}/{profileType}/{profileId}