Create a candidate to-do
Creates a new candidate to-do. Assigns a to-do to the candidate. A to-do of type VISIT_URL carries the link the candidate must open and requires url; a to-do of type UPLOAD_ATTACHMENT asks the candidate for a document and requires attachmentType. Documents themselves are not exchanged through this API.
Authorizations
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Path Parameters
Body
- Option 1
- Option 2
Subject and body describing the to-do.
ISO 8601 timestamp by which the candidate should have completed the to-do.
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$Id of the application this to-do relates to. Must be an application of the same candidate.
1Points the candidate to a link.
VISIT_URL Link the candidate must open.
2048Response
The to-do was created. Returns its id.
1