Get Geofence List
Query parameters
Comma (,) separated list of tags which will be used to filter the geofences.
Please note only the geofences which have all the tags added to this parameter will be included in the result. This parameter can accept a string with a maximum length of 256 characters.
A key is a unique identifier that is required to authenticate a request to the API.
Denotes page number. Use this along with the ps parameter to implement pagination for your searched results. This parameter does not have a maximum limit but would return an empty response in case a higher value is provided when the result-set itself is smaller.
Denotes number of search results per page. Use this along with the pn parameter to implement pagination for your searched results.
Response
OK
Example response
{
"data": {
"list": [
{
"ic_coordinates": "\"ic_coordinates\":13.258058,77.910836"
}
]
}
}Changes
Changed in 3 of the 15 revisions of this API.99
- ●
added the new
circleenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
isochroneenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
polygonenum value to the///response property for the response statusresponse-property-enum-value-added
- ○
removed the
circleenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
isochroneenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
polygonenum value from the///response property for the response statusresponse-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
circleenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
isochroneenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
polygonenum value to the///response property for the response statusresponse-property-enum-value-added
- ○
removed the
circleenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
isochroneenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
polygonenum value from the///response property for the response statusresponse-property-enum-value-removed
- ●
- ●
added the new
circleenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
isochroneenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
polygonenum value to the///response property for the response statusresponse-property-enum-value-added
- ○
removed the
circleenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
isochroneenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
polygonenum value from the///response property for the response statusresponse-property-enum-value-removed
- ●