Get a description template
Jobs
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.eyJzdWIiOiIxNTIyIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTg1LCJleHAiOjE3NDAxNDM1ODUsImp0aSI6ImQxMGFlMDFkLWRjMDAtNGVmOS1hYjkxLTEwYzUwYjFhMDVlYyJ9.yYZlCn98jD9o7oLTxCZc-UzHULuqxGR4f0rM8xyT66Y
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/"3c75cffdb58fdb972fab81354c18b8ae"
cache-control: max-age=0, private, must-revalidate
x-request-id: aac385e9-c1f9-4edd-b239-ca2d647b1f53
x-runtime: 0.005590
content-length: 123
Body
{
"template": {
"id": 10,
"description": "Libero error quisquam. Et sit est. Iste quasi et.",
"title": "Government Administrator"
}
}