If the response is empty the…
If the response is empty the fields have not been completed on the profile you are retrieving. If you get 'not accessible' the fields are hidden from your API user. If you receive "Information Complete" for PII data teh is a view EEO data setting that must be updated for the API user.
Here is how I did it, I…
Here is how I did it, I couldn't find any better way.
Call the Search api for applicantworkflows for a given job id to get the list of candidates that have accepted the offer and use this to calculate the number of remaining openings.
https://api.icims.com/customers/XXXXX/search/applicantworkflows
'{"filters":[{"name":"applicantworkflow.job.id","value":["<job id>"],"operator":"="},{"name":"applicantworkflow.status","value":["C27794","D10024","D10034","C15214","D10023"],"operator":"="}],"operator":"&"}'.
Not able to fetch any data in Recruiting workflow. Response would be empty.
Url being used:
https://api.icims.com/customers/12533/applicantworkflows/47?fields=offeramount
Trying to fetch all the below fields:
bonus, offeramount, proposedstartdate but not able to fetch any of them.