Changelog

added

1.0.26

  • 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

1.0.25

  • 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
added

1.0.24

  • 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
added

1.0.18 - 2023-08-11

Add additional actions to company structure endpoints. Add users endpoint.

improved

1.0.17 - 2023-7-03

Add start_on to list of available Application attributes.

added

1.0.15 - 2023-05-03

Allow comments to be created and retrieved.

improved

1.0.14 - 2022-12-18

Allow applications belonging to confidential jobs to be retrieved.