added
1.0.25
about 2 months ago by [email protected]
- Added
PUT api/v1/candidates
functionality to theCandidates
endpoint, 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
filterCustomFields
endpoint, allowing users to filter by just candidate custom fields - Added
include
functionality forcustom_attributes
on theCandidates endpoint
to allow users to create and update custom attributes through a candidate record - Added filtering of
Candidate
custom attribute type onCustomAttributes
endpoint - Added documents upload to the
Candidates
endpoint in the put method via adocuments_base64
array, andextra_fields[candidates]=attachments
to allow reading of candidate documents for the get method on index/show