Doubt about data structure
HI,
Based on our agreement with ICIMS, attached, we have started using the API system to gather open positions, and we have the following issues. Could you resend to them or provide me a contact to stablish the dialog with?
To obtain the list of jobs we make the request to the following endpoint:
https://api.icims.com/customers/9268/search/jobs
We are doing the request filtering by POST and by GET.
When opening any of these jobs, in this case the job we do not get all the information that we need from the same job, such as its body or description. Date of creation of this job and in this case when it is closed the closing date.
At Search API chapter (https://developer.icims.com/REST-API/Object-Types-Commands/Search-API) the endpoint indicated for the search for published jobs is
https://api.icims.com/customers//search/jobs, but the link https://developer.icims.com/REST-API/Object-Types-Commands/Job-Portal-API indicates this link is https://api.icims.com/customers/{customerId}/search/portals/{portalIdOrName} instead of the previous one.
And we get this error: 'Portal with ID jobs not found.'
If we follow this example https://developer.icims.com/REST-API/Object-Types-Commands/Job-Portal-API
It returns 4 attributes for each job, not 2 like in our case.
Could you help us and identify what’s wrong in our request, or how can we get the fields we want from the job which in this case are the body and the category?
Regards
Please review the https:/
- Log in to post comments
Please review the https://developer.icims.com/REST-API/Object-Types-Commands/Profiles link for details on how to get specific fields on a specific job. If you are working on an active integration project, please work with your Integration Consultant for any questions.