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.eyJzdWIiOiIxNTUwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDY5LCJleHAiOjE3NjM1NDI0NjksImp0aSI6ImE3ZDkwOTBjLTg5OWYtNDYxNi1iOWNiLWYxNzRlNGEyNDUwYSJ9.w-Oal9W_2Y_Se0XqhwlbNOADtKkFlfhlmHpz6Br0bZE
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/"4b40b88147d735c8a17b4ff8b15966c3"
cache-control: max-age=0, private, must-revalidate
x-request-id: 735a9632-792a-4a3f-bb5a-4dcbc998d18b
x-runtime: 0.006134
content-length: 144
Body
{
"template": {
"id": 10,
"description": "Aliquid perferendis est. Quas et porro. Repellendus voluptas dicta.",
"title": "Community-Services Director"
}
}