Jobboard/Job offers/Id
Get jobboard offer
Get a single jobboard job offer
GET
/jobboard/job-offers/{id}AuthorizationBearer <token>
In: header
Path Parameters
idnumber | null
Response Body
curl -X GET "https://api.dashboard.data-driven.fr/v3/jobboard/job-offers/0"{
"message": "string",
"data": [
{
"id": 0,
"title": "string",
"reference": "string",
"reference_2": "string",
"reference_3": "string",
"subsidiary": "string",
"subsidiary_jobboard_id": "string",
"description": "string"
}
]
}{
"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
}
]
}