Metadata

GET metadata

Endpoint

GET /api/v1/metadata

Request

Route

GET /api/v1/metadata

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNDYyIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTg0LCJleHAiOjE3NDAxNDM1ODQsImp0aSI6Ijg5ZjdiYmJlLTk3NjUtNGRjNC1iZDE5LTQzZTUzNzMxYTIyZiJ9.sN46JI1tzKRljF5yzgqFazilX6NUjB6RZ_EeBPLdxEc
Host: example.org
Cookie: 

Response

Simulated Response

Status

200

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"a04fdfd5a7c994985125287a73a441f8"
cache-control: max-age=0, private, must-revalidate
x-request-id: faf32c47-6a42-44e7-84c4-c60eeaabf10c
x-runtime: 0.008470
content-length: 1096

Body

{
  "metadata": {
    "data": {
      "jobs": {
        "industries": {
          "tourism": "Tourism",
          "bus": "Bus",
          "international": "International",
          "coach": "Coach",
          "van": "Van",
          "medical": "Medical",
          "rail_replacement": "Rail Replacement",
          "school": "School",
          "private_hire": "Private Hire",
          "hgv": "HGV",
          "courier": "Courier"
        },
        "job_types": {
          "full_time": "Full Time",
          "part_time": "Part Time",
          "temporary_contract": "Temporary Contract",
          "fixed_term_contract": "Fixed Term Contract"
        },
        "show_by": {
          "fixed_hours": "Fixed Hours",
          "range_of_hours": "Range Of Hours",
          "maximum_hours": "Maximum Hours",
          "minimum_hours": "Minimum Hours"
        },
        "licenses": {
          "b": "B",
          "c": "C",
          "ce": "CE",
          "c1": "C1",
          "c1e": "C1E",
          "d": "D",
          "d1": "D1",
          "d1e": "D1E",
          "adr": "ADR",
          "hiab": "HIAB",
          "phv": "PHV"
        },
        "penalties": {
          "ac": "Accident",
          "ba": "Disqualified Driver",
          "cd": "Careless Driving",
          "cu": "Construction Use",
          "dd": "Dangerous Driving",
          "dr": "Drink",
          "dg": "Drugs",
          "in": "Insurance",
          "lc": "License",
          "ms": "Miscellaneous",
          "mw": "Motorway",
          "pc": "Pedestrian Crossing",
          "sp": "Speed",
          "ts": "Traffic Signs",
          "tt": "Totting Up",
          "ut": "Unauthorised Taking",
          "mr": "Mutual Recognition"
        }
      },
      "operator_commission": 0.1
    },
    "search": {
      "jobs": [

      ]
    }
  }
}