GuidesAPI ReferenceChangelogDiscussions
Changelog
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