Gets historical (audit) data related to a specified checklist item for the specified inspection.
Scope | inspections Deprecated scope name: get_inspection_checklist_item_histories |
App Type | All |
Authorization Type | Access token |
URI | /v4/inspections/{inspectionId}/checklists/{checklistId}/checklistItems/{checklistItemId}/histories?lang={lang} |
HTTP Method | GET |
Automation Version(s) | 7.3.2 |
Field or Parameter | Type | Required | Values | Description | Automation Version |
---|---|---|---|---|---|
checklistId | long | Yes | Get All Inspection Checklists Get All Checklists for Inspection | The unique ID associated with the checklist. | 7.3.2 |
checklistItemId | long | Yes | Get All Checklist Items for Checklist | The unique ID associated with the checklist item. | 7.3.2 |
inspectionId | long | Yes | Get All Inspections Search Inspections | The unique ID associated with the inspection. | 7.3.2 |
lang | String | No | � | Indicates the language applied. | 7.3.2 |
Field | Type | Description | Automation Version |
---|---|---|---|
result | result{} | � | 7.3.2 |
result.checklistItemId | Long | The unique ID associated with the checklist item. | 7.3.2 |
result.comments | string | Comments or notes about the current context. | 7.3.2 |
result.inspectionType | string | The type of inspection. | 7.3.2 |
result.majorViolation | result.majorViolation{} | The number of major violations. | 7.3.2 |
result.majorViolation.text | string | The localized display text. | 7.3.2 |
result.majorViolation.value | string | The value for the specified parameter. | 7.3.2 |
result.score | long | The score for a checklist or checklist item. | 7.3.2 |
result.status | string | The checklist item history status. | 7.3.2 |
result.updatedBy | string | The user who last updated the checklist or checklist item. | 7.3.2 |
result.updatedDate | dateTime | The date and time the checklist or checklist item was last updated. | 7.3.2 |
status | integer | The record status. | 7.3.3 |