Skip to main content

List Inspection Forms

Returns a list of Inspection Forms.

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.

    • title object
      oneOf

    • like string required
    • color object
    • eq string required
    • created_at object
      oneOf

    • lt string required
    • updated_at object
      oneOf

    • lt string required
  • sort object

    The fields and direction to sort the results by.

    • id string

      Possible values: [asc, desc]

      Default value: desc

    • created_at string

      Possible values: [asc, desc]

    • updated_at string

      Possible values: [asc, 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

  • title object
    oneOf

  • like string
  • sorted_by object[]

    The sorts applied to the returned record set.

    anyOf

  • updated_at string

    Possible values: [asc, desc]

  • records object[]
  • id integer

    The ID of the Inspection Form.

  • title string

    The title or name of the Inspection Form.

  • description string

    A brief description or explanation of the Inspection Form's purpose or requirements.

  • updated_at date-time

    The date and time when the Inspection Form was last updated. Formatted according to ISO-8601 in UTC.

  • created_at date-time

    The date and time when the Inspection Form was last updated. Formatted according to ISO-8601 in UTC.

  • archived_at date-time

    The date and time when the Inspection Form was archived, if applicable.

  • require_live_photo boolean

    Indicates whether live photos are required as part of the inspection.

  • version integer

    The version number of the Inspection Form.

  • current_form_version_id integer

    The ID of the current version of the Inspection Form.

Loading...