> ## 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 ways one asset can relate to another, and how many pairs use each.

> `is_symmetric` says whether the relationship reads the same in both directions; where it does not,
`inverse_code` names the one that reads back.



## OpenAPI

````yaml /api-reference/openapi.json post /asset_relationship_type_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:
  /asset_relationship_type_settings:
    post:
      tags:
        - Asset configuration
      summary: The ways one asset can relate to another, and how many pairs use each.
      description: >-
        `is_symmetric` says whether the relationship reads the same in both
        directions; where it does not,

        `inverse_code` names the one that reads back.
      parameters:
        - $ref: '#/components/parameters/select'
        - $ref: '#/components/parameters/preferPost'
      requestBody:
        $ref: '#/components/requestBodies/asset_relationship_type_settings'
      responses:
        '201':
          description: Created
components:
  parameters:
    select:
      description: Filtering Columns
      in: query
      name: select
      required: false
      schema:
        type: string
    preferPost:
      description: Preference
      in: header
      name: Prefer
      required: false
      schema:
        enum:
          - return=representation
          - return=minimal
          - return=none
          - resolution=ignore-duplicates
          - resolution=merge-duplicates
        type: string
  requestBodies:
    asset_relationship_type_settings:
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/asset_relationship_type_settings'
        application/vnd.pgrst.object+json:
          schema:
            $ref: '#/components/schemas/asset_relationship_type_settings'
        application/vnd.pgrst.object+json;nulls=stripped:
          schema:
            $ref: '#/components/schemas/asset_relationship_type_settings'
        text/csv:
          schema:
            $ref: '#/components/schemas/asset_relationship_type_settings'
      description: asset_relationship_type_settings
  schemas:
    asset_relationship_type_settings:
      description: >-
        The ways one asset can relate to another, and how many pairs use each.


        `is_symmetric` says whether the relationship reads the same in both
        directions; where it does not,

        `inverse_code` names the one that reads back.
      properties:
        code:
          format: character varying
          maxLength: 60
          type: string
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        inverse_code:
          format: character varying
          maxLength: 60
          type: string
        is_symmetric:
          format: boolean
          type: boolean
        name:
          format: character varying
          maxLength: 150
          type: string
        relationships:
          format: bigint
          type: integer
        row_version:
          format: bigint
          type: integer
      type: object

````

## Related topics

- [Finding your way around](/get-started/navigating.md)
- [Copilot activity](/analytics/copilot.md)
- [Asset settings](/config/assets.md)
- [People and access](/setup/access.md)
- [Sensors and condition alerts](/assets/sensors.md)
