Returns a paginated list of all visible jobs
cURL
curl --request GET \ --url https://jobaffinity.fr/restapi/v1/job \ --header 'Authorization: Basic <encoded-value>'
{ "_self": "<string>", "_schema": "<string>", "_status": "OK", "_next": "<string>", "items": [ { "_self": "<string>", "id": 123, "title": "<string>", "status": "DRAFT", "applications": { "_self": "<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 jobs
OK
INVALID
Show child attributes