Get Inspection Grades
| Scope: | get_ref_inspection_grades |
| App Type: | All |
| Authorization Type: | Access token |
| Url: | /v3p/settings/inspections/grades |
| HTTP Method: | GET |
Response Information
application/json
{
"result": [
{
"grades": [
{
"maximumMajorViolation": 1234,
"group": "string",
"grade": {
"text": "string",
"value": "string"
},
"minimumMajorViolation": 1234,
"minimumScore": 1234,
"maximumScore": 1234,
"gradeImage": "string"
}
],
"group": "string"
}
]
}