Get Standard Comment Groups
| Scope: | get_ref_standard_comment_groups |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | v3/system/standardCommentGroups?lang={lang}&offset={offset}&limit={limit} |
| HTTP Method: | GET |
Response Information
application/json
{
"standardCommentGroups": [
{
"id": "sample string 1",
"display": "sample string 2"
}
],
"page": {
"totalRows": 1,
"hasMore": true
}
}