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.eyJzdWIiOiIxNTU5Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjE3LCJleHAiOjE3NTU4NTgyMTcsImp0aSI6ImNlMmFlMWQwLWVmZGEtNGVmMy1hNDY3LWY5Zjc1MTMyODY5YiJ9.tLSbyfcOtlW_zUQZjlUlKSsPKURwVk-_08FRYHhRpxk
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/"bfb3d3676d48fac12c1264da59c64fde"
cache-control: max-age=0, private, must-revalidate
x-request-id: 2918ab4b-0469-4cd5-b840-f6c680d35250
x-runtime: 0.012025
content-length: 269

Body

{
  "templates": [
    {
      "id": 2,
      "description": "Non facilis sit. Rem libero quo. Reiciendis laboriosam omnis.",
      "title": "Customer Marketing Developer"
    },
    {
      "id": 1,
      "description": "Ipsum voluptatem consequatur. Placeat ut et. Veniam commodi quas.",
      "title": "District Marketing Liaison"
    }
  ]
}