v1

latestOpenAPI 3.1.02026-07-14801408.6 KB

/jobs/:shortcode/custom_attributes

Returns a collection of the custom attributes that are relevant to a specific job. Required scope: r_jobs. Accessible with all token types.

get/jobs/{shortcode}/custom_attributes

Path parameters

shortcodestring required

The job's shortcode

Response

200

Example response

{
  "custom_attributes": [
    {
      "id": "1be9dd21",
      "label": "Past professional experience",
      "type": "boolean",
      "provider": "candidate"
    }
  ]
}