/api/v1/SiteReport/GetUserAgentPlatform
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> |
example:
[
{
"category": "string",
"value": 0
}
]