Returns details of a specific recruitment process
cURL
curl --request GET \ --url https://jobaffinity.fr/restapi/v1/process/{processid} \ --header 'Authorization: Basic <encoded-value>'
{ "_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
Process ID
Process details
URL of the resource
URL to the schema
OK
INVALID
Process identifier
Process name
Show child attributes