{ "opencollection": "1.0.0", "info": { "name": "LocoNav Integration Alert Subscriptions Polygon (Geofence) API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "User-Authentication", "value": "{{User-Authentication}}", "placement": "header" } }, "items": [ { "info": { "name": "Polygon (Geofence)", "type": "folder" }, "items": [ { "info": { "name": "Get Polygon", "type": "http" }, "http": { "method": "GET", "url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/polygons/:polygonId", "params": [ { "name": "polygonId", "value": "", "type": "path" } ] }, "docs": "
The Polygon Details API allows users to retrieve information about a specific polygon defined in the system. Polygons are used for geofencing and defining specific areas of interest for tracking and monitoring purposes.
\nUser-Authentication: The authentication token for accessing the API. Replace {{auth-token}} with the actual authentication token.The Update Polygon API allows users to modify the attributes of an existing polygon. Users can update the polygon's name, location, radius and active status.
\npolygonId (integer): Unique identifier for the polygon to be updated.name (string): The updated name of the polygon.lat (float): The"
},
{
"info": {
"name": "List Polygons",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/polygons"
},
"docs": "The List Polygons API retrieves a paginated list of polygons based on specified query parameters. Users can filter the results by polygon name and active status.
\npage (integer): Page number for pagination.perPage (integer): Number of items per page.name (string): Filter by polygon name (optional).active (boolean): Fi"
},
{
"info": {
"name": "Create Polygon",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/polygons",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "The Create Polygon API allows users to define and create geofence polygons with specified attributes. These polygons can be utilized for location-based services, such as monitoring and triggering events when a tracked asset enters or exits the defined area.
\nname (string): The name of the polygon.
lat (float): Latitude of the center point of the polygon"
}
]
}
],
"bundled": true
}