Describe Record Status
| Scope: | get_ref_record_type_statuses |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | v3/system/record/type/{typeId}/statuses |
| HTTP Method: | GET |
Response Information
application/json
{
"recordStatuses": [
{
"id": "sample string 1",
"display": "sample string 2"
}
],
"page": {
"totalRows": 1,
"hasMore": true
}
}