GET api/Dashboard/CaseStatus
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EnumKeyValue| Name | Description | Type | Additional information |
|---|---|---|---|
| KeyName | string |
String length: inclusive between 0 and 1000 |
|
| Value | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"KeyName": "sample string 1",
"Value": 2
},
{
"KeyName": "sample string 1",
"Value": 2
}
]