For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Nukio API
    • Introduction
    • POSTTOKEN
    • GETgroups
    • POSTfirmware
    • POSTfeature engineCutoff
    • POSTcreateUser
    • POSTdeleteUser
    • POSTupdateUser
    • POSTcreatedevice
    • POSTdeletedevice
    • POSTupdatedevice
    • GETgetGeozones
    • GETdiagnosticall
    • GETgetallDevices
    • POSTcreateGeozone
    • POSTdeleteGeozone
    • POSTupdateGeozone
    • GETgetUser
    • POSTupdateAddress
    • GETgetMonitorMetadata
    • GETgetDevice
    • GETlatest
    • GETdiagnostic
    • GETcheckaccount
    • GETgetMessages
    • POSTsetMessages
    • GETgetGeozone
    • GETgetAllPushNotifications
    • GETlostVehicles
    • GETunregister-push
    • GETsend **
    • GETgetDeviceActivations
    • GETsetViewed
    • GETactivations
    • GETgetRoutes
    • GETregister-push
    • POSTrouteUpdate
    • GETpassengerCount
    • GETgetGeozones range
    • GETfleetMetadata
    • GETcreateActivation
    • GETgetNotifications
    • POSTfeature cargoAccess
    • GETfleetData
    • GETdeviceMetadata
    • POSTupdatedevice cargoAccess
    • POSTupdatedevice engineCutoff
    • GETdeviceData
    • GETgetDeviceNotifications
    • GETgetDeviceActivations range
    • GETfleetData range
    • GETdeviceData range
LogoLogo

fleetData range

||View as Markdown|
GET
https://app.nukio.mx/api/v1/eventdata/fleetdata/:statusCode/:startTime/:endTime/:intervalStart/:intervalSize/authorization
GET
/api/v1/eventdata/fleetdata/:statusCode/:startTime/:endTime/:intervalStart/:intervalSize/authorization
$curl https://app.nukio.mx/api/v1/eventdata/fleetdata/*/0/0/1/5/authorization \
> -H "authorization: <apiKey>" \
> -H "Content-Type: application/json"
200Retrieved
1{}
Was this page helpful?
Previous

getDeviceActivations range

Next

deviceData range

Built with

Authentication

authorizationstring
API Key authentication via header

Path parameters

statusCodestringRequired

Status code in decimal (use * as wildcard}

startTimestringRequired

start time of the events to call (use 0 as wildcard)

endTimestringRequired

end time of the events to call (use 0 as wildcard)

intervalStartstringRequired
Interval start range
intervalSizestringRequired
Interval start range

Response

Successful response