Jobs

Show job

GET job

Endpoint

GET /api/v1/jobs/:id

Request

Route

GET /api/v1/jobs/436

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjc0Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTM3LCJleHAiOjE3NDUwNTY5MzcsImp0aSI6ImYwYjFlYWUxLWViZmItNDEwYS1iYzdmLWRiYTBmYmY3ZTI0ZSJ9.CAat2oRYA7ZrEqpSRpZou-ATxg4NJlKvHmqJfIdRlCs
Host: example.org
Cookie: 

Query Parameters

{}=

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/"43d93e92f6953709295b8923a8993413"
cache-control: max-age=0, private, must-revalidate
x-request-id: 535acee3-2498-4dae-bc5e-d6e717ea18a5
x-runtime: 0.010844
content-length: 750

Body

{
  "job": {
    "id": 436,
    "chat": {
      "id": 679,
      "topic": {
        "id": 436,
        "number": 5622658,
        "title": "Farming Associate"
      },
      "topic_type": "Job"
    },
    "dbs_check": "no",
    "dbs_last_performed_months": null,
    "description": "Vulgivagus cumque turba. Quasi sit cunabula.",
    "drivers_required": 6,
    "end_date": "2025-04-18",
    "expected_weekly_hours": 21,
    "hours_from": null,
    "hours_to": null,
    "industries": [
      "warehouse",
      "van"
    ],
    "inexperienced_drivers": false,
    "job_type": "full_time",
    "licenses": [
      "d",
      "adr"
    ],
    "min_rating": "1.8",
    "number": 5622658,
    "overtime_rate": null,
    "postcode": "M1 1AE",
    "published_at": "2025-03-20T09:02:17.278Z",
    "show_by": "minimum_hours",
    "start_date": "2025-03-29",
    "status": "active",
    "timer": 86400,
    "title": "Farming Associate",
    "wages": [
      {
        "id": 741,
        "kind": "sunday",
        "rate": "51.77"
      }
    ],
    "young_drivers": false
  }
}