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.eyJzdWIiOiIxNTU5Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTMxLCJleHAiOjE3NTExMDg1MzEsImp0aSI6IjU4ZWIzMjQwLTJhY2YtNGM1NC1iZWIwLTE3MTY3NjMxMGQ5YSJ9.-i-tgiORye3ff7wmwbqw2QqfN_ZxESrJzgfYnEBBNMU
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
per-page: 20
total: 2
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"2ff0a8790a4192888706863652535ded"
cache-control: max-age=0, private, must-revalidate
x-request-id: 822c82b0-c54b-4498-b654-b8a7fac2558b
x-runtime: 0.009835
content-length: 260

Body

{
  "templates": [
    {
      "id": 2,
      "description": "Facilis enim impedit. Sed laudantium dicta. Beatae occaecati est.",
      "title": "Community-Services Coordinator"
    },
    {
      "id": 1,
      "description": "Quia iure adipisci. Dignissimos atque nam. Qui voluptates ut.",
      "title": "Lead IT Liaison"
    }
  ]
}