List variables
GET {{baseUrl}}/contact_center/variables?variable_group_id=<string>&data_type=currency&variable_type=global_variable&next_page_token=<string>&page_size=30
Returns a list of variables for a specific variable group.
Scopes:
contact_center_variable:read:admin
Rate Limit Label
:
Medium
Request Params
| Key | Datatype | Required | Description |
| variable_group_id
| string | | (Required) The variable's group ID. |
| data_type
| string | | The data's type.
string
number
boolean
date_time
currency
percentage
email
url
phone
- (E.164 format) | |variable_type
| string | | The variable's type.global_variable
address_book_variable
| |next_page_token
| string | | Use the next page token to paginate through large result sets. A next page token returns whenever the set of available results exceeds the current page size. This token's expiration period is 15 minutes. | |page_size
| number | | The number of items returned per page. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"next_page_token":"\u003cstring\u003e","page_size":30,"total_records":"\u003cinteger\u003e","variables":[{"variable_id":"\u003cstring\u003e","variable_group_id":"\u003cstring\u003e","variable_name":"\u003cstring\u003e","default_value":"\u003cstring\u003e","variable_type":"address_book_variable","data_type":"percentage","variable_description":"\u003cstring\u003e","mask_variable_data":false,"values":["\u003cstring\u003e","\u003cstring\u003e"],"value_category":"\u003cstring\u003e","used_in_address_book_count":"\u003cinteger\u003e"},{"variable_id":"\u003cstring\u003e","variable_group_id":"\u003cstring\u003e","variable_name":"\u003cstring\u003e","default_value":"\u003cstring\u003e","variable_type":"global_variable","data_type":"boolean","variable_description":"\u003cstring\u003e","mask_variable_data":false,"values":["\u003cstring\u003e","\u003cstring\u003e"],"value_category":"\u003cstring\u003e","used_in_address_book_count":"\u003cinteger\u003e"}]}