> ## 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 criticality scale with how many assets sit at each level.

> A scale where everything is critical is a scale that decides nothing.



## OpenAPI

````yaml /api-reference/openapi.json get /criticality_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:
  /criticality_settings:
    get:
      tags:
        - Asset configuration
      summary: The criticality scale with how many assets sit at each level.
      description: A scale where everything is critical is a scale that decides nothing.
      parameters:
        - $ref: '#/components/parameters/rowFilter.criticality_settings.id'
        - $ref: '#/components/parameters/rowFilter.criticality_settings.code'
        - $ref: '#/components/parameters/rowFilter.criticality_settings.name'
        - $ref: '#/components/parameters/rowFilter.criticality_settings.rank'
        - $ref: '#/components/parameters/rowFilter.criticality_settings.color'
        - $ref: >-
            #/components/parameters/rowFilter.criticality_settings.default_response_minutes
        - $ref: '#/components/parameters/rowFilter.criticality_settings.is_active'
        - $ref: '#/components/parameters/rowFilter.criticality_settings.assets'
        - $ref: >-
            #/components/parameters/rowFilter.criticality_settings.asset_types_defaulting_here
        - $ref: >-
            #/components/parameters/rowFilter.criticality_settings.inverts_a_higher_rank
        - $ref: '#/components/parameters/rowFilter.criticality_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/criticality_settings'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/criticality_settings'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/criticality_settings'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/criticality_settings'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.criticality_settings.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.criticality_settings.code:
      in: query
      name: code
      required: false
      schema:
        type: string
    rowFilter.criticality_settings.name:
      in: query
      name: name
      required: false
      schema:
        type: string
    rowFilter.criticality_settings.rank:
      in: query
      name: rank
      required: false
      schema:
        type: string
    rowFilter.criticality_settings.color:
      in: query
      name: color
      required: false
      schema:
        type: string
    rowFilter.criticality_settings.default_response_minutes:
      in: query
      name: default_response_minutes
      required: false
      schema:
        type: string
    rowFilter.criticality_settings.is_active:
      in: query
      name: is_active
      required: false
      schema:
        type: string
    rowFilter.criticality_settings.assets:
      in: query
      name: assets
      required: false
      schema:
        type: string
    rowFilter.criticality_settings.asset_types_defaulting_here:
      in: query
      name: asset_types_defaulting_here
      required: false
      schema:
        type: string
    rowFilter.criticality_settings.inverts_a_higher_rank:
      in: query
      name: inverts_a_higher_rank
      required: false
      schema:
        type: string
    rowFilter.criticality_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:
    criticality_settings:
      description: |-
        The criticality scale with how many assets sit at each level.

        A scale where everything is critical is a scale that decides nothing.
      properties:
        asset_types_defaulting_here:
          format: bigint
          type: integer
        assets:
          format: bigint
          type: integer
        code:
          format: character varying
          maxLength: 40
          type: string
        color:
          format: character varying
          maxLength: 20
          type: string
        default_response_minutes:
          format: integer
          type: integer
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        inverts_a_higher_rank:
          format: boolean
          type: boolean
        is_active:
          format: boolean
          type: boolean
        name:
          format: character varying
          maxLength: 120
          type: string
        rank:
          format: smallint
          type: integer
        row_version:
          format: bigint
          type: integer
      type: object

````

## Related topics

- [Asset settings](/config/assets.md)
- [The asset register](/assets/register.md)
- [Sensors and condition alerts](/assets/sensors.md)
- [Setting up the plant](/setup/overview.md)
- [Inside an asset](/assets/detail.md)
