1. Fleet Configuration
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 an Event by ID and Storage Type
    • Get Company Events
    • Get Event by Company and ID
    • Get Flagged Company Events
    • Get Device Events for Period
    • Get list of company events
  • Metadata
    • Get alerts and events of devices for company
    • Get alerts of a driver
  • Fleet Configuration
    • Get profiles of a company
      GET
    • Get company default profile settings
      GET
    • Remove a company profile
      DELETE
    • Create new profile in a company
      POST
    • Get a company profile
      GET
    • Get profile history
      GET
    • Update a company profile
      POST
  • DocuWiki Support
    • Rosco customer registration
  • Installer App
    • Add install report
    • Installer registration
    • Install Rosco device
  1. Fleet Configuration

Get profiles of a company

GET
/partners/companies/{company_name}/profiles
Endpoint to get profiles of a company.

Request

Path Params

Query Params

Responses

🟢200Success
application/json
Bodyapplication/json

🟠401Login Required
🟠404Resource Not Found
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://fleet.roscolive.com/api/v1.0/partners/companies//profiles?include_data=undefined'
Response Response Example
200 - Example 1
{
    "meta": {
        "code": 200
    },
    "response": {
        "profiles": [
            {
                "advanced_quality_channels": false,
                "comments": null,
                "configuration": "{\"c\":34}",
                "configurationdv6": "{\"d\":4}",
                "configurationdv7": "{\"e\":5}",
                "created_at": "Wed, 10 Aug 2022 12:39:29 GMT",
                "devices_using": 2,
                "event_types": {
                    "dv4_distraction": "video_snapshot",
                    "dv4_driver": "video_snapshot",
                    "dv4_drowsiness": "video_snapshot",
                    "dv4_ext_driver": "snapshot_only",
                    "dv4_fatal_gsensor": "video_snapshot",
                    "dv4_high_speed": "alert_only",
                    "dv4_phone_use": "video_snapshot",
                    "dv6_camera_block": "alert_only",
                    "dv6_distraction": "video_snapshot",
                    "dv6_driver": "video_snapshot",
                    "dv6_drowsiness": "video_snapshot",
                    "dv6_fatal_gsensor": "video_snapshot",
                    "dv6_following_distance": "snapshot_only",
                    "dv6_forward_collision": "snapshot_only",
                    "dv6_harsh_accel": "video_snapshot",
                    "dv6_harsh_braking": "video_snapshot",
                    "dv6_headway_monitoring": "snapshot_only",
                    "dv6_high_speed": "alert_only",
                    "dv6_lane_departure": "snapshot_only",
                    "dv6_phone_use": "video_snapshot",
                    "dv6_seatbelt": "video_snapshot",
                    "dv6_smoking": "video_snapshot",
                    "dv6_yawning": "video_snapshot",
                    "dv7_backup_warning": "snapshot_only",
                    "dv7_blind_spot_warning_standard": "snapshot_only",
                    "dv7_blind_spot_warning_urban": "snapshot_only",
                    "dv7_camera_block": "video_snapshot",
                    "dv7_distraction": "snapshot_only",
                    "dv7_driver": "video_snapshot",
                    "dv7_drowsiness": "snapshot_only",
                    "dv7_fatal_gsensor": "video_snapshot",
                    "dv7_following_distance": "snapshot_only",
                    "dv7_forward_collision": "snapshot_only",
                    "dv7_front_vehicle_start": "snapshot_only",
                    "dv7_gsensor_wakeup": "snapshot_only",
                    "dv7_harsh_accel": "video_snapshot",
                    "dv7_harsh_braking": "video_snapshot",
                    "dv7_headway_monitoring": "snapshot_only",
                    "dv7_high_speed": "alert_only",
                    "dv7_lane_departure": "snapshot_only",
                    "dv7_phone_use": "snapshot_only",
                    "dv7_seatbelt": "snapshot_only",
                    "dv7_smoking": "snapshot_only",
                    "dv7_speed_limit_violation_high": "snapshot_only",
                    "dv7_speed_limit_violation_low": "snapshot_only",
                    "dv7_speed_limit_violation_moderate": "snapshot_only",
                    "dv7_speed_limit_violation_severe": "snapshot_only",
                    "dv7_stop_sign_violation": "snapshot_only",
                    "dv7_traffic_light_violation": "snapshot_only",
                    "dv7_yawning": "snapshot_only"
                },
                "id": 9617,
                "last_changed_ts": "Thu, 30 Nov 2023 15:15:26 GMT",
                "name": "default",
                "preferred": true
            }
        ]
    },
    "result": "OK"
}
Modified at 2026-08-21 15:19:01
Previous
Get alerts of a driver
Next
Get company default profile settings
Built with