{ "opencollection": "1.0.0", "info": { "name": "LocoNav Integration Alert Subscriptions Video Telematics VT / Videos API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "User-Authentication", "value": "{{User-Authentication}}", "placement": "header" } }, "items": [ { "info": { "name": "Video Telematics VT / Videos", "type": "folder" }, "items": [ { "info": { "name": "Get Video", "type": "http" }, "http": { "method": "GET", "url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/videos/:voidId", "params": [ { "name": "voidId", "value": "", "type": "path" } ] }, "docs": "
The Video Details API allows users to retrieve detailed information about a specific video recording, providing insights into the associated device, duration, format, creator type, and more.
\nUser-Authentication: The authentication token for accessing the API. Replace {{auth_token}} with the actual authentication token.This API provides access to videos associated with specific vehicles.
\nperPage (optional): Number of videos to retrieve per page. Default is 10.
page (optional): Page number to retrieve. Default is 1.
alertId (optional): Alert Id received via Alerts Webhook
alertKind (required with"
},
{
"info": {
"name": "Create Video Request",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/vehicles/:vehicleId/videos",
"params": [
{
"name": "vehicleId",
"value": "",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "
This API allows users to request the creation of a vehicle video. Users can specify various parameters such as format, resolution, request type, creator type, device ID, duration, and start time for the video.
\nformat (string): Format of the video (e.g., \"Road\", \"Driver\", \"Side-by-Side\").
resolution (string): Resolution of the video (e.g., \"640x480"
}
]
}
],
"bundled": true
}