Logo
Ats/Job offers/Id/Attributes/Name

Get job offer attribute

Get a single job offer attribute

GET/ats/job-offers/{id}/attributes/{name}
AuthorizationBearer <token>

In: header

Path Parameters

idnumber | null
namestring

Response Body

curl -X GET "https://api.dashboard.data-driven.fr/v3/ats/job-offers/0/attributes/string"
{
  "message": "string",
  "data": [
    {
      "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
    }
  ]
}