Returns a list of all visible recruitment processes
cURL
curl --request GET \ --url https://jobaffinity.fr/restapi/v1/process/ \ --header 'Authorization: Basic <encoded-value>'
{ "_self": "<string>", "_schema": "<string>", "_status": "OK", "items": [ { "_self": "<string>", "_schema": "<string>", "_status": "OK", "id": 123, "name": "<string>", "organisations": { "items": [ { "id": 123, "name": "<string>" } ] }, "steps": { "items": [ { "id": 123, "name": "<string>", "status": "START" } ] } } ] }
HTTP Basic Authentication with API credentials
Filter by organisation ID
Filter by step status
START
CURRENT
END
Filter by step name
List of processes
OK
INVALID
Show child attributes