Skip to main content

List Vehicle Status Changes

GET 

https://secure.fleetio.com/api/v1/vehicle_status_changes

Returns a list of Vehicle Status Changes

Request

Query Parameters

    start_cursor string

    The start cursor for Keyset pagination.

    per_page integer

    Possible values: >= 2 and <= 100

    The number of records per page to return

    Default value: 50
    filter object

    The fields, operations, and values to filter the records by.

    vehicle_id object
    eqstringrequired
    from_vehicle_status_id object
    eqstringrequired
    to_vehicle_status_id object
    eqstringrequired
    created_at object
    oneOf
    ltstringrequired
    updated_at object
    oneOf
    ltstringrequired
    sort object

    The fields and direction to sort the results by.

    idSortAscDescDefaultDesc (string)

    Possible values: [asc, desc]

    Default value: desc
    updated_atSortAscDesc (string)

    Possible values: [asc, desc]

    vehicle_idSortAscDesc (string)

    Possible values: [asc, desc]

Responses

OK

Schema
    start_cursorstringnullable

    The current start cursor of the records returned.

    next_cursorstringnullable

    The next cursor to retrieve the next page of records.

    per_pageinteger

    The maxumum number of records returned.

    estimated_remaining_countinteger

    The number of remaining records including the returned records, up to a maximum of 500.

    filtered_by object[]

    The filters applied to the returned record set.

  • Array [
  • anyOf
    vehicle_id object
    eqstringrequired
  • ]
  • sorted_by object[]

    The sorts applied to the returned record set.

  • Array [
  • anyOf
    idSortAscDesc (string)

    Possible values: [asc, desc]

  • ]
  • records object[]
  • Array [
  • account_idintegerrequired

    The ID of the Account that owns the Vehicle Status Change.

    idintegerrequired

    The ID of the Vehicle Status Change.

    vehicle_idintegerrequired

    The ID of the Vehicle that the Vehicle Status Change is for.

    from_vehicle_status_idintegernullablerequired

    The ID of the Vehicle Status that the Vehicle transitioned from.

    to_vehicle_status_idintegerrequired

    The ID of the Vehicle Status that the Vehicle transitioned to.

    user_idintegerrequired

    The ID of the User that created the Vehicle Status Change.

    effective_untildate-timenullablerequired

    The date and time that the Vehicle Status Change is effective until.

    created_atdate-timerequired

    The date and time that the Vehicle Status Change was created.

    updated_atdate-timerequired

    The date and time that the Vehicle Status Change was last updated.

    vehicle object

    A Vehicle

    idintegerrequired
    namestringrequired

    This vehicle's name.

    colorstringnullable

    The color of this Vehicle.

    license_platestringnullable

    The license plate number of this Vehicle.

    vinstringnullable

    The Vehicle Identification Number of this Vehicle.

    yearstringnullable

    This Vehicle's model year.

    makestringnullable

    The name of this Vehicle's manufacturer.

    modelstringnullable

    The name of the model of this Vehicle.

    trimstringnullable

    The trim level of this Vehicle.

    registration_expiration_monthintegernullable

    The month in which this Vehicle's registration expires.

    Possible values: >= 0 and <= 12

    registration_statestringnullable

    The state, province, or territory in which this Vehicle is registered.

    default_image_url_smallstringnullable

    The URL of a small-sized version of the default image for this Vehicle.

  • ]

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: Prefix the value with "Token", for example: "Token 76cbe06c49a64".
You can generate a new API key [here](https://secure.fleetio.com/api_keys).
name: Account-Tokentype: apiKeyin: headerdescription: You can find your Account-Token [here](https://secure.fleetio.com/api_keys)
curl -L 'https://secure.fleetio.com/api/v1/vehicle_status_changes' \
-H 'Accept: application/json' \
-H 'Authorization: Token <Authorization>' \
-H 'Account-Token: <Authorization>'
Request Collapse all
Base URL
https://secure.fleetio.com/api
Auth
Parameters
— query
— query
— query
vehicle_ideq
from_vehicle_status_ideq
to_vehicle_status_ideq
created_at
updated_at
— query
id
updated_at
vehicle_id
ResponseClear

Click the Send API Request button above and see the response here!