{ "opencollection": "1.0.0", "info": { "name": "ServiceTitan Accounting Adjustments Jobs API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.servicetitan.io/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "List Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/jobs", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "modifiedOnOrAfter", "value": "", "type": "query" }, { "name": "jobStatus", "value": "", "type": "query" } ] }, "docs": "List Jobs" }, { "info": { "name": "Create Job", "type": "http" }, "http": { "method": "POST", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/jobs", "body": { "type": "json", "data": "{}" } }, "docs": "Create Job" }, { "info": { "name": "Get Job", "type": "http" }, "http": { "method": "GET", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/jobs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Job" }, { "info": { "name": "Update Job", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/jobs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Job" }, { "info": { "name": "Cancel Job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/jobs/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Cancel Job" }, { "info": { "name": "Hold Job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/jobs/:id/hold", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Hold Job" }, { "info": { "name": "Get Job History", "type": "http" }, "http": { "method": "GET", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/jobs/:id/history", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Job History" }, { "info": { "name": "List Job Cancel Reasons", "type": "http" }, "http": { "method": "GET", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/job-cancel-reasons" }, "docs": "List Job Cancel Reasons" } ] } ], "bundled": true }