{
"aggregation_level": "account",
"filters": [
{
"field": "string",
"operator": "=",
"value": "string"
}
],
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"with_poi_id": true,
"page": 1,
"page_size": 100
}curl --location --request POST 'https://api-public.groundtruth.com/reporting/foot_traffic_attribution/detailed?tenant_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"aggregation_level": "account",
"filters": [
{
"field": "string",
"operator": "=",
"value": "string"
}
],
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"with_poi_id": true,
"page": 1,
"page_size": 100
}'[
{
"exposure_key": "string",
"data_type": "string",
"poi_id": "string",
"visit_date": "2019-08-24",
"visits": 0,
"visitors": 0,
"lifetime_visits": 0,
"lifetime_visitors": 0,
"property1": "string",
"property2": "string"
}
]