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.eyJzdWIiOiIxNTEwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTg1LCJleHAiOjE3NDAxNDM1ODUsImp0aSI6IjEwNTBmMGY5LWZiYjYtNGEwYy05ZmQxLTkyZjE4NDdiZWRiMiJ9.UR8H1uT_dBoujgqDxGusRIjj9FT5xWFOaXTB4zsA0nM
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/"759fc9a46cfae5c1f99cc615a077482b"
cache-control: max-age=0, private, must-revalidate
x-request-id: adc4c6c8-61bf-4bfd-aab1-c65dd5c25c2b
x-runtime: 0.009663
content-length: 260

Body

{
  "templates": [
    {
      "id": 2,
      "description": "Voluptate quis corrupti. Totam omnis corrupti. Qui id odit.",
      "title": "Dynamic Manufacturing Facilitator"
    },
    {
      "id": 1,
      "description": "Facere nemo aperiam. Et totam voluptatum. Repellat voluptate eum.",
      "title": "Retail Manager"
    }
  ]
}