/api/v1/SiteReport/GetEvents
Query Parameters
| File | Data Type | Description |
|---|---|---|
| EndDate | string<date-time> | |
| IdSite | integer<int64> | |
| StartDate | string<date-time> |
Body
| File | Data Type | Description |
|---|---|---|
| labels | array[string] or null | |
| eventsData | array[object] or null |
🔻
| eventsData | ||
|---|---|---|
| date | string | |
| customEvent | object |
example:
{
"visitCount": -9223372036854776000,
"bounceCount": -9223372036854776000
}