Get the year and month when no voicefiles were archived
Request | |
---|---|
Method | GET |
Resource | https://mycc.asp.virtual-call-center.eu/v2/voicefiles/ |
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 |
Response
Response object
Array of Month objects.
Name | Type | Comment |
---|---|---|
year | string | Year |
month | string | Month |
Example
List all months when no voicefiles were archived yet.
Request
https://mycc.asp.virtual-call-center.eu/v2/voicefiles/
Response body
{
"response": [
{
"year": "2016",
"month": "01"
},
{
"year": "2016",
"month": "02"
},
{
"year": "2016",
"month": "03"
},
{
"year": "2016",
"month": "04"
},
{
"year": "2016",
"month": "05"
},
{
"year": "2016",
"month": "06"
},
{
"year": "2016",
"month": "07"
},
{
"year": "2016",
"month": "08"
},
{
"year": "2016",
"month": "09"
}
],
"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.