Jobs

Get all templates

GET description templates

Endpoint

GET /api/v1/jobs/templates

Request

Route

GET /api/v1/jobs/templates

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNTM4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDY5LCJleHAiOjE3NjM1NDI0NjksImp0aSI6Ijk1MTY4YjEyLWZkZTQtNGVjOC1hMTBiLWVhYjA2NzRiNjI5OCJ9.9JtVCAe194gOT4dqb6CrgL_-hlhGeGxwORW4Tkm7WkE
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
per-page: 20
total: 2
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"b0ef4ce6a0bc4b362bda27962862f3c7"
cache-control: max-age=0, private, must-revalidate
x-request-id: 5e31f3dc-a1f5-4429-aa68-e5fedf335325
x-runtime: 0.010719
content-length: 256

Body

{
  "templates": [
    {
      "id": 2,
      "description": "Qui nisi quasi. Qui earum assumenda. Tempore sequi reprehenderit.",
      "title": "Direct Education Officer"
    },
    {
      "id": 1,
      "description": "Ipsum eius in. Sed sint consequatur. Delectus ut blanditiis.",
      "title": "Chief Orchestrator"
    }
  ]
}