Get Reference Checklist Groups
| Scope: | get_ref_checklist_groups |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | /v3p/checklistGroups |
| HTTP Method: | GET |
Response Information
application/json
{
"result": [
{
"id": "string",
"value": "string",
"display": "string"
}
]
}