RoscoLive API v1.0
  1. Event
RoscoLive API v1.0
  • Device
    • Get device list for multiple companies
      GET
    • Get current activity status of devices
      GET
  • Driver Scoring / Coaching
    • Get company event score weights
      GET
    • Update company event score weights
      POST
  • Event
    • Get Company Events
      GET
    • Request videos of an event
      PUT
    • Get Device Events for Period
      GET
  • Fleet Configuration
    • Create new profile in a company
      POST
    • Get a company profile
      GET
  • Metadata
    • Get alerts and events of devices for company
      GET
  • Report
    • Get custom report data
      GET
    • Get all events report for company
      GET
    • Get event count summary report for company devices
      GET
    • Update custom report
      POST
    • Create custom report for user
      PUT
  • User
    • Get User Info from Email Address
      GET
    • Get my Own User Info
      GET
    • Get application notifications
      GET
    • SD card reformat reminder
      POST
    • Update notification by email
      POST
    • Get event / sms notification settings
      GET
  1. Event

Request videos of an event

PUT
https://fleet.roscolive.com/api/v1.0/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 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"
}

Request

Path Params

Responses

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

🟢202Accepted
🟠404event doesn't exist
🟠400Video already available for event
🟠401Login Required
Modified at 2025-06-15 10:46:58
Previous
Get Company Events
Next
Get Device Events for Period
Built with