List the camera connection events

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Purpose: This endpoint provides information about camera connection events. It details when a camera came online or went offline, which driver and vehicle were associated, the camera type, and other status information. This data is useful for monitoring camera uptime, diagnosing potential connectivity issues, and ensuring compliance or safety standards are maintained.

Response Parameters

camera_connections

  • Type: Array of Objects
  • Description: Contains the list of camera connection events.

camera_connection

  • Type: Object
  • Description: Contains details about a single camera connection event.

id

  • Type: Integer
  • Description: The unique identifier of the camera connection record.

offline_id

  • Type: String
  • Description: The offline UUID representing the camera connection event.

created_at

  • Type: String (DateTime)
  • Description: The timestamp when the camera connection event was created.

updated_at

  • Type: String (DateTime)
  • Description: The timestamp when the camera connection event was last updated.

type

  • Type: String
  • Description: The type of connection event (e.g., "disconnected").

duration

  • Type: Number (Float)
  • Description: The duration (in seconds) for which the camera was connected or disconnected.

cam_type

  • Type: String
  • Description: The type of camera (e.g., "dc54").

cam_serial_num

  • Type: String
  • Description: The serial number of the camera.

sw_pkg_version

  • Type: Integer
  • Description: The software package version running on the camera.

status

  • Type: String
  • Description: The status of the camera event (e.g., "correct").

vehicle

  • Type: Object
  • Description: Information about the vehicle associated with the camera connection event.

id

  • Type: Integer
  • Description: The unique identifier of the vehicle.

number

  • Type: String
  • Description: The number (or name) assigned to the vehicle.

current_driver

  • Type: Object
  • Description: The driver currently operating the vehicle during the camera connection event.

id

  • Type: Integer
  • Description: The unique identifier of the current driver.

first_name

  • Type: String
  • Description: The first name of the current driver.

last_name

  • Type: String
  • Description: The last name of the current driver.

driver_company_id

  • Type: String
  • Description: The company ID associated with the current driver (if any).

previous_driver

  • Type: Object
  • Description: The driver who was operating the vehicle before the current driver (if applicable).

next_driver

  • Type: Object
  • Description: The driver who operates the vehicle after the current driver (if applicable).

dispatcher

  • Type: Object
  • Description: The dispatcher associated with the camera connection event (if applicable).

Query Params
vehicle_ids[]
array of int32s

Specify the ID of a vehicle or vehicles for which you want to view the existing camera connections.

vehicle_ids[]
driver_ids[]
array of int32s

Specify the ID of a driver or drivers for whom you want to view the camera connections..

driver_ids[]
date

Specify the start date from when you want to view the camera connections.

date

Specify the end date till when you want to view the camera connections.

string
Defaults to disconnected

Specify the type of camera connection. Allowed values are connected, disconnected, disabled.

string
Defaults to correct

Specify the status of the camera connection event. Allowed values are correct, incorrect.

int32

Number of records to return per page.

int32

Denotes the current page number.

string

Specify the field to sort the response with. Allowed values are: start_time, end_time, status.

string

Specify the order for displaying the response list. Allowed values are asc: Ascending, desc: Descending.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json