Jobs

Get a description template

GET description template

Endpoint

GET /api/v1/jobs/templates/:id

Request

Route

GET /api/v1/jobs/templates/10

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNTcxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjE3LCJleHAiOjE3NTU4NTgyMTcsImp0aSI6ImZhYjM5MzdmLWI5MmEtNDEwMy1iZTU0LWNlZmMxNjVhY2EwNCJ9.ps8f7JHCInVgMLEx3H-gHBFGtcZY6lxv809RpZkVxec
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
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"cdc57be891eccabd1b4abba68b58dad4"
cache-control: max-age=0, private, must-revalidate
x-request-id: 1d430588-bc96-4252-a001-6ce7d64d5194
x-runtime: 0.008272
content-length: 129

Body

{
  "template": {
    "id": 10,
    "description": "Doloremque vero qui. Facere culpa in. Porro esse aut.",
    "title": "Direct Hospitality Officer"
  }
}