Describe Inspection Groups
| Scope: | get_ref_inspection_groups |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | v3/system/inspection/groups?offset={offset}&limit={limit} |
| HTTP Method: | GET |
Response Information
application/json
{
"groups": [
{
"id": "sample string 1",
"display": "sample string 2"
}
],
"page": {
"totalRows": 1,
"hasMore": true
}
}