> ## Documentation Index
> Fetch the complete documentation index at: https://docs.assetinfinity.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# The questions a template version asks.

> ungradeable marks a numeric item with no expected range — the reading is recorded and never judged.



## OpenAPI

````yaml /api-reference/openapi.json get /inspection_item_settings
openapi: 3.0.0
info:
  description: ''
  title: >-
    The only schema PostgREST exposes (ADR-014). Reads are security_invoker
    views; writes are SECURITY DEFINER functions. Rebuilt wholesale on every
    deploy — it holds no data.
  version: 12.2.3
servers:
  - url: https://app.assetinfinity.ai/api
security: []
tags:
  - name: Signing in
  - name: Profile
  - name: Assets
  - name: Asset lifecycle
  - name: Work lifecycle
  - name: Maintenance
  - name: Inventory
  - name: Inventory detail
  - name: Procurement
  - name: Contracts
  - name: Workforce
  - name: Capacity
  - name: Dispatch
  - name: Routing
  - name: Tools
  - name: Inspections
  - name: Verification
  - name: Reliability
  - name: Parts demand
  - name: Sensors and meters
  - name: Map
  - name: Floor plans
  - name: Labels
  - name: Lost and found
  - name: Root cause analysis
  - name: Reports
  - name: Audit center
  - name: Activity
  - name: Notifications
  - name: Channels
  - name: Search
  - name: Copilot
  - name: Import
  - name: Files
  - name: Sync
  - name: Support
  - name: Admin
  - name: Access
  - name: Lookups
  - name: Read models
  - name: Branding
  - name: Custom fields
  - name: Form studio
  - name: Workflows
  - name: Workflow studio
  - name: Rules
  - name: Statuses and transitions
  - name: Currencies and locales
  - name: Work configuration
  - name: Asset configuration
  - name: Inventory configuration
  - name: Tool configuration
  - name: Workforce configuration
  - name: Vendor and contract configuration
  - name: Document configuration
  - name: Inspection configuration
  - name: Sites, locations and the organisation
  - name: Platform
  - name: Self verification
  - name: Setup
  - name: Tools on a job, and who has them out
  - name: Vendors and contracts
  - name: Work order execution
  - name: Workforce detail
externalDocs:
  description: PostgREST Documentation
  url: https://postgrest.org/en/v12/references/api.html
