> ## 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.

# Marked areas with the state of what each points at.

> Open, late, breached, down, due and worst health across the assets it answers for — and the
attention level the tenant's rule gives it.



## OpenAPI

````yaml /api-reference/openapi.json get /floor_plan_regions
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:
  /floor_plan_regions:
    get:
      tags:
        - Floor plans
      summary: Marked areas with the state of what each points at.
      description: >-
        Open, late, breached, down, due and worst health across the assets it
        answers for — and the

        attention level the tenant's rule gives it.
      parameters:
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.id'
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.floor_plan_id'
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.location_id'
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.asset_id'
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.target_kind'
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.target_name'
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.target_code'
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.caption'
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.label'
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.shape'
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.assets'
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.assets_down'
        - $ref: >-
            #/components/parameters/rowFilter.floor_plan_regions.open_work_orders
        - $ref: >-
            #/components/parameters/rowFilter.floor_plan_regions.overdue_work_orders
        - $ref: >-
            #/components/parameters/rowFilter.floor_plan_regions.breached_work_orders
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.maintenance_due'
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.worst_health'
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.attention'
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.row_version'
        - $ref: '#/components/parameters/rowFilter.floor_plan_regions.updated_at'
        - $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/floor_plan_regions'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/floor_plan_regions'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/floor_plan_regions'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/floor_plan_regions'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.floor_plan_regions.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.floor_plan_id:
      in: query
      name: floor_plan_id
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.location_id:
      in: query
      name: location_id
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.asset_id:
      in: query
      name: asset_id
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.target_kind:
      in: query
      name: target_kind
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.target_name:
      in: query
      name: target_name
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.target_code:
      in: query
      name: target_code
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.caption:
      in: query
      name: caption
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.label:
      in: query
      name: label
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.shape:
      in: query
      name: shape
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.assets:
      in: query
      name: assets
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.assets_down:
      in: query
      name: assets_down
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.open_work_orders:
      in: query
      name: open_work_orders
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.overdue_work_orders:
      in: query
      name: overdue_work_orders
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.breached_work_orders:
      in: query
      name: breached_work_orders
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.maintenance_due:
      in: query
      name: maintenance_due
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.worst_health:
      in: query
      name: worst_health
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.attention:
      in: query
      name: attention
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.row_version:
      in: query
      name: row_version
      required: false
      schema:
        type: string
    rowFilter.floor_plan_regions.updated_at:
      in: query
      name: updated_at
      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:
    floor_plan_regions:
      description: >-
        Marked areas with the state of what each points at.


        Open, late, breached, down, due and worst health across the assets it
        answers for — and the

        attention level the tenant's rule gives it.
      properties:
        asset_id:
          description: >-
            Note:

            This is a Foreign Key to `asset_contracts.asset_id`.<fk
            table='asset_contracts' column='asset_id'/>
          format: uuid
          type: string
        assets:
          format: integer
          type: integer
        assets_down:
          format: integer
          type: integer
        attention:
          format: text
          type: string
        breached_work_orders:
          format: integer
          type: integer
        caption:
          format: text
          type: string
        floor_plan_id:
          description: >-
            Note:

            This is a Foreign Key to `site_floor_plans.id`.<fk
            table='site_floor_plans' column='id'/>
          format: uuid
          type: string
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        label:
          format: character varying
          maxLength: 200
          type: string
        location_id:
          description: >-
            Note:

            This is a Foreign Key to `location_settings.id`.<fk
            table='location_settings' column='id'/>
          format: uuid
          type: string
        maintenance_due:
          format: integer
          type: integer
        open_work_orders:
          format: integer
          type: integer
        overdue_work_orders:
          format: integer
          type: integer
        row_version:
          format: bigint
          type: integer
        shape:
          format: jsonb
        target_code:
          format: character varying
          maxLength: 80
          type: string
        target_kind:
          format: text
          type: string
        target_name:
          format: character varying
          type: string
        updated_at:
          format: timestamp with time zone
          type: string
        worst_health:
          format: numeric
          type: number
      type: object

````

## Related topics

- [Role reference](/setup/roles.md)
- [Root cause and corrective actions](/assets/root-cause.md)
- [Core concepts](/core-concepts.md)
- [Finding your way around](/get-started/navigating.md)
- [The Sync Center](/field/sync-center.md)
