Appearance
--- aside: false outline: false --- Powered by VitePress OpenAPI
Get a job
GET
/clients/{clientId}/jobs/{id}
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
clientId*
Type
Requiredstring
Pattern
"^cl_"id*
Type
Requiredstring
Pattern
"^job_"Responses
Job object
application/json
JSON "id": "string", "createdAt": "string", "updatedAt": "string", "steerTenantId": "string", "steerShopId": "string", "bookingSession": "string", "client": "string", "customer": "string", "vehicle": "string", "extId": "string", "isDroppingOff": true, "appointmentType": "string", "isNewCustomer": true, "isAfterHours": true, "scheduledStartAt": "string", "scheduledEndAt": "string", "scheduledLabel": "string", "currentStartAt": "string", "currentEndAt": "string", "services": [ { "id": "string", "service": "string", "issueDescription": [ "string" ], "customerNotes": "string", "estimatedValue": 0 } ], "marketingSource": "string", "aoIssueTreeKey": "string", "aoThemeKey": "string", "aoIPAddress": "string", "aoLanguage": "string"
{
}