GET Moving-Geofence API
The Get Moving Geofence API gives you a filtered list of moving-geofences.
GET Moving-Geofence API
GET
https://api.roam.ai/v1/api/moving-geofence/
Query Parameters
Name
Type
Description
start_date
string
Date from when the geofences created to be fetched. E.g.- 2020-09-28
end_date
string
Date till when the data need to be returned. E.g.- 2020-09-29
geofence_id
string
Get the details of one geofence. E.g.- 5f73326ce5fc231ba4b253eb
page_number
integer
This field can be used for getting 10 entries at a time. If the response returns an empty list in the data field, it is safe to assume the pages are exhausted. E.g.- 1
Headers
Name
Type
Description
Api-key
string
Auth-key E.g.- 33223kjhdcscijhb5sdbsdmjsdcbj5f
Sample Request
Last updated