Profiles Person API for returning list of person profiles
General discussionAPI to receive a specific person profile and fields is shown below
https://api.icims.com/customers//people/237527?fields=firstname,lastname,middlename
How do I get a list of all person profiles and return specific fields for them?
OAuth JWT Not WOrking
General discussionI'm making a POST request, in Postman, to https://login.icims.com/oauth/token with the following body:
audience:https://api.icims.com/v1/
grant_type:client_credentials
client_id:kfitzgerald
client_secret:
- "client_id" and "client_secret" are my username + password used to login to developer.icims.com
I simply receive a 401 everytime:
{
"error": "access_denied",
"error_description": "Unauthorized"
}
- Read more about OAuth JWT Not WOrking
- 1 comment
- Log in to post comments
Error Using jobtemplateid For Single Job Template Only
General discussionThis question is related to creating jobs via the API. More specifically, creating jobs via the API using the *"jobtemplateid" field. We are seeing an error when attempting to create a job from only one particular job template. We are including the details of the API call below.
Interestingly, we can make the exact same API call in the customer's test environment (test environment is populated with data copied from production) using the same system ID in the jobtemplateid field and the call is successful.
Iforms - API-get list of candidate used iform based on formID
General discussionusing API (GET or POST) how can we get the list of all candidates who have entered data in a particular iform
Using Field Type Dropdown (Multi-Select Searchable List)
General discussionI see the "Dropdown (Multi-Select Searchable List)" field type is not included in the list of supported field types on this page: https://developer.icims.com/REST-API/Object-Types-Commands/Field-Types
That said, we have successfully made GET calls to retrieve data from the Dropdown (Multi-Select Searchable List) field type. A sample response is below for the GET with obfuscated ID's & values.
Reports - API
General discussionIs there an API to extract a specific report, which was created in the "Report Center"?
- Read more about Reports - API
- 1 comment
- Log in to post comments
Offer and candidate API end point
General discussionTeam,
Can you please help me in giving end points of offer and candidate API.
like how to find out the candidate id and offer id.
Thanks
- Read more about Offer and candidate API end point
- 3 comments
- Log in to post comments
Offer API - trying to get offers that have been created/updated after a given date
General discussionHi, I'm trying to extract all offers that have been created after a certain date.
POST Request: https://api.icims.com/customers/[custid]/offer/search
Headers: "Content-Type":"application/json","accept":"application/json"
Body:
{
"page": 1000,
"pageSize": 1000,
"sort": {
"field": "TOffer_FCreatedDate",
"direction": "asc"
},
"filters": {
"field": "TOffer_FCreatedDate",
"operator": "gt",
"value": ["2019-03-20T19:03:58.700Z"]
}
}
I'm getting 500 Internal Server Error
{
"errors": [
API search by phonenumnber
General discussionI want to be able to search our candidates by their phone number, but so far I wasn't successful.
I tried both person.collectionfieldphonenumbertext & person.customfieldphonenumber.text, also without "field" string in them, but I always get "errorMessage": "The following filter is either not valid or hidden: person.customphones.text"
Is there a way to do search API on candidates by their phone number?
- Read more about API search by phonenumnber
- Log in to post comments
Retrieving Person Screening Questions
General discussionHi there, is there a way to retrieve Person Screening Questions?
- Read more about Retrieving Person Screening Questions
- Log in to post comments