{ "opencollection": "1.0.0", "info": { "name": "ServiceTitan Accounting Adjustments Technician Shifts 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": "Technician Shifts", "type": "folder" }, "items": [ { "info": { "name": "List Technician Shifts", "type": "http" }, "http": { "method": "GET", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/technician-shifts", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "startsOnOrAfter", "value": "", "type": "query" }, { "name": "endsOnOrBefore", "value": "", "type": "query" } ] }, "docs": "List Technician Shifts" }, { "info": { "name": "Create Technician Shift", "type": "http" }, "http": { "method": "POST", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/technician-shifts", "body": { "type": "json", "data": "{}" } }, "docs": "Create Technician Shift" } ] } ], "bundled": true }