Returns a paginated list of candidate notes
cURL
curl --request GET \ --url https://jobaffinity.fr/restapi/v1/note \ --header 'Authorization: Basic <encoded-value>'
{ "_self": "<string>", "_schema": "<string>", "_status": "OK", "_next": "<string>", "items": [ { "_self": "<string>", "_schema": "<string>", "_status": "OK", "id": 123, "date": "2023-11-07T05:31:56Z", "text": "<string>", "candidate": { "_self": "<string>" }, "user": { "id": 123, "first_name": "<string>", "last_name": "<string>", "email": "[email protected]" } } ] }
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 notes
OK
INVALID
Show child attributes