Ats/Job offers/Id/Attributes
Get job offer attributes
Get a list of job offer attributes
GET
/ats/job-offers/{id}/attributesAuthorizationBearer <token>
In: header
Path Parameters
idnumber | null
Response Body
curl -X GET "https://api.dashboard.data-driven.fr/v3/ats/job-offers/0/attributes"{
"message": "string",
"data": [
{
"name": "location",
"value": "Paris"
}
],
"meta": {
"next_link": "string"
}
}{
"message": "string",
"errors": [
{
"message": "string",
"data": null
}
]
}{
"message": "string",
"errors": [
{
"message": "string",
"data": null
}
]
}{
"message": "string",
"errors": [
{
"message": "string",
"data": null
}
]
}