1. Event
RoscoLive API v1.0
  • Company
    • Create a company
      PUT
    • Get a company by ID
      GET
    • Update company
      POST
    • Get a company
      GET
    • Get companies
      GET
    • get partner companies list
      GET
    • Get own partner company
      GET
  • Device
    • Get a device
      GET
    • Get list of company devices
      GET
  • Device Firmware
    • get available firmware versions
      GET
    • get list of latest firmware versions
      GET
    • push firmware to device
      POST
    • cancel pending firmware update to devices
      DELETE
    • get firmware updates history for company
      GET
  • Driver Scoring / Coaching
    • Get company drivers list
      GET
    • Add new driver to company
      PUT
  • Event
    • Get Company Events
      GET
    • Request videos of an event
      PUT
    • Get Latest Event for Each Device in Company
      GET
    • get geotab events
      GET
    • Get a last updated event of devices
      GET
    • update an event
      POST
  • Live streaming
    • start live streaming
      GET
  • Report
    • get list of companies with data usage for date range
  • User
    • Update notification by email
    • Get event / sms notification settings
  1. Event

get geotab events

GET
/partners/companies/{company_name}/events/filters
Partner gets a list of geotab events with their types

Request

Path Params

Query Params

Body Params multipart/form-data

Responses

🟢200Success
application/json
Bodyapplication/json

🟠401Login Required
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://fleet.roscolive.com/api/v1.0/partners/companies//events/filters?start_ts=&end_ts=&device_ids=undefined&geotab=undefined'
Response Response Example
200 - Success
{
    "meta": {
        "code": 200
    },
    "response": [
        {
            "fulltype": "fugiat",
            "geotab": 2,
            "type": "tempor ad"
        },
        {
            "fulltype": "Excepteur velit incididunt",
            "geotab": 3,
            "type": "sit sed in"
        }
    ],
    "result": "OK"
}
Modified at 2026-03-13 17:30:38
Previous
Get Latest Event for Each Device in Company
Next
Get a last updated event of devices
Built with