Get Inspection Status
Scope: | get_ref_inspection_statuses |
App Type: | All |
Authorization Type: | Access token |
Url: | /v3p/settings/inspections/status |
HTTP Method: | GET |
Response Information
application/json
{ "result": [ { "group": "string", "results": [ { "maximumMajorViolation": 1234, "group": "string", "minimumScore": 1234, "minimumMajorViolation": 1234, "resultType": "string", "result": { "text": "string", "value": "string" }, "maximumScore": 1234, "displayOrder": 1234 } ] } ] }