Skip to main content

List Submitted Inspection Forms

GET 

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

Returns a list of submitted inspection forms.

info

Submitting inspection forms through the API is not currently supported.

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.

    created_at object
    oneOf
    ltstringrequired
    updated_at object
    oneOf
    ltstringrequired
    submitted_at object
    oneOf
    ltstringrequired
    inspection_form_id object
    eqstringrequired
    inspection_form_version_id object
    eqstringrequired
    inspection_form_title object
    likestringrequired
    vehicle_id object
    eqstringrequired
    user_id object
    eqstringrequired
    sort object

    The fields and direction to sort the results by.

    created_atSortAscDesc (string)

    Possible values: [asc, desc]

    submitted_atSortAscDesc (string)

    Possible values: [asc, desc]

    updated_atSortAscDesc (string)

    Possible values: [asc, desc]

    idSortAscDescDefaultDesc (string)

    Possible values: [asc, desc]

    Default value: 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
    inspection_form_id object
    eqstringrequired
  • ]
  • sorted_by object[]

    The sorts applied to the returned record set.

  • Array [
  • anyOf
    failed_itemsSortAscDesc (string)

    Possible values: [asc, desc]

  • ]
  • records object[]
  • Array [
  • idintegerrequired
    started_atdate-timerequired

    The date and time at which this Inspection Form was started.

    Example: 2023-03-14T11:02:38-05:00
    submitted_atdate-timerequired

    The date and time at which this Inspection Form was submitted.

    Example: 2023-03-14T11:02:39-05:00
    datedaterequired

    The date on which this Inspection Form was submitted

    Example: 2023-03-14
    failed_itemsintegerrequired

    The number of failed items on this Inspection Form.

    starting_latitudenumbernullablerequired

    The latitude at which this Inspection Form was started.

    starting_longitudenumbernullablerequired

    The longitude at which this Inspection Form was started.

    submitted_latitudenumbernullablerequired

    The latitude at which this Inspection Form was submitted.

    submitted_longitudenumbernullablerequired

    The longitude at which this Inspection Form was submitted.

    inspection_form objectrequired
    idinteger
    titlestring

    The title of the Inspection Form.

    descriptionstring

    The description of the Inspection Form.

    user objectnullable

    A Contact

    idintegerrequired
    emailstringnullable

    The Contact's email address.

    namestringnullablerequired

    The Contact's full name.

    group_idintegernullable

    If this Contact belongs to a Group, this will be the Fleetio ID of that Group.

    default_image_urlstringnullablerequired

    The URL of the Contact's default image/profile photo, if any.

    vehicle objectrequired

    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)

Request Collapse all
Base URL
https://secure.fleetio.com/api
Auth
Parameters
— query
— query
— query
created_at
updated_at
submitted_at
inspection_form_ideq
inspection_form_version_ideq
inspection_form_titlelike
vehicle_ideq
user_ideq
— query
created_at
submitted_at
updated_at
id
ResponseClear

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