/api/v1/SiteReport/Locations/world
Query Parameters
| File | Data Type | Description |
|---|---|---|
| EndDate | string<date-time> | |
| IdSite | integer<int64> | |
| StartDate | string<date-time> |
Body
array of:
| File | Data Type | Description |
|---|---|---|
| name | string | |
| count | integer<int64> | |
| code | string |
example:
[
{
"name": "string",
"count": 0,
"code": "string"
}
]