/api/v1/SiteReport/GetUniqueUsersTraffic


Request

Query Parameters

File Data Type Description
EndDate string<date-time>
IdSite integer<int64>
StartDate string<date-time>

Response

Body

array of:

File Data Type Description
date string
count integer<int64>

example:

[
  {
    "date": "string",
    "count": 0
  }
]