Logo
Zoom Public API Documentation

Get a variable log

GET {{baseUrl}}/contact_center/variable_logs/:variableLogId

Get information about a variable log.

Scopes: contact_center_variable_log:read:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "variable_log_id": "<string>", "engagement_id": "<string>", "flow_id": "<string>", "flow_name": "<string>", "widget_name": "<string>", "variable_name": "<string>", "variable_value": "<string>", "group_type": "system", "data_type": "percent", "created_at": "<dateTime>" }



Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/variable_logs/:variableLogId' -H 'Accept: application/json'

ENDPOINTS