Dashboard API
Retrieve Dashboard information. (Filtered according to given options.)
Request | — |
---|---|
Method | GET |
Resource | https://[customer].asp.virtual-call-center.eu/v2/dashboard/[dashboardId]/statistics |
Options | None |
Body | None |
Response | |
Body | Object of Dashboard. |
Request
Resource parameters
Name | Type | Mandatory | Comment |
---|---|---|---|
customer | string | yes | Your organization’s identifier (subdomain). |
dashboardId | integer | yes | Dashboard unique identifier |
Response
An object in which the keys are the widgets’ identifiers and the values are the widgets’ values.
Example
URL: https://mycc.asp.virtual-call-center.eu/v2/dashboard/1/statistics
Response body
{
"response": {
"2": 0,
"3": 170,
"4": 11822,
"5": 0,
"7": 0,
"8": 3,
"9": 22.365,
"12": 0.61
},
"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.