{ "opencollection": "1.0.0", "info": { "name": "LocoNav Integration Alert Subscriptions Alerts API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "User-Authentication", "value": "{{User-Authentication}}", "placement": "header" } }, "items": [ { "info": { "name": "Alerts", "type": "folder" }, "items": [ { "info": { "name": "Get Alerts", "type": "http" }, "http": { "method": "GET", "url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/alerts" }, "docs": "
This endpoint sends an HTTP GET request to retrieve alerts based on the specified start time, end time, and alert type.
\nstartTime (optional): The start time for retrieving alerts.
endTime (optional): The end time for retrieving alerts.
alertType (optional): The type of alert to be retrieved.
The response" }, { "info": { "name": "List Alerts", "type": "http" }, "http": { "method": "GET", "url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/vehicles/:vehicleId/alerts", "params": [ { "name": "vehicleId", "value": "", "type": "path" } ] }, "docs": "
The Get Alerts API allows users to retrieve information about alerts triggered by vehicle-related events during a specified time range.
\nstartTime (integer, required): The timestamp indicating the start of the time range for fetching alerts.
endTime (integer, required): The timestamp indicating the end of the time range for fetching alerts.