Get Standard Comments
Scope: | get_ref_standard_comments |
App Type: | Agency |
Authorization Type: | Access token |
Url: | v3/system/standardComments?groups={groups}&lang={lang}&offset={offset}&limit={limit} |
HTTP Method: | GET |
Response Information
application/json
{ "standardComments": [ { "id": "sample string 1", "display": "sample string 2", "comments": "sample string 3", "commentGroup": { "id": "sample string 1", "display": "sample string 2" }, "commentType": { "id": "sample string 1", "display": "sample string 2" } } ], "page": { "totalRows": 1, "hasMore": true } }