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

# Who satisfies each step, one row per named authority.



## OpenAPI

````yaml /api-reference/openapi.json get /workflow_node_approvers
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:
  /workflow_node_approvers:
    get:
      tags:
        - Workflow studio
      summary: Who satisfies each step, one row per named authority.
      parameters:
        - $ref: '#/components/parameters/rowFilter.workflow_node_approvers.id'
        - $ref: >-
            #/components/parameters/rowFilter.workflow_node_approvers.workflow_node_id
        - $ref: '#/components/parameters/rowFilter.workflow_node_approvers.kind'
        - $ref: '#/components/parameters/rowFilter.workflow_node_approvers.role_id'
        - $ref: '#/components/parameters/rowFilter.workflow_node_approvers.role_name'
        - $ref: '#/components/parameters/rowFilter.workflow_node_approvers.user_id'
        - $ref: '#/components/parameters/rowFilter.workflow_node_approvers.user_name'
        - $ref: >-
            #/components/parameters/rowFilter.workflow_node_approvers.permission_code
        - $ref: >-
            #/components/parameters/rowFilter.workflow_node_approvers.permission_label
        - $ref: >-
            #/components/parameters/rowFilter.workflow_node_approvers.dynamic_source
        - $ref: '#/components/parameters/rowFilter.workflow_node_approvers.sort_order'
        - $ref: >-
            #/components/parameters/rowFilter.workflow_node_approvers.row_version
        - $ref: '#/components/parameters/rowFilter.workflow_node_approvers.created_at'
        - $ref: '#/components/parameters/rowFilter.workflow_node_approvers.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/workflow_node_approvers'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/workflow_node_approvers'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/workflow_node_approvers'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/workflow_node_approvers'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.workflow_node_approvers.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.workflow_node_approvers.workflow_node_id:
      in: query
      name: workflow_node_id
      required: false
      schema:
        type: string
    rowFilter.workflow_node_approvers.kind:
      in: query
      name: kind
      required: false
      schema:
        type: string
    rowFilter.workflow_node_approvers.role_id:
      in: query
      name: role_id
      required: false
      schema:
        type: string
    rowFilter.workflow_node_approvers.role_name:
      in: query
      name: role_name
      required: false
      schema:
        type: string
    rowFilter.workflow_node_approvers.user_id:
      in: query
      name: user_id
      required: false
      schema:
        type: string
    rowFilter.workflow_node_approvers.user_name:
      in: query
      name: user_name
      required: false
      schema:
        type: string
    rowFilter.workflow_node_approvers.permission_code:
      in: query
      name: permission_code
      required: false
      schema:
        type: string
    rowFilter.workflow_node_approvers.permission_label:
      in: query
      name: permission_label
      required: false
      schema:
        type: string
    rowFilter.workflow_node_approvers.dynamic_source:
      in: query
      name: dynamic_source
      required: false
      schema:
        type: string
    rowFilter.workflow_node_approvers.sort_order:
      in: query
      name: sort_order
      required: false
      schema:
        type: string
    rowFilter.workflow_node_approvers.row_version:
      in: query
      name: row_version
      required: false
      schema:
        type: string
    rowFilter.workflow_node_approvers.created_at:
      in: query
      name: created_at
      required: false
      schema:
        type: string
    rowFilter.workflow_node_approvers.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:
    workflow_node_approvers:
      description: Who satisfies each step, one row per named authority.
      properties:
        created_at:
          format: timestamp with time zone
          type: string
        dynamic_source:
          format: character varying
          maxLength: 40
          type: string
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        kind:
          format: character varying
          maxLength: 20
          type: string
        permission_code:
          description: >-
            Note:

            This is a Foreign Key to `my_permissions.code`.<fk
            table='my_permissions' column='code'/>
          format: character varying
          maxLength: 120
          type: string
        permission_label:
          format: text
          type: string
        role_id:
          description: >-
            Note:

            This is a Foreign Key to `role_settings.id`.<fk
            table='role_settings' column='id'/>
          format: uuid
          type: string
        role_name:
          format: character varying
          maxLength: 150
          type: string
        row_version:
          format: bigint
          type: integer
        sort_order:
          format: integer
          type: integer
        updated_at:
          format: timestamp with time zone
          type: string
        user_id:
          description: >-
            Note:

            This is a Foreign Key to `my_profile.user_id`.<fk table='my_profile'
            column='user_id'/>
          format: uuid
          type: string
        user_name:
          format: character varying
          maxLength: 200
          type: string
        workflow_node_id:
          description: >-
            Note:

            This is a Foreign Key to `workflow_nodes.id`.<fk
            table='workflow_nodes' column='id'/>
          format: uuid
          type: string
      type: object

````

## Related topics

- [Approval workflows](/config/workflows.md)
- [Sensors and condition alerts](/assets/sensors.md)
- [The capacity plan](/work/capacity.md)
- [Inside a work order](/work/work-order-detail.md)
- [People and access](/setup/access.md)
