View all log suggestions

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

Purpose: Log suggestions are automated recommendations provided by Motive to help drivers maintain accurate and compliant records of their duty status and driving activities. These suggestions are typically generated based on data collected by the system, such as vehicle movement, GPS location, and other sensor inputs. Drivers or fleet managers can then either approve or reject such recommendations or suggestions.

Response Parameters

log_suggestions

  • Type: Array of Objects
  • Description: List of log suggestions made for drivers.

id

  • Type: Integer
  • Description: Unique identifier for the log suggestion.

driver_ids

  • Type: Integer
  • Description: List of driver IDs associated with the suggestion.

log_ids

  • Type: Integer
  • Description: List of log IDs associated with the suggestion.

status

  • Type: String
  • Description: Status of the suggestion (e.g., "suggested", "approved").

suggested_at

  • Type: String
  • Description: Timestamp of when the suggestion was made.

reason

  • Type: String
  • Description: Reason for the suggestion (if provided).

id

  • Type: Integer
  • Description: Unique identifier for the driver.

first_name

  • Type: String
  • Description: First name of the driver.

last_name

  • Type: String
  • Description: Last name of the driver.

driver_company_id

  • Type: String
  • Description: Company ID associated with the driver.

eld_mode

  • Type: String
  • Description: The vehicle gateway mode present in the logs.

id

  • Type: Integer
  • Description: Unique identifier for the dispatcher.

first_name

  • Type: String
  • Description: First name of the dispatcher.

last_name

  • Type: String
  • Description: Last name of the dispatcher.

suggested_changes

  • Type: Object
  • Description: List of changes suggested to the log.

field_name

  • Type: String
  • Description: The field that is suggested to be changed.

old_value

  • Type: String
  • Description: The old value of the field before the suggestion.

new_value

  • Type: String
  • Description: The new value suggested for the field.

Body Params
string

Specify the status of the log suggestion that you want to view. Value must be one of the following: suggested. approved, rejected, cancelled, or voided.

int32
Defaults to 25

The number of records per page.

int32
Defaults to 1

Denotes the page number.

Response

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