cURL
curl --request GET \ --url https://api.example.com/candidates
{ "id": 123, "firstName": "<string>", "lastName": "<string>", "email": "<string>", "statusId": 123, "dateAdded": 123, "phone": "<string>", "address": { "address1": "<string>", "address2": "<string>", "city": "<string>", "countryCode": "<string>", "state": "<string>", "timezone": "<string>", "zip": "<string>" }, "notes": "<string>", "profession": "<string>", "specialty": "<string>", "status": { "id": 123, "name": "<string>", "type": "CANDIDATE", "description": "<string>", "isDefault": true, "isActive": true } }
Filter by id
Successfully retrieved candidate
ID of the candidate's status
Unix timestamp when the candidate was added
Show child attributes
Full status object