v1
latestOpenAPI 3.1.02026-07-24181585937.4 KBJob Template
jobTemplate.list
List all active and inactive job templates.
See the Pagination and Incremental Synchronization guide for detailed usage examples.
Requires the jobsRead permission.
post/jobTemplate.list
Request body
Example request
{
"cursor": "G8",
"limit": 25,
"syncToken": "jYnEBmjzR"
}Response
Responses from the jobTemplate.list endpoint
Example response
{
"success": true,
"results": [
{
"id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
"title": "Software Engineer",
"status": "Active",
"locationId": "b9b9b9b9-b9b9-4b9b-b9b9-b9b9b9b9b9b9",
"departmentId": "c8c8c8c8-c8c8-4c8c-c8c8-c8c8c8c8c8c8",
"defaultInterviewPlanId": "d7d7d7d7-d7d7-4d7d-d7d7-d7d7d7d7d7d7",
"interviewPlanIds": [
"d7d7d7d7-d7d7-4d7d-d7d7-d7d7d7d7d7d7"
],
"createdAt": "2022-08-12T20:29:56.964Z",
"updatedAt": "2023-09-13T21:30:57.965Z"
}
],
"moreDataAvailable": false,
"syncToken": "sync-token-example"
}