Appearance
--- aside: false outline: false --- Powered by VitePress OpenAPI
Get a booking session
GET
/clients/{clientId}/booking-sessions/{id}
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
clientId*
Type
Requiredstring
Pattern
"^cl_"id*
Type
Requiredstring
Pattern
"^bk_ses_"Responses
Booking session object
application/json
JSON "id": "string", "createdAt": "string", "updatedAt": "string", "client": "string", "sourceTracking": { "additionalProperties": "string" }, "issues": [ { "issueDescription": [ "string" ], "customerNotes": "string" } ], "services": [ { "issueDescription": [ "string" ], "customerNotes": "string", "estimatedValue": 0, "service": "string" } ], "existingCustomer": "string", "newCustomer": { "email": "string", "firstName": "string", "lastName": "string", "phone": "string" }, "existingVehicle": "string", "newVehicle": { "make": "string", "model": "string", "year": 0, "license": "string" }, "appointmentType": "string", "scheduleStartAt": "string", "scheduleEndAt": "string", "transportationRequest": "string", "finalizedAt": "string", "finalizedType": "string", "marketingSource": "string", "aoIssueTreeKey": "string", "aoThemeKey": "string", "aoIPAddress": "string", "aoLanguage": "string"
{
}