Returns a paginated list of all visible candidates
cURL
curl --request GET \ --url https://jobaffinity.fr/restapi/v1/candidate \ --header 'Authorization: Basic <encoded-value>'
{ "_self": "<string>", "_schema": "<string>", "_status": "OK", "_next": "<string>", "items": [ { "_self": "<string>", "_schema": "<string>", "_status": "OK", "id": 123, "title": "MR", "first_name": "<string>", "last_name": "<string>", "email": "[email protected]", "phone": "<string>", "mobile": "<string>", "address": { "address": "<string>", "postalcode": "<string>", "town": "<string>", "country": "<string>" }, "applications": { "_self": "<string>" }, "notes": { "_self": "<string>" }, "pools": [ { "id": 123, "name": "<string>" } ] } ] }
HTTP Basic Authentication with API credentials
Maximum number of items to return per page
1 <= x <= 100
Return items created or modified since this ID
x >= 0
Paginated list of candidates
OK
INVALID
Show child attributes