back

Get Record's Inspection Summary

Scope: get_record_inspection_summary
App Type: Agency
Authorization Type: Access token
Url: v3/records/{id}/inspectionsummary?lang={lang}
HTTP Method: GET

Response Information

application/json

{
  "inspectionSummary": {
    "total": 1,
    "passedCount": 2,
    "failedCount": 3,
    "scheduledCount": 4,
    "completedCount": 5,
    "nextInspection": "sample string 6",
    "nextScheduleDate": "sample string 7"
  }
}