Added api/v1/answers endpoint to allow for CRUD operations on the Answer record. Be sure to add the appropriate write, read or delete permission for your API key to start using it.
Added api/v1/structured_sections endpoint to allow for reading on the StructuredSection record. Be sure to add the appropriate read permission for your API key to start using it.
Added api/v1/structured_section_responses endpoint to allow for create, update and delete operations on the StructuredSectionResponse record. Be sure to add the appropriate write or delete permission for your API key to start using it.
New field type users available for custom fields and attributes
Added PUT api/v1/candidates functionality to the Candidatesendpoint, allowing users of the API to edit existing Candidates. Be sure to add the appropriate write permission for your API key to start using it.
Added candidate filter CustomFieldsendpoint, allowing users to filter by just candidate custom fields
Added include functionality for custom_attributes on the Candidates endpointto allow users to create and update custom attributes through a candidate record
Added filtering of Candidate custom attribute type on CustomAttributes endpoint
Added documents upload to the Candidates endpoint in the put method via a documents_base64 array, and extra_fields[candidates]=attachments to allow reading of candidate documents for the get method on index/show
Introducing newCandidate Surveys API 🎉It allows for reading Candidate Survey data (List Candidate Surveys, Fetch Candidate Survey).
If you want to start using this new API please make sure to include Candidate Survey permissions for your API key. We recommend creating a new API key with updated permissions.
Added candidate_emailfilter to the Applicationsendpoint, returning list of applications for provided email address
Added resource_type filter to the CustomFields endpoint, returning list of resources with matching resource type
Added identifier filter to the Requisitions endpoint, returning list of requisitions with matching identifier