Logo
Zoom Public API Documentation

Get a variable group

GET {{baseUrl}}/contact_center/variables/groups/:variableGroupId

Get information about a variable group.

Scopes: contact_center_variable:read:admin

Rate Limit Label: 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>" }



Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/variables/groups/:variableGroupId' -H 'Accept: application/json'

ENDPOINTS