GET {{baseUrl}}/contact_center/variables/groups/:variableGroupId
Get information about a variable group. Scopes: Rate Limit Label: contact_center_variable:read:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"variable_group_id": "<string>",
"variable_group_name": "<string>",
"variable_group_description": "<string>",
"variable_group_type": "system",
"variable_group_variables_count": "<integer>"
} |
ENDPOINTS