List all downloadable voice files in a given month
This resource provides a maximum of 10 elements in its response.
Request | |
---|---|
Method | GET |
Resource | https://[customer].asp.virtual-call-center.eu/v2/[files]/[year]/[month]?lastUuid=[uuid] |
Options | |
Body | N/A |
Response | |
Body | Array of years and months. |
Request
Resource parameters
Name | Type | Mandatory | Comment |
---|---|---|---|
customer | string | yes | Your call centre’s unique identifier (subdomain). |
files | string | yes | Possible values: – voicefiles |
year | integer | yes | Year |
month | integer | yes | Month within the requested year. Possible values: – 01-12 |
uuid | string | no | Unique call identifier (Universally Unique ID). – Uuid needs to be empty at first request. – Any following requests the previous response’s last uuid needs to be set. |
Response
Response object
Array of UUID, year, month and name objects.
Name | Type | Comment |
---|---|---|
UUID | string | Unique call identifier (Universally Unique ID). |
year | string | Year |
month | string | Month |
name | string | Name of the voicefile |
Example
Request a 10-element list of downloadable files from 2016.12.
Request
https://mycc.asp.virtual-call-center.eu/v2/voicefiles/2016/12
Response body
{
"response": [
{
"uuid": "f1340322-bc5b-11e6-bca8-57db46f903da",
"year": "2016",
"month": "12",
"name": "2016-12-07-10-02_Peter_Green_36159996400_36201234567_.mp4"
},
{
"uuid": "512ffeb4-c113-11e6-b0d0-1b480c92fadc",
"year": "2016",
"month": "12",
"name": "2016-12-13-10-05_Peter_Green_3619997400_36301234567_Busy.mp4"
},
{
"uuid": "ddb213fc-bc5b-11e6-bc7f-57db46f203da",
"year": "2016",
"month": "12",
"name": "2016-12-07-10-02_Peter_Green_3619997400_36201234567_.mp4"
}
],
"errors": []
}
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.