/api/v1/SiteReport/GetUserAgentBrowser
Query Parameters
| File | Data Type | Description |
|---|---|---|
| EndDate | string<date-time> | |
| IdSite | integer<int64> | |
| StartDate | string<date-time> |
Body
array of:
| File | Data Type | Description |
|---|---|---|
| category | string | |
| value | integer<int64> |
[
{
"category": "string",
"value": 0
}
]