{ "opencollection": "1.0.0", "info": { "name": "Ashby API Key Job Template API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Job Template", "type": "folder" }, "items": [ { "info": { "name": "jobTemplate.list", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/jobTemplate.list", "body": { "type": "json", "data": "{}" } }, "docs": "List all active and inactive job templates.\n\nSee the [Pagination and Incremental Synchronization](/docs/pagination-and-incremental-sync) guide for detailed usage examples.\n\n**Requires the [`jobsRead`](authentication#permissions-jobtemplatelist) permission.**\n" } ] } ], "bundled": true }