Ats/Job offers/Id
Get job offer
Get a single job offer
GET
/ats/job-offers/{id}AuthorizationBearer <token>
In: header
Path Parameters
idnumber | null
Response Body
curl -X GET "https://api.dashboard.data-driven.fr/v3/ats/job-offers/0"{
"message": "string",
"data": [
{
"publication_at": "2023-10-01T00:00:00Z",
"title": "Software Engineer",
"reference": "REF123",
"reference_2": "REF456",
"reference_3": "REF789",
"subsidiary": "Daven Corp",
"subsidiary_ats_id": "SUB123",
"description": "We are looking for a software engineer to join our team.",
"attributes": [
{
"name": "location",
"value": "Paris"
}
]
}
]
}{
"message": "string",
"errors": [
{
"message": "string",
"data": null
}
]
}{
"message": "string",
"errors": [
{
"message": "string",
"data": null
}
]
}{
"message": "string",
"errors": [
{
"message": "string",
"data": null
}
]
}{
"message": "string",
"errors": [
{
"message": "string",
"data": null
}
]
}