paths:
  /inspection_item_settings:
    get:
      tags:
        - Inspection configuration
      summary: The questions a template version asks.
      description: >-
        ungradeable marks a numeric item with no expected range — the reading is
        recorded and never judged.
      parameters:
        - $ref: '#/components/parameters/rowFilter.inspection_item_settings.id'
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.inspection_template_version_id
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.inspection_template_id
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.version_number
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.version_status
        - $ref: '#/components/parameters/rowFilter.inspection_item_settings.sequence'
        - $ref: '#/components/parameters/rowFilter.inspection_item_settings.section'
        - $ref: '#/components/parameters/rowFilter.inspection_item_settings.prompt'
        - $ref: '#/components/parameters/rowFilter.inspection_item_settings.guidance'
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.response_type
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.is_mandatory
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.is_critical
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.unit_of_measure_id
        - $ref: '#/components/parameters/rowFilter.inspection_item_settings.unit_code'
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.expected_min_value
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.expected_max_value
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.pass_values
        - $ref: '#/components/parameters/rowFilter.inspection_item_settings.options'
        - $ref: '#/components/parameters/rowFilter.inspection_item_settings.weight'
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.requires_photo
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.requires_note_on_fail
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.failure_creates_work_order
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.failure_priority_code
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.ungradeable
        - $ref: >-
            #/components/parameters/rowFilter.inspection_item_settings.row_version
        - $ref: '#/components/parameters/select'
        - $ref: '#/components/parameters/order'
        - $ref: '#/components/parameters/range'
        - $ref: '#/components/parameters/rangeUnit'
        - $ref: '#/components/parameters/offset'
        - $ref: '#/components/parameters/limit'
        - $ref: '#/components/parameters/preferCount'
      responses:
        '200':
          content:
            application/json:
              schema:
                items:
                  $ref: '#/components/schemas/inspection_item_settings'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/inspection_item_settings'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/inspection_item_settings'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/inspection_item_settings'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.inspection_item_settings.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.inspection_template_version_id:
      in: query
      name: inspection_template_version_id
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.inspection_template_id:
      in: query
      name: inspection_template_id
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.version_number:
      in: query
      name: version_number
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.version_status:
      in: query
      name: version_status
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.sequence:
      in: query
      name: sequence
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.section:
      in: query
      name: section
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.prompt:
      in: query
      name: prompt
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.guidance:
      in: query
      name: guidance
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.response_type:
      in: query
      name: response_type
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.is_mandatory:
      in: query
      name: is_mandatory
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.is_critical:
      in: query
      name: is_critical
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.unit_of_measure_id:
      in: query
      name: unit_of_measure_id
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.unit_code:
      in: query
      name: unit_code
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.expected_min_value:
      in: query
      name: expected_min_value
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.expected_max_value:
      in: query
      name: expected_max_value
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.pass_values:
      in: query
      name: pass_values
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.options:
      in: query
      name: options
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.weight:
      in: query
      name: weight
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.requires_photo:
      in: query
      name: requires_photo
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.requires_note_on_fail:
      in: query
      name: requires_note_on_fail
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.failure_creates_work_order:
      in: query
      name: failure_creates_work_order
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.failure_priority_code:
      in: query
      name: failure_priority_code
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.ungradeable:
      in: query
      name: ungradeable
      required: false
      schema:
        type: string
    rowFilter.inspection_item_settings.row_version:
      in: query
      name: row_version
      required: false
      schema:
        type: string
    select:
      description: Filtering Columns
      in: query
      name: select
      required: false
      schema:
        type: string
    order:
      description: Ordering
      in: query
      name: order
      required: false
      schema:
        type: string
    range:
      description: Limiting and Pagination
      in: header
      name: Range
      required: false
      schema:
        type: string
    rangeUnit:
      description: Limiting and Pagination
      in: header
      name: Range-Unit
      required: false
      schema:
        default: items
        type: string
    offset:
      description: Limiting and Pagination
      in: query
      name: offset
      required: false
      schema:
        type: string
    limit:
      description: Limiting and Pagination
      in: query
      name: limit
      required: false
      schema:
        type: string
    preferCount:
      description: Preference
      in: header
      name: Prefer
      required: false
      schema:
        enum:
          - count=none
        type: string
  schemas:
    inspection_item_settings:
      description: >-
        The questions a template version asks.


        ungradeable marks a numeric item with no expected range — the reading is
        recorded and never judged.
      properties:
        expected_max_value:
          format: numeric
          type: number
        expected_min_value:
          format: numeric
          type: number
        failure_creates_work_order:
          format: boolean
          type: boolean
        failure_priority_code:
          format: character varying
          maxLength: 40
          type: string
        guidance:
          format: text
          type: string
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        inspection_template_id:
          description: >-
            Note:

            This is a Foreign Key to `inspection_template_settings.id`.<fk
            table='inspection_template_settings' column='id'/>
          format: uuid
          type: string
        inspection_template_version_id:
          format: uuid
          type: string
        is_critical:
          format: boolean
          type: boolean
        is_mandatory:
          format: boolean
          type: boolean
        options:
          format: jsonb
        pass_values:
          format: jsonb
        prompt:
          format: text
          type: string
        requires_note_on_fail:
          format: boolean
          type: boolean
        requires_photo:
          format: boolean
          type: boolean
        response_type:
          format: character varying
          maxLength: 30
          type: string
        row_version:
          format: bigint
          type: integer
        section:
          format: character varying
          maxLength: 150
          type: string
        sequence:
          format: integer
          type: integer
        ungradeable:
          format: boolean
          type: boolean
        unit_code:
          format: character varying
          maxLength: 30
          type: string
        unit_of_measure_id:
          description: >-
            Note:

            This is a Foreign Key to `units_of_measure.id`.<fk
            table='units_of_measure' column='id'/>
          format: uuid
          type: string
        version_number:
          format: integer
          type: integer
        version_status:
          format: character varying
          maxLength: 20
          type: string
        weight:
          format: numeric
          type: number
      type: object

````

## Related topics

- [Inspection settings](/config/inspections.md)
- [Inspections](/maintenance/inspections.md)
- [Setting up the plant](/setup/overview.md)
- [Approval workflows](/config/workflows.md)
- [Copilot activity](/analytics/copilot.md)
