List teams
List all teams which currently exist in VCC.
| Request | |
|---|---|
| Method | GET |
| Resource | https://[customer].asp.virtual-call-center.eu/v2/teams |
| Options | N/A |
| Body | N/A |
| Response | |
| Body | Array of teams, encoded in JSON |
Request
Resource parameters
| Name | Type | Mandatory | Comment |
|---|---|---|---|
| customer | string | yes | Your call centre’s unique identifier (subdomain). |
Response
Response object
| Name | Type | Comment |
|---|---|---|
| name | string | Team name. |
| teamid | integer | The team’s unique identifier in VCC’s database. |
Example
URL: https://mycc.asp.virtual-call-center.eu/v2/teams
{
"response": [
{
"teamid": 1,
"name": "default_team"
},
{
"teamid": 2,
"name": "inhouse_cc"
}
],
"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.