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