Yes, the work history is structured and exposed via API in the "workexperience" field group. You can see the fields included on the Person Profile Data Model Page - https://developer-community.icims.com/applications/applicant-tracking/ats-data-models/person-profile. Review the fields under workexperience near the bottom of the table.
You will query the people endpoint to get the data. For example, https://api.icims.com/customers/<customerID>/people/<personSystemID>?fields=workexperience, will return the details of their work history.
Yes, the work history is structured and exposed via API in the "workexperience" field group. You can see the fields included on the Person Profile Data Model Page - https://developer-community.icims.com/applications/applicant-tracking/ats-data-models/person-profile. Review the fields under workexperience near the bottom of the table.
You will query the people endpoint to get the data. For example, https://api.icims.com/customers/<customerID>/people/<personSystemID>?fields=workexperience, will return the details of their work history.