Describe Record Types
Scope: | get_ref_record_types |
App Type: | All |
Authorization Type: | Access token |
Url: | v3/system/record/types?module={module}&offset={offset}&limit={limit} |
HTTP Method: | GET |
Response Information
application/json
{ "recordTypes": [ { "id": "sample string 1", "display": "sample string 2", "module": "sample string 3", "group": "sample string 4", "subGroup": "sample string 5", "category": "sample string 6", "type": "sample string 7", "security": "sample string 8", "inspectionGroups": [ "sample string 1" ], "standardCommentsGroupIds": [ "sample string 1" ] } ], "page": { "totalRows": 1, "hasMore": true } }