Resources | Methods |
---|---|
https://localhost:8443/api/rest/ivr-promptset |
GET
Retrieves a list of all the IVR prompt sets.
POST Creates an IVR prompt set. |
https://localhost:8443/api/rest/ivr-promptset/{ivr-promptset-name} |
GET
Retrieves the information of a selected IVR prompt set specified by identifier which is the prompt set name.
DELETE Removes the IVR prompt set specified by IVR prompt set identifier which is the prompt set name. |
GETRetrieves a list of all the IVR prompt sets. [tags: DMA] Response
POSTCreates an IVR prompt set. Prompt set name is required [tags: DMA] RequestRepresentations
Response
|
Name | Type | Description |
---|---|---|
ivr-promptset-name | xs:string | Prompt set name arg doc |
GETRetrieves the information of a selected IVR prompt set specified by identifier which is the prompt set name. DMA roles required: administrator [tags: DMA] Response
DELETERemoves the IVR prompt set specified by IVR prompt set identifier which is the prompt set name. [tags: DMA] Response
|