GET v1/dashboard/gauge/{clientID}/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | integer |
Required |
|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Gauge| Name | Description | Type | Additional information |
|---|---|---|---|
| category | Collection of string |
None. |
|
| data | Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"category": [
"sample string 1",
"sample string 2"
],
"data": [
1,
2
]
}