1. Schemas
Traccar
  • Attributes
    • Fetch a list of Attributes
      GET
    • Create an Attribute
      POST
    • Delete an Attribute
      DELETE
    • Update an Attribute
      PUT
  • Calendars
    • Fetch a list of Calendars
      GET
    • Create a Calendar
      POST
    • Delete a Calendar
      DELETE
    • Update a Calendar
      PUT
  • Commands
    • Fetch a list of Saved Commands
    • Create a Saved Command
    • Fetch a list of Saved Commands supported by Device at the moment
    • Dispatch commands to device
    • Fetch a list of available Commands for the Device or all possible Commands if Device ommited
    • Delete a Saved Command
    • Update a Saved Command
  • Devices
    • Fetch a list of Devices
    • Create a Device
    • Delete a Device
    • Update a Device
    • Update total distance and hours of the Device
  • Drivers
    • Fetch a list of Drivers
    • Create a Driver
    • Delete a Driver
    • Update a Driver
  • Events
    • /events/{id}
  • Geofences
    • Fetch a list of Geofences
    • Create a Geofence
    • Delete a Geofence
    • Update a Geofence
  • Groups
    • Fetch a list of Groups
    • Create a Group
    • Delete a Group
    • Update a Group
  • Maintenance
    • Fetch a list of Maintenance
    • Create a Maintenance
    • Delete a Maintenance
    • Update a Maintenance
  • Notifications
    • Fetch a list of Notifications
    • Create a Notification
    • Send test notification to current user via Email and SMS
    • Fetch a list of available Notification types
    • Delete a Notification
    • Update a Notification
  • Permissions
    • Unlink an Object from another Object
    • Link an Object to another Object
  • Positions
    • Fetches a list of Positions
  • Reports
    • Fetch a list of Events within the time period for the Devices or Groups
    • Fetch a list of Positions within the time period for the Devices or Groups
    • Fetch a list of ReportStops within the time period for the Devices or Groups
    • Fetch a list of ReportSummary within the time period for the Devices or Groups
    • Fetch a list of ReportTrips within the time period for the Devices or Groups
  • Server
    • Fetch Server information
    • Update Server information
  • Session
    • Close the Session
    • Fetch Session information
    • Create a new Session
  • Statistics
    • Fetch server Statistics
  • Users
    • Fetch a list of Users
    • Create a User
    • Delete a User
    • Update a User
  • Schemas
    • Schemas
      • Attribute
      • Calendar
      • Command
      • CommandType
      • Device
      • DeviceAccumulators
      • Driver
      • Event
      • Geofence
      • Group
      • Maintenance
      • Notification
      • NotificationType
      • Permission
      • Position
      • ReportStops
      • ReportSummary
      • ReportTrips
      • Server
      • Statistics
      • User
  1. Schemas

ReportStops

{
    "address": "string",
    "deviceId": 0,
    "deviceName": "string",
    "duration": 0,
    "endTime": "2019-08-24T14:15:22.123Z",
    "engineHours": 0,
    "lat": 0,
    "lon": 0,
    "spentFuel": 0,
    "startTime": "2019-08-24T14:15:22.123Z"
}
Built with