Get the year and month when no voicefiles were archived
Request | |
---|---|
Method | GET |
Resource | https://[customer].asp.virtual-call-center.eu/v2/[files]/ |
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 – mobilevoicefiles |
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/archiver/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": []
}
There are no comments yet.
Comment