RoscoLive API v1.0
    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 a driver
        PUT
    • Event
      • Get company events
        GET
      • Request videos of an event
        PUT
      • get a last event of devices
        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

    Manage Firmware

    Manage Firmware#

    This set of endpoints are for managing and pushing firmware updates to devices. Device firmware is dependant on the type of camera needing to update. Firmware versions follow basic semantic versioning priciples.
    Firmware file names contain the following pieces:
    dv[xc]#_vM.m.p.fw
    dv[xc]: If camera is type DVXC4 then prefix will contain the xc, otherwise it will be dv#
    #: Represents the camera model number. DV6 will have the prefix dv6.
    M: Major firmware version
    m: Minor firmware version
    p: Patch firmware version
    example: dv6_v2.7.0.fw
    CAUTION
    Only Partners with valid permissions may access these endpoints. If not specifically requested, Rosco will take ownership of managing your company's firmware updates through scheduled periodic rollouts.
    Modified at 2024-07-25 01:40:33
    Previous
    get list of company devices
    Next
    get available firmware versions
    Built with