FleetUp API Docs
  1. Schemas
FleetUp API Docs
  • Quick Start
    • Your First API Call
    • Token Expiration
    • Rate Limit
    • Error Codes
  • API Reference
    • Introduction
    • Authentication
      • /token
      • Obtain JWT Token
    • Account & User & Device
      • /account-info
      • /users
      • /drivers/list
      • /devices
      • /devices/status
      • /devices/unlock
      • /devices/driver-overview
      • /devices/engine-hours
      • /devices/fuel-level
      • /devices/odometer
      • /devices/latest-ecu-data
      • /devices/{device-id}
      • /devices/{device-type}
      • /devices/{device-type}/details
      • /devices/{device-type}/history
    • Trips
      • /trips/history
      • /trips/ongoing-trips
    • Trip Share
      • /tripshare/live-eta
      • /tripshare/partners
      • /tripshare/share
    • Alerts
      • /alerts/summary
      • /alerts/history
      • /alerts/bulk-history
      • /fencealerts/fence-names
      • /fencealerts/geo-fencealerts
    • Location
      • Retrieve GPS data within a 24-hour time range
      • /gpsdata/device-last-location
      • /gpsdata/latest
      • /gpsdata/latest/4cj
      • /gpsdata/latest/5ta
      • /bulk-gpsdata
    • Maintenance
      • /maintenance/history
      • /maintenance/indicators
      • /maintenance/settings/indicators
      • /maintenance/settings/measurements
    • Reports
      • /reports/temperature-sensors
      • /reports/{report-key}
    • Geofence
      • Get all fences
      • Get fence detail
      • Retrieve geofence alerts
    • Others
      • /jobs
  • API Guides
    • Retrieve All Devices from an Enterprise
  • Schemas
    • Schemas
      • DevicesHistoryRequest
      • Devices List Request
      • Geofence Name Response
      • Alerts Bulk History Request
      • Alerts History Request
      • Device List Response
      • Historic Gps Response
      • Device Odometer Response
      • DevicesDetailsRequest
      • DevicesUpdateRequest
      • Get Users Response
      • Ongoing Trips Response
      • Job Creation Response
      • Alerts Summary Response
      • Token Response
      • JWT Token Response
      • Trip History Request
      • DevId with date range Request
      • Device Latest Ecu Data Response
      • Device Data
      • Geofence Alerts Request
      • Latest Gps Request
      • Maintenance History Response
      • Device Status Response
      • Geofence Name Request
      • Historic Gps Request
      • DevId Request
      • Ongoing Trips Request
      • Alerts History Response
      • Account Info Request
      • Device Fuel Level Response
      • Empty Schema
      • Latest 5ta Gps Request
      • DevicesResponse
      • Device List Response
      • Devices Last Location Request
      • Trip History Response
      • DevicesHistoryResponse
      • Geofence Alerts Response
      • Error Schema
      • Device Last Location Response
      • Bulk Historic Gps Request
      • Account Information Response
      • Device Engine Hours Response
      • Devices Status Request
      • Devices Driver Overview Request
      • DevicesDetailsResponse
      • Maintenance Indicators Config Response
      • Latest Gps Response
      • Devices Unlock Request
      • Maintenance Indicators Config Response
      • Drivers List Response
      • Maintenance Indicators Response
      • Job creation request
      • Trip Share Devices Response
      • Live ETA OK Schema
      • TripShare OK Schema
      • TripShare Error Schema
      • Error Schema
      • Temperature Sensor Data Response
      • Geofence List Response
      • Geofence Detail Response
      • Geofence Alert Pagination Response
  1. Schemas

DeviceListResp(Device List Response)

{
    "devices": [
        {
            "acctId": 16816,
            "devId": "7200000018",
            "vehicleName": "This is a test vehicle",
            "status": "0",
            "vin": null,
            "year": null,
            "make": null,
            "model": null,
            "location": "641 Turnbuckle Drive, Redwood City, CA 94063, USA",
            "deviceType": "asset",
            "license": null,
            "assetNumber": "7200000018(4CJ)",
            "assetModel": null,
            "assetContents": "Asset for test",
            "battery": 0,
            "lockStatus": 0,
            "bike": "string",
            "bikeNumber": "string",
            "notesForVin": "string",
            "notesForOdometer": "string",
            "assignTo": "string",
            "simCard": "string",
            "simCardPhoneNumber": "string",
            "contents": "string",
            "dashcamId": "string",
            "dashcamNumber": "string",
            "groupName": "string",
            "pairedVehicleNumber": "string",
            "sensorNumber": "string",
            "sensorID": "string",
            "sensorIMEI": "string",
            "vehiclePairingNumber": "string",
            "loadPercent": "string",
            "remainingTime": 0
        }
    ]
}
Built with