These docs are for v1. Click to read the latest docs for v3.

View

This API provides you with information about all active geofences present in your account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Sample Request

https://api.azuga.com/azuga-ws/v1/geofence/view.json?groupName=WestCoast&USA-1&USA-4

API Response explanation

FieldDescription
codeAPI Status Code
messageAPI Message
generatedAtAPI generation timestamp in UTC
reasonThe reason for failure
currentPageThe current page
totalPagesThe total number of pages in the result
fenceIdUnique identifier representing the geofence
nameName of the geofence
createdAtGeofence creation timestamp in UTC
fenceTypeType of geofence, circular or polygonal
radiusRadius of the geofence, if it is circular
radiusUnitUnit of radius of the geofence, if it is circular
geometry

If the fence type is polygonal, this field returns the latitude and longitude coordinates of the end points of the polygon.

For a circular geofence, this field is null

addressAddress of the geofence
latitudeLatitude coordinate of the geofence
longitudeLongitude coordinate of the geofence
alertTypeType of alert based on the event (vehicle entry and/or exit)
emailList of email addresses to which the alert email will be sent
colorColor of the geofence
ccAddressEmail address(es) to which the alert mail is sent apart from the primary email address
groupNamesNames of the groups associated with the geofence
modeFrequency of the alert email.
0 - Indicates that the email is sent instantly
60 - Indicates that the email is sent once an hour
reserved1Reserved variable for future use
reserved2Reserved variable for future use
reserved3Reserved variable for future use
reserved4Reserved variable for future use
Query Params
string

Name of the geofence

string

Name of the group associated with the geofence

int32
Defaults to 1

Page number of the paginated result

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json