RoscoLive API v1.0(v2.35.0)
  1. Company
RoscoLive API v1.0(v2.35.0)
  • Event
    • Request custom video from device
      PUT
  • Company
    • create a company
      PUT
    • get a company by ID
      GET
    • update a company by ID
      POST
    • update company
      POST
    • get a company
      GET
    • get companies
      GET
    • get own partner company
      GET
  • Device
    • Geotab
      • Pair cameras to GO devices by CSV file
    • Play in-cab audible alert sound for device
      POST
    • Get a device
      GET
  • External Service
    • Get an external service account
      GET
    • Pair RL device with external device
      PUT
    • Get RL device data via external device unique serial number
      GET
  • Fleet Configuration
    • Create new profile in a company
      POST
    • Update a company profile
      POST
    • Get a company profile
      GET
    • Get profiles of a company
      GET
    • get profile history
      GET
  1. Company

get a company

GET
https://fleet.roscolive.com/api/v1.0partners/companies/{company_name}
partnercompany
Returns a single company object.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://fleet.roscolive.com/api/v1.0partners/companies/Acme Trucking'
Response Response Example
200 - Success
{
  "meta": {
    "code": 200
  },
  "response": {
    "company": {
      "active": true,
      "advanced_profile_settings": true,
      "billing_date": 1,
      "company_address": "853 Russel Throughway",
      "company_address2": "9614",
      "company_city": "Handshire",
      "company_country": "Serbia",
      "company_key": "A1B2C3D4E5",
      "company_metadata": null,
      "company_name": "Murazik, Ullrich and Bednar",
      "company_phone_number": "817.234.5586 x460",
      "company_country_code": null,
      "company_state": "Kentucky",
      "company_type": "CUSTOMER",
      "company_zipcode": "24349-1541",
      "created_by": 9,
      "created_by_company_id": 86,
      "custom_apn": "http://realistic-acrylic.org",
      "data_limit": 3,
      "data_usage_threshold": 92336197,
      "driver_recognition": "manual",
      "event_expiration": "365",
      "geotab_database": "rosco",
      "geotab_email": "Tillman.Rice49@hotmail.com",
      "geotab_path": "http://quizzical-lyrics.org",
      "hash": "dolore est labore",
      "id": 2,
      "live_active": true,
      "owner_company": "Rosco Vision Partner",
      "partner_company": "Rosco Vision Partner",
      "reformat_reminder": 6,
      "status": "used",
      "storage_active": true,
      "token": "12345678",
      "trace_active": true,
      "trial_status": true,
      "trial_subscribers": "example1@email.com,example2@email.com"
    }
  },
  "result": "OK"
}

Request

Path Params
company_name
string 
required
Name of the company on RoscoLive. This value is found in the "company_name" of the company object.
Example:
Acme Trucking
Body Params multipart/form-data
object {0}

Responses

🟢200Return company
application/json
Body
meta
object 
required
Request metadata object
code
integer 
required
HTTP status code returned by server
response
object 
required
Contains response data
company
object 
required
The returned company object
result
string 
required
"OK" if request successful, otherwise "Fail"
🟠404Record not found
🟠404Resource Not Found
🔴500Internal Server Error
🟠401Login Required
Previous
update company
Next
get companies
Built with