Added
1.0.27
6 days ago by Adam Mazur
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.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.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.users available for custom fields and attributesPUT 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.candidate filter CustomFieldsendpoint, allowing users to filter by just candidate custom fieldsinclude functionality for custom_attributes on the Candidates endpointto allow users to create and update custom attributes through a candidate recordCandidate custom attribute type on CustomAttributes endpointCandidates 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/showcandidate_emailfilter to the Applicationsendpoint, returning list of applications for provided email addressresource_type filter to the CustomFields endpoint, returning list of resources with matching resource typeidentifier filter to the Requisitions endpoint, returning list of requisitions with matching identifierAdd structure link endpoints.
Add custom field endpoints.
Add additional actions to company structure endpoints. Add users endpoint.
Add start_on to list of available Application attributes.
Allow interviews to be retrieved.
Allow comments to be created and retrieved.