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

Get Flagged Company Events

GET
/events/flagged
Returns a list of flagged events for the passed company_id for the current user.

User Role Permissions#

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

Request

Query Params

Responses

🟢200Success
application/json
Bodyapplication/json

🟠401Login Required
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://fleet.roscolive.com/api/v1.0/events/flagged?company_id=12345&feedback=false&channels=undefined&include_data=undefined'
Response Response Example
200 - Valid get flagged company events
{
    "meta": {
        "code": 200
    },
    "response": [
        {
            "accurate_duration": 9,
            "company_id": 825,
            "created_by": 0,
            "createtime": "Tue, 01 Oct 2024 21:40:40 GMT",
            "custom_event_type": null,
            "data": null,
            "device_id": "3868616673",
            "driver_card_id": "",
            "driver_id": null,
            "driver_name": "",
            "duration": 10,
            "email_sent": "alert",
            "end_ts": "Tue, 01 Oct 2024 21:40:44 GMT",
            "event_display_type": "",
            "event_label": null,
            "event_type": "Drowsiness",
            "event_type_specification": null,
            "geotab_driver": null,
            "geotab_user_id": null,
            "groups": [
                "EngineeringDV6"
            ],
            "has_feedback": false,
            "has_review": true,
            "hash": "cd91419b803d11efa979069d5833a13f",
            "id": 2602982,
            "impact_score": true,
            "is_datausage_locked": false,
            "is_flood": false,
            "last_reviewed": "Thu, 08 May 2025 20:59:33 GMT",
            "last_reviewed_by": 6324,
            "last_reviewed_name": "Fake Email",
            "last_viewed": null,
            "last_viewed_by": null,
            "lat": 40.61,
            "lon": -73.9221,
            "meta_json": true,
            "mp4_1": true,
            "mp4_2": true,
            "mp4_3": true,
            "mp4_4": false,
            "nvr_filename": "0000000000114190-241001-174034-174044-10O700000012.nvr",
            "old_device_id": null,
            "rule": null,
            "size": 15.1301,
            "snapshot_1": "https://stages3.roscocloud.com/rosco-user-825/...",
            "snapshot_2": "https://stages3.roscocloud.com/rosco-user-825/...",
            "snapshot_3": "https://stages3.roscocloud.com/rosco-user-825/...",
            "snapshot_status": "SNAPSHOT_UPLOADED",
            "start_ts": "Tue, 01 Oct 2024 21:40:34 GMT",
            "status": "used",
            "timestamp": "Tue, 01 Oct 2024 21:40:39 GMT",
            "type": "Drowsiness/Head Down",
            "uploaded_timestamp": "Tue, 01 Oct 2024 21:42:10 GMT",
            "uploading_status": "VIDEO_UPLOADED",
            "vehicle_name": "Sergey DV6",
            "video_option": "video_snapshot"
        }
    ],
    "result": "OK"
}
Modified at 2026-04-01 15:51:54
Previous
Get Company Events
Next
Request custom video from device
Built with