How can i get employeeinfo ("startdate") ?
I have checked this api:
https://api.icims.com/customers//search/people
But API does't return any employee info in response. It is returning basic info like, firstname,lastname,email etc.
Also how can i get Classification Grade ?
Looking forward for your response.
Submitted by
iCIMSUNIFIL on March 31, 2020Permalink
The Profiles API is used to query for specific fields on a profile: https://developer.icims.com/REST-API/Object-Types-Commands/Profiles
An example format and query are below:
https://api.icims.com/customers/{customerId}/{profileType}/{profileId}?fields={fieldId1,fieldId2,fieldId3}
https://api.icims.com/customers/1234/people/5?fields=startdate
All available standard fields for each profile are listed under the Data Models: https://developer.icims.com/Data-Models