Search API - people - person.folder - An unknown error occurred
General discussionWhen i try to use the search API to search for people and filter on person.folder i always receive the error "an known error occurred". several other filters using the same search API to find people work just fine.
is there an issue with filtering on person.folder or do i need to adjust my filters somehow so it does not produce the error?
i am using curl to run the command and my filter looks like this:
{"filters": [{"name": "person.folder", "value": ["Cand:Unreviewed"], "operator": "=" }]}
Warning: Home Address: Multiple home addresses already exist, data import not loaded Records: ...
General discussionWe get this error when importing employee data. Does anyone know how to proactively prevent these errors?
What does lists refers to?
General discussionI see there number of references to lists.
But what does it actually refers to?
Is it a features of candidate/job?
Does it refers parameters of a candidate/job?
Does it refers to property of an object [ i.e candidate/job ]?
https://developer.icims.com/REST-API/Object-Types-Commands/list-api
- Read more about What does lists refers to?
- 1 comment
- Log in to post comments
Standard Integrations - Fields for Jobs API
General discussionHi Support, what fields are allowed to be used from the jobs API for a standard integration? Can you direct me to where that is mentioned in the documentation? Thanks.
- Read more about Standard Integrations - Fields for Jobs API
- 1 comment
- Log in to post comments
How to get jobs by jobid field instead of id
General discussionWhen I query job details from the endpoint:
https://api.icims.com/customers/{customerId}/jobs/{jobId}
I can include the "jobid" field, which contains a value such as "2016-1409". Is there any way to obtain job details (or search jobs) by using the jobid instead of just the id? I tried using the search endpoint specifying job.jobid as a filter, but that just gives me an error:
"The following filter is either not valid or hidden: job.jobid"
Thanks!
- Read more about How to get jobs by jobid field instead of id
- 1 comment
- Log in to post comments
Get a list of candidates that have accepted an offer.
General discussionI am looking to get a list of candidates that have an offer in accepted status. I try to run the search but it does not return a list of offers with person id. Any help would be deeply appreciated.
Search API - Fetch jobs with hiring manager ID
General discussionHi everyone! I am trying to fetch all jobs given a hiring manager ID but it doesn't seem like it's one of the allowed filter fields. Does anyone have any workarounds? Any help would be appreciated. Thanks so much!
Outbound trigger
General discussionI have moved the application workflow to the process that should trigger an outbound request to my api, however I show no request in my api logs from my icims sandbox. Is there a way for me to see a log from the icims/sandbox so I can troubleshoot what the issue is?
- Read more about Outbound trigger
- 1 comment
- Log in to post comments
"Available Filters” for Onboarding Workflow Search
General discussionWhat are "Available Filters” for Onboarding Workflow Search? they are not provided in the website: https://developer.icims.com/REST-API/Object-Types-Commands/Search-API. Thanks.
How to get job specific screening questions using API
General discussionHow to get details of job specific screening questions details like question text, type of question, options.. also how to get standard job apply questions and location specific questions through standard APIs