Get inspection drill down data
Get inspection drill down data
Query Parameters
view string
the drill down view type. orderCreatorView or technician
videoInspectionType string
either tv or sc or tvsc
startDate string
startDate(MM/dd/yyyy)
endDate string
endDate(MM/dd/yyyy)
isOpCodeDrillDown string
isOpCodeDrillDown
dealerUUIDs string[]
List of DealerUUID for which data is needed
daUUID string
dealer associate uuid
departmentFilter string[]
departmentFilter
orderTypeFilter string[]
orderTypeFilter
brandNameFilter string[]
brandNameFilter
cpValueFilter string[]
cpValueFilter
payTypeFilter string[]
payTypeFilter
includeRONotNeeded string
includeRONotNeeded
Header Parameters
Authorization string required
Authorization
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
data object[]
errorCode string
errorDescription string
{
"data": [
{}
],
"errorCode": "string",
"errorDescription": "string"
}
Created
Unauthorized
Forbidden
Not Found
Loading...