Call Flow
This section outlines the Call Flow object.
Call Flow Attributes
The attributes listed in the table below will be returned in a JSON object when a successful request has been made.
Attribute | Data Type | Description |
---|---|---|
attributeTemplates read only | array of objects | The attributes belonging to the call flow. Refer to the table below for a comprehensive list of the format of attributes. For a list of the attributes themselves, refer to the Meeting Attributes section. |
id read only | integer | The call flow ID. Note that this ID may differ for each user. |
name read only | string | The call flow name. |
path read only | string | This field is for internal use only. |
Attribute Object
This object is used in attributeTemplates
.
Attribute | Data Type | Description |
---|---|---|
description read only | string | The description of the attribute. |
enumValues read only | string | If the |
group read only | integer | Defines the levels at which the call flow attribute value can be overridden. Integer values denote that the call flow attribute can be overridden at the following object levels:
|
name read only | string | The attribute name. |
type read only | integer | The attribute type. Values accepted in this field are:
|
value read only | string | The attribute value. |
Sample Call Flow Object
{
"attributeTemplates": [
{
"description": "Announce participant count on enter",
"enumValues": "",
"group": 5,
"name": "call_announceparticipantcount",
"type": 4,
"value": "hpl"
}
],
"id": 3,
"name": "CONF",
"path": "/usr/local/DNCA/callflows/CONF"
}