GET /services/:csi/cti_plugins/:plugin_name/parameters/:parameter_name
Description
Retrieves the specified CTI plugin parameter.
URL
https://api.keyyo.com/manager/1.0/services/:csi/cti_plugins/:plugin_name/parameters/:parameter_nameParameters
:csi |
The Common Service Identifier of the service on which to retrieve the plugin parameter Applicable types: UCaaSVoIPAccount |
:plugin_name |
The name of the plugin on which to retrieve the parameter |
:parameter_name |
The name of the plugin parameter to retrieve |
Result
CTIPluginParameter | A plugin parameter, represented by a key-value pair |
Relationships
GET /services/:csi/cti_plugins/:plugin_name/parameters | Retrieves the specified CTI plugin's parameters. |
POST /services/:csi/cti_plugins/:plugin_name/parameters/:parameter_name | Updates the value of the specified CTI plugin's parameter. |