Light Mode
Retrieve AI store traffic
GET
/schedules/traffic-aiRetrieve predicted store traffic per hour by location and date.
Request
Query Params
location_id
string
required
The ID of the location to retrieve traffic data for.
date
string <date>
required
The date to retrieve store traffic predictions for (YYYY-MM-DD).
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Predicted store traffic data
Data Schema
array of:
hour
string
optional
Example:
09:00
expected_customers
integer
optional
Example:
50
Example
[
{
"hour": "09:00",
"expected_customers": 50
}
]
Last modified: 5 days ago