1. Event
RoscoLive API v1.0
  • Device
    • Get a device
      GET
  • Driver Scoring / Coaching
    • Get drivers coaching events
      GET
  • Event
    • Get Company Events
      GET
    • Get Flagged Company Events
      GET
    • Request custom video from device
      PUT
    • Add event label
      POST
    • Add user feedback to event
      POST
    • Get event user feedback
      GET
    • Get event filters list for date range in company
      GET
  1. Event

Add event label

POST
/event/{event_id}/label
Adds a label to the event_label value for an event. If viewing the event within RoscoLive, this value will be displayed instead of the event_display_type value. This is useful for event sub-categorization or flagging the end user finds valuable.

User Role Permissions#

The following table shows which user roles are allowed to send requests using this API endpoint.
User RoleAllowed
Partner
Partner View
Custom Partner Requires permissions to be enabled
Fleet Manager
Group Manager
User
Custom User Requires permissions to be enabled

Request

Path Params

Body Params multipart/form-data

Responses

🟢200Success
application/json
Bodyapplication/json

🟠401Login Required
🟠404Record Not Found
🟠404Resource Not Found
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://fleet.roscolive.com/api/v1.0/event/1234567/label' \
--form 'event_label="lorem ipsum dolores"'
Response Response Example
200 - Success
{
    "meta": {
        "code": 200
    },
    "response": "success",
    "result": "OK"
}
Modified at 2026-03-13 17:30:38
Previous
Request custom video from device
Next
Add user feedback to event
Built with