/api/v1/SiteReport/QueryParams/Count
Body
File | Data Type | Description |
---|---|---|
idSite | integer<int64> | |
idClient | string or null | |
startDate | string<date-time> | |
endDate | string<date-time> | |
eventType | integer<int64> | |
path | string or null | |
queryParamName | string or null | |
queryParamNameValue | string or null |
Body
array of:
File | Data Type | Description |
---|---|---|
date | string | |
count | integer<int64> |
example:
[
{
"date": "string",
"count": 0
}
]