Skip to main content

List Submitted Inspection Forms

Returns a list of Submitted Inspection Forms belonging to your account.

info

Submitting inspection forms through the API is not currently supported.

Responses

OK

Response Headers

  • X-PaginationLimit string

    The per page limit. Currently set to 100 but subject to change at any time.

  • X-Pagination-Current-Page string

    The current page. Defaults to 1.

  • X-Pagination-Total-Pages string

    The total number of pages in the result set. Use this along with Pagination-Current-Page to determine if there are any remaining pages/records to be retrieved.

  • X-Pagination-Total-Count string

    The total number of records in the result set (across all pages).


Schema

array
  • id integer

    Possible values: >= 1

  • started_at date

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

  • submitted_at date

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

  • date string

    The date on which this Inspection Form was submitted, formatted as "Mon DD, YYYY"

  • failed_items integer

    The number of failed items on this Inspection Form.

  • vehicle_id integer

    Possible values: >= 1

  • starting_latitude float

    The latitude at which this Inspection Form was started.

  • starting_longitude float

    The longitude at which this Inspection Form was started.

  • submitted_latitude float

    The latitude at which this Inspection Form was submitted.

  • submitted_longitude float

    The longitude at which this Inspection Form was submitted.

  • duration string

    The duration of time in words (eg; 15 minutes, about 1 hour) between when this Inspection Form was started and when it was submitted.

  • inspection_form object
  • id integer

    Possible values: >= 1

  • title string

    The title of the Inspection Form.

  • description string

    The description of the Inspection Form.

  • contact_id NullableId

    Possible values: >= 1

  • user string

    The full name of the User that submitted this Inspection Form.

  • submitted_inspection_items object[]
  • result object

    This object contains the result of the Submitted Inspection Item. The key:value pair(s) returned vary depending on the type of Inspection Item.

  • id integer

    Possible values: >= 1

  • comments_count integer

    The number of Comments related to this Inspection Item.

  • images_count integer

    The number of Images related to this Inspection Item.

  • submitted_inspection_form_id integer

    Possible values: >= 1

  • latitude float

    The latitude at which this Inspection Item was submitted.

  • longitude float

    The longitude at which this Inspection Item was submitted.

  • inspection_item object
  • label string

    The label or name of the Inspection Item.

  • type string

    Possible values: [InspectionDateItem, InspectionDatetimeItem, InspectionDropdownItem, InspectionFreeTextItem, InspectionMeterEntryItem, InspectionNumericItem, InspectionPassFailItem, InspectionPhotoItem, InspectionSectionItem, InspectionSignatureItem, InspectionSingleCheckboxItem]

    The type or category of the Inspection Item.

  • fail_label string

    The label for a "Fail" result.

  • pass_label string

    The label for a "Pass" result.

  • na_label string

    The label for a "Not Applicable" result.

  • dropdown_options object[]

    An array of options for an InspectionDropdownItem.

  • label string

    The label or name of the Inspection Item.

  • position integer

    The position or order of the Inspection Item within the form.

  • fail_if_chosen boolean

    Indicates whether the inspection should fail if this item is chosen.

  • numeric_range_max float

    The maximum value for an InspectionNumericItem.

  • numeric_range_min float

    The minimum value for an InspectionNumericItem.

  • requirement_settings object

    A dynamically generated list of settings describing required items as part of the inspection form.

  • comments_count integer

    The number of Comments on this Inspection Form.

  • images_count integer

    The number of images attached to this Inspection Form.

Loading...