This resource is used to handle voicemails.
GET
Mandatory parameters
None.
Optional parameters
| Name | Type | Description |
|---|---|---|
| voicemail_id | string | Kaisa's unique ID for voicemail. |
| customer_id | int | Kaisa's unique ID for customer. |
Output
| Name | Type | Description |
|---|---|---|
| voicemail_id | string | Kaisa's unique ID for voicemail. |
| customer_id | int | Kaisa's unique ID for customer. |
| cdr_id | int | Kaisa's unique ID for cdr. |
| *sounddata | blob | Sound data in mp3 format, base64 encoded. |
* Only outputted if voicemail_id is specified.
POST
Not supported.
PUT
Not supported.
DELETE
Mandatory parameters
| Name | Type | Description |
|---|---|---|
| customer_id | int | Kaisa's unique ID for customer. |
| voicemail_id | int | Id for the voicemail |
What will happen?
It will delete the recorded voicemail and the visualisation data.
Comments
0 comments
Please sign in to leave a comment.