GET api/Stats/Preview/{hours}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| hours | integer |
Default value is 24 |
Body Parameters
None.
Response Information
Resource Description
Collection of Stats_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| Count | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Type": "sample string 1",
"Count": 1
},
{
"Type": "sample string 1",
"Count": 1
}
]
text/csv
Sample:
Sample not available.