Returning Visitors
HTTP method | GET |
Webservice endpoint | https://server-ip:https-port/api/ReturningVisitorCount |
Parameter | Type | Mandatory | Description |
site_id | Integer | Yes | The unique ID of the site to be queried |
start_time | String | Yes | YYYY-MM-DDTHH:MM:SS |
end_time | String | Yes | YYYY-MM-DDTHH:MM:SS |
resolution | String | Yes | “days” |
Example Call
https://api.lbasense.com:22443/api/ReturningVisitorCount/?site_id=5112&start_time=2022-02-09T00:00:00&end_time=2022-02-09T23:59:59&resolution=days |