Skip to main content

List Submitted Inspection Forms

Returns a list of submitted inspection forms.

info

Submitting inspection forms through the API is not currently supported.

Query Parameters
  • start_cursor string

    The start cursor for Keyset pagination.

  • per_page integer

    Possible values: >= 2 and <= 100

    Default value: 50

    The number of records per page to return

  • filter object

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

    • inspection_form_id object
    • eq string required
    • inspection_form_version_id object
    • eq string required
    • inspection_form_title object
    • like string required
    • vehicle_id object
    • eq string required
    • user_id object
    • eq string required
  • sort object

    The fields and direction to sort the results by.

    • failed_items string

      Possible values: [asc, desc]

    • submitted_at string

      Possible values: [asc, desc]

    • updated_at string

      Possible values: [asc, desc]

    • id string

      Possible values: [asc, desc]

      Default value: desc

Responses

OK


Schema

  • start_cursor string

    The current start cursor of the records returned.

  • next_cursor string

    The next cursor to retrieve the next page of records.

  • per_page integer

    The maxumum number of records returned.

  • estimated_remaining_count integer

    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.

    anyOf

  • inspection_form_id object
  • eq string
  • sorted_by object[]

    The sorts applied to the returned record set.

    anyOf

  • failed_items string

    Possible values: [asc, desc]

  • records object[]
  • id integer
  • started_at date-time

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

  • submitted_at date-time

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

  • date date

    The date on which this Inspection Form was submitted

  • failed_items integer

    The number of failed items on this Inspection Form.

  • starting_latitude number

    The latitude at which this Inspection Form was started.

  • starting_longitude number

    The longitude at which this Inspection Form was started.

  • submitted_latitude number

    The latitude at which this Inspection Form was submitted.

  • submitted_longitude number

    The longitude at which this Inspection Form was submitted.

  • inspection_form object
  • id integer
  • title string

    The title of the Inspection Form.

  • description string

    The description of the Inspection Form.

  • user object

    A Contact

  • id integer
  • email string

    The Contact's email address.

  • name string

    The Contact's full name.

  • group_id integer

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

  • default_image_url string

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

  • vehicle object

    A Vehicle

  • id integer
  • name string

    This vehicle's name.

  • color string

    The color of this Vehicle.

  • license_plate string

    The license plate number of this Vehicle.

  • vin string

    The Vehicle Identification Number of this Vehicle.

  • year string

    This Vehicle's model year.

  • make string

    The name of this Vehicle's manufacturer.

  • model string

    The name of the model of this Vehicle.

  • trim string

    The trim level of this Vehicle.

  • registration_expiration_month integer

    Possible values: <= 12

    The month in which this Vehicle's registration expires.

  • registration_state string

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

  • default_image_url_small string

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

Loading...