Returns the team members associated with a job
cURL
curl --request GET \ --url https://jobaffinity.fr/restapi/v1/job/{jobid}/team \ --header 'Authorization: Basic <encoded-value>'
{ "_self": "<string>", "_schema": "<string>", "_status": "OK", "items": [ { "id": 123, "first_name": "<string>", "last_name": "<string>", "email": "[email protected]" } ] }
HTTP Basic Authentication with API credentials
Job ID
Job team information
OK
INVALID
Show child attributes