Skip to main content

InspectionResult

groupName string

Name of the group of results

Example: Check In
includeInReport boolean

Boolean indicating if the result is included in the report

Example: true
inspectionId string

Unique identifier of the report

Example: abcd1234-ab12-ab12-ab12-abcd1234efgh4568
organizationId string

Unique identifier of the organization who executed the inspection

Example: 200373
resultId string

Unique identifier of the result

Example: 7384b63c-bc99-43f0-b1b5-600959220e19_6e451830-1d61-4a14-a5e7-03ce20704f52
status string

Status of the result

Example: non-applicable
InspectionResult
{
"groupName": "Check In",
"includeInReport": "true",
"inspectionId": "abcd1234-ab12-ab12-ab12-abcd1234efgh4568",
"organizationId": "200373",
"resultId": "7384b63c-bc99-43f0-b1b5-600959220e19_6e451830-1d61-4a14-a5e7-03ce20704f52",
"status": "non-applicable"
}