1. Event
RoscoLive API v1.0(v2.40.0)
  • 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
  • Company
    • private
      • Create a new partner company
      • Update partner company info
      • Get a partner company
      • Disable a customer company
      • Enable a customer company
      • Disable a partner company
      • Enable a partner company
    • Create a company
      PUT
    • Get audit logs of a company
      GET
    • Get a company by ID
      GET
    • Update company
      POST
    • Get companies list
      GET
    • Get a company
      GET
    • Get companies
      GET
    • Get own partner company
      GET
  • User
    • Get Company Users
      GET
    • Get User Info from Email Address
      GET
    • Update a User's Info
      POST
    • Get my Own User Info
      GET
    • Create a User
      PUT
    • Update notification by email
      POST
  • Device
    • Update a device settings
    • Get company devices with modems
    • Get a device
    • Create devices (auto-prov/DV4/DV6/DV7)
  • Driver Scoring / Coaching
    • Get company drivers list
    • Get driver scores
    • Add new driver to company
    • Get company event score weights
    • Update company event score weights
  • Event
    • Get an Event of a Device by Start Time
      GET
    • Get an Event by ID and Storage Type
      GET
    • Get Company Events
      GET
    • Get Event by Company and ID
      GET
    • Get Flagged Company Events
      GET
    • Get Device Events for Period
      GET
    • Get list of company events
      GET
  • Metadata
    • Get alerts and events of devices for company
    • Get alerts of a driver
  • Fleet Configuration
    • Get profiles of a company
    • Get company default profile settings
    • Remove a company profile
    • Create new profile in a company
    • Get a company profile
    • Get profile history
    • Update a company profile
  • DocuWiki Support
    • Rosco customer registration
  • Installer App
    • Add install report
    • Installer registration
    • Install Rosco device
  1. Event

Get Event by Company and ID

GET
/partners/companies/{company_name}/events/{event_id}
Gets an event with a specific event_id. wcs parameter is false by default.

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

Path Params

Query Params

Responses

🟢200valid get an event
application/json
Bodyapplication/json

🟠401Login Required
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://fleet.roscolive.com/api/v1.0/partners/companies//events/?wcs=&channels=undefined'
Response Response Example
200 - Valid get an event
{
    "meta": {
        "code": 200
    },
    "response": {
        "event": {
            "accurate_duration": 10,
            "asset_id": null,
            "company_id": 825,
            "created_by": 0,
            "createtime": "Wed, 04 Jun 2025 02:24:55 GMT",
            "custom_event_type": null,
            "data": null,
            "device_id": "3595522191",
            "driver_card_id": "",
            "driver_id": null,
            "driver_name": "",
            "duration": 10,
            "email_sent": "alert",
            "end_ts": "Wed, 04 Jun 2025 02:25:06 GMT",
            "event_display_type": "",
            "event_label": null,
            "event_notes": null,
            "event_type": "Distraction",
            "event_type_specification": null,
            "feedback": {
                "comment": "Example comment",
                "geotab_user_id": null,
                "has_feedback": true,
                "selections": "6",
                "updated_user_id": 534
            },
            "flagged": false,
            "geotab_driver": null,
            "geotab_user_id": null,
            "groups": null,
            "has_feedback": true,
            "has_review": null,
            "hash": "1ac56d2740eb11f0bc14069d5833a13f",
            "id": 2630755,
            "impact_score": true,
            "is_datausage_locked": false,
            "is_flood": false,
            "last_reviewed": null,
            "last_reviewed_by": null,
            "last_viewed": null,
            "last_viewed_by": null,
            "lat": 40.6359,
            "lon": -74.198,
            "meta_json": true,
            "mp4_1": true,
            "mp4_2": true,
            "mp4_3": true,
            "mp4_4": false,
            "nvr_filename": "0000000000089003-250603-222456-222506-10U700000022.nvr",
            "old_device_id": null,
            "rule": null,
            "size": 16.6537,
            "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": "Wed, 04 Jun 2025 02:24:56 GMT",
            "status": "used",
            "timestamp": "Wed, 04 Jun 2025 02:25:01 GMT",
            "type": "Distraction",
            "uploaded_timestamp": "Wed, 04 Jun 2025 02:26:32 GMT",
            "uploading_status": "VIDEO_UPLOADED",
            "vehicle_name": "Gary New2 Volvo",
            "video_option": "video_snapshot"
        }
    },
    "result": "OK"
}
Modified at 2026-03-13 17:30:38
Previous
Get Company Events
Next
Get Flagged Company Events
Built with