Internal API Scripts
The URI /internal-api/scripts will be used to access scripts configured for the Configuration Server tenant which has been associated with the current contact center. Note that there is no URI to retrieve a single script—that is, each call will return an array of all transactions.
Attributes
The following attributes will be available for each Script object:
| Attribute | Type | Description |
|---|---|---|
| name | String | The name of the script. |
| type | String | The script type. |
| userProperties | KeyValueCollection | A collection of key/value pairs describing additional user properties. |
Example
The following example retrieves all scripts:
GET /internal-api/scripts
{
scripts:[{
"name":"xxxx",
"type":"xxxx",
"userProperties":[
{
"name":"section"
"value":[{"name":"name1", "value":"value1"}]
}
]
}
]
}
This page was last edited on June 10, 2013, at 16:05.
Comments or questions about this documentation? Contact us for support!
