Skip to content
--- aside: false outline: false ---

Get a job

GET
/clients/{clientId}/jobs/{id}

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

clientId*
Type
string
Required
Pattern
"^cl_"
id*
Type
string
Required
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"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI