Skip to main content

Show Jobs


GET services/api/v1/jobs/{job_id}

Returns the requested job.

Parameters

ParameterTypeDescription
job_idstringThe ID of the job opening.

Response

Requested job.

{
"id": "Gqzr56Z5",
"created_at": "2024-08-24T00:00:00.000Z",
"updated_at": "2024-09-12T10:18:11.940Z",
"published_at": "2024-09-06",
"reference": null,
"type_of": "active_pubished",
"unlimited_duration": true,
"valid_until": null,
"header_image_url": null,
"languages": ["en", "it"],
"contact_person": "Daniela Rossi",
"contact_email": "daniela.rossi@onboard.org",
"contact_phone": "+39 1234567890",
...
}