GET v1/dashboard/columnchart/measurement/{clientId}/{facility}/{id}/{target}/{interval}/{span}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
|
| facility | integer |
Required |
|
| id | integer |
Required |
|
| target | integer |
Required |
|
| interval | string |
Required |
|
| span | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ColumnChart| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of ChartSeries |
None. |
|
| category | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
{
"name": "sample string 1",
"data": [
1,
2
]
},
{
"name": "sample string 1",
"data": [
1,
2
]
}
],
"category": [
"sample string 1",
"sample string 2"
]
}