Jobs

Show job

GET job

Endpoint

GET /api/v1/jobs/:id

Request

Route

GET /api/v1/jobs/439

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjg2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjA3LCJleHAiOjE3NTU4NTgyMDcsImp0aSI6IjI1NWJjMWFlLWQwNTEtNGRmOS05YzUzLTdiNWRmM2ViMWQxMCJ9.6pNuUHFMft4iINuyqutXcO5NhlfpgYfU0Y2aIG3zJow
Host: example.org
Cookie: 

Query Parameters

{}=

Body

{
}

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/"6553f85f0fe64a43eaf004bec4a6e6f7"
cache-control: max-age=0, private, must-revalidate
x-request-id: b2a326c2-a5d7-4935-96b7-194390470920
x-runtime: 0.010438
content-length: 797

Body

{
  "job": {
    "id": 439,
    "chat": {
      "id": 681,
      "topic": {
        "id": 439,
        "number": 67674080,
        "title": "Legacy Hospitality Planner"
      },
      "topic_type": "Job"
    },
    "dbs_check": "no",
    "dbs_last_performed_months": null,
    "description": "Usus suasoria cauda. Et adversus adfectus.",
    "drivers_required": 2,
    "end_date": "2026-05-14",
    "expected_weekly_hours": 24,
    "hours_from": null,
    "hours_to": null,
    "industries": [
      "warehouse",
      "school"
    ],
    "inexperienced_drivers": false,
    "job_type": "fixed_term_contract",
    "licenses": [
      "b1",
      "c"
    ],
    "min_rating": "1.5",
    "number": 67674080,
    "overtime_rate": null,
    "postcode": "L1 1AA",
    "published_at": "2025-07-23T09:23:27.224Z",
    "show_by": "fixed_hours",
    "start_date": "2025-08-01",
    "status": "active",
    "timer": 86400,
    "title": "Legacy Hospitality Planner",
    "wages": [
      {
        "id": 748,
        "driver_rate": null,
        "kind": "weekday",
        "rate": "81.0"
      }
    ],
    "young_drivers": false
  }
}