GET v1/dashboard/gauge/actioned-indicators

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Gauge
NameDescriptionTypeAdditional 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
  ]
}