Geofilters
Get all
Get all geofilters.
get/public/api/geofilters?filter={filter}
Query parameters
filterstring
A valid JSON filter object
Headers
Acceptstring
e.g. application/json
Request body
Example request
{
"Authorization": {
"Authorization": "Bearer JWT"
}
}Response
OK
Example response
{
"paging": {
"total": 2,
"skip": 0,
"limit": 1000
},
"data": [
{
"geofilter_id": "552168f5f8d75fe77c520e7f",
"store_ids": [
"551d6add1077d5fb7a12ab01"
],
"store_type_ids": [
"551c1b9b11cbd1e27819ea0f",
"551bc51e0a122f7f73e04ba7",
"551b1a44e829ce22380028f4",
"54357be802d0e9fa0202e9a2"
],
"user_id": "55142883b0cc8a622d01c5a1",
"created_date": "2015-04-05T01:55:17.563Z",
"updated_date": "2015-09-07T11:30:58.643Z"
},
{
"geofilter_id": "552168f5f8d75fe77c520e80",
"store_ids": [
"551d6add1077d5fb7a12ab02",
"551d6add1077d5fb7a12ab03"
],
"user_id": "55142883b0cc8a622d01c5a2",
"created_date": "2015-04-05T01:55:17.563Z",
"updated_date": "2015-09-07T11:40:58.643Z"
}
]
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.