{ "opencollection": "1.0.0", "info": { "name": "Tekmetric Appointments Jobs API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://shop.tekmetric.com/api/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "List or filter jobs", "type": "http" }, "http": { "method": "GET", "url": "https://shop.tekmetric.com/api/v1/jobs", "params": [ { "name": "shop", "value": "", "type": "query", "description": "The shop ID to scope the request to." }, { "name": "page", "value": "", "type": "query", "description": "Zero-based page number." }, { "name": "size", "value": "", "type": "query", "description": "Page size." }, { "name": "vehicleId", "value": "", "type": "query" }, { "name": "repairOrderId", "value": "", "type": "query" }, { "name": "customerId", "value": "", "type": "query" }, { "name": "authorized", "value": "", "type": "query" }, { "name": "repairOrderStatusId", "value": "", "type": "query" } ] }, "docs": "Lists the individual jobs (services) within repair orders, filterable by vehicle, repair order, customer, authorization state, or repair order status." }, { "info": { "name": "Get a job", "type": "http" }, "http": { "method": "GET", "url": "https://shop.tekmetric.com/api/v1/jobs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." } ] }, "docs": "Retrieves a single job with its labor lines, parts, and technician assignments by ID." } ] } ], "bundled": true }