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

Request videos of an event

PUT
/partners/companies/{company_name}/events/{event_id}/videos
Request video of a previously created custom event. Value of event_id parameter can be obtained from response of "Request Custom Video" or from any API that returns a list of events for the company.
Roles with endpoint access
RolePermission
Partner
Partner View
Custom Partner
Fleet Manager
Group Manager
User
Custom User

Request

Path Params

Responses

🟢200Success
application/json
Response returned when request is sent to device
Bodyapplication/json

🟢202Accepted
🟠404event doesn't exist
🟠400Video already available for event
🟠401Login Required
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://fleet.roscolive.com/api/v1.0/partners/companies/Acme Trucking LLC/events/12345/videos'
Response Response Example
200 - 200
{
    "meta": {
        "code": 200
    },
    "response": {
        "message": "str"
    },
    "result": "OK"
}
Modified at 2026-08-24 14:59:25
Previous
Get Company Events
Next
Get Latest Event for Each Device in Company
Built with