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.eyJzdWIiOiIxNTcxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTMxLCJleHAiOjE3NTExMDg1MzEsImp0aSI6Ijg0YTE2ZjM2LWJmYTctNDE2YS1hZjk1LTRmOWYwZjBjODljYyJ9.N5MAB8Lyq-lvbwTFRHi1HiBiel2ooeJIRR5S-8Q0Er4
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
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"b42f6d2eaad40a41159154ff55e00986"
cache-control: max-age=0, private, must-revalidate
x-request-id: c1c793f0-7c25-49e8-9a13-bceda873c313
x-runtime: 0.006602
content-length: 133

Body

{
  "template": {
    "id": 10,
    "description": "Molestias voluptatibus corrupti. Est possimus id. Ab ut vitae.",
    "title": "District Orchestrator"
  }
}