> ## 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 is walking which slice of which round, and how much of it is left.



## OpenAPI

````yaml /api-reference/openapi.json get /verification_assignments
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:
  /verification_assignments:
    get:
      tags:
        - Verification
      summary: Who is walking which slice of which round, and how much of it is left.
      parameters:
        - $ref: '#/components/parameters/rowFilter.verification_assignments.id'
        - $ref: >-
            #/components/parameters/rowFilter.verification_assignments.verification_round_id
        - $ref: >-
            #/components/parameters/rowFilter.verification_assignments.round_number
        - $ref: >-
            #/components/parameters/rowFilter.verification_assignments.round_name
        - $ref: >-
            #/components/parameters/rowFilter.verification_assignments.round_status
        - $ref: '#/components/parameters/rowFilter.verification_assignments.starts_on'
        - $ref: '#/components/parameters/rowFilter.verification_assignments.ends_on'
        - $ref: >-
            #/components/parameters/rowFilter.verification_assignments.instructions
        - $ref: '#/components/parameters/rowFilter.verification_assignments.user_id'
        - $ref: '#/components/parameters/rowFilter.verification_assignments.auditor'
        - $ref: >-
            #/components/parameters/rowFilter.verification_assignments.auditor_email
        - $ref: '#/components/parameters/rowFilter.verification_assignments.site_id'
        - $ref: '#/components/parameters/rowFilter.verification_assignments.site_code'
        - $ref: '#/components/parameters/rowFilter.verification_assignments.site_name'
        - $ref: >-
            #/components/parameters/rowFilter.verification_assignments.location_id
        - $ref: >-
            #/components/parameters/rowFilter.verification_assignments.location_name
        - $ref: '#/components/parameters/rowFilter.verification_assignments.status'
        - $ref: >-
            #/components/parameters/rowFilter.verification_assignments.started_at
        - $ref: >-
            #/components/parameters/rowFilter.verification_assignments.completed_at
        - $ref: '#/components/parameters/rowFilter.verification_assignments.notes'
        - $ref: >-
            #/components/parameters/rowFilter.verification_assignments.line_count
        - $ref: >-
            #/components/parameters/rowFilter.verification_assignments.pending_count
        - $ref: >-
            #/components/parameters/rowFilter.verification_assignments.row_version
        - $ref: >-
            #/components/parameters/rowFilter.verification_assignments.created_at
        - $ref: >-
            #/components/parameters/rowFilter.verification_assignments.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/verification_assignments'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/verification_assignments'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/verification_assignments'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/verification_assignments'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.verification_assignments.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.verification_round_id:
      in: query
      name: verification_round_id
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.round_number:
      in: query
      name: round_number
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.round_name:
      in: query
      name: round_name
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.round_status:
      in: query
      name: round_status
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.starts_on:
      in: query
      name: starts_on
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.ends_on:
      in: query
      name: ends_on
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.instructions:
      in: query
      name: instructions
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.user_id:
      in: query
      name: user_id
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.auditor:
      in: query
      name: auditor
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.auditor_email:
      in: query
      name: auditor_email
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.site_id:
      in: query
      name: site_id
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.site_code:
      in: query
      name: site_code
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.site_name:
      in: query
      name: site_name
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.location_id:
      in: query
      name: location_id
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.location_name:
      in: query
      name: location_name
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.status:
      in: query
      name: status
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.started_at:
      in: query
      name: started_at
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.completed_at:
      in: query
      name: completed_at
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.notes:
      in: query
      name: notes
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.line_count:
      in: query
      name: line_count
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.pending_count:
      in: query
      name: pending_count
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.row_version:
      in: query
      name: row_version
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.created_at:
      in: query
      name: created_at
      required: false
      schema:
        type: string
    rowFilter.verification_assignments.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:
    verification_assignments:
      description: Who is walking which slice of which round, and how much of it is left.
      properties:
        auditor:
          format: character varying
          maxLength: 200
          type: string
        auditor_email:
          format: public.citext
          type: string
        completed_at:
          format: timestamp with time zone
          type: string
        created_at:
          format: timestamp with time zone
          type: string
        ends_on:
          format: date
          type: string
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        instructions:
          format: text
          type: string
        line_count:
          format: bigint
          type: integer
        location_id:
          description: >-
            Note:

            This is a Foreign Key to `location_settings.id`.<fk
            table='location_settings' column='id'/>
          format: uuid
          type: string
        location_name:
          format: character varying
          maxLength: 200
          type: string
        notes:
          format: text
          type: string
        pending_count:
          format: bigint
          type: integer
        round_name:
          format: character varying
          maxLength: 200
          type: string
        round_number:
          format: character varying
          maxLength: 60
          type: string
        round_status:
          format: character varying
          maxLength: 20
          type: string
        row_version:
          format: bigint
          type: integer
        site_code:
          format: character varying
          maxLength: 50
          type: string
        site_id:
          description: >-
            Note:

            This is a Foreign Key to `site_settings.id`.<fk
            table='site_settings' column='id'/>
          format: uuid
          type: string
        site_name:
          format: character varying
          maxLength: 200
          type: string
        started_at:
          format: timestamp with time zone
          type: string
        starts_on:
          format: date
          type: string
        status:
          format: character varying
          maxLength: 20
          type: string
        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
        verification_round_id:
          description: >-
            Note:

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

````

## Related topics

- [Currency and exchange rates](/config/currency.md)
- [Building a maintenance plan](/maintenance/plan-builder.md)
- [Inside a part](/inventory/part-detail.md)
- [Inspections](/maintenance/inspections.md)
- [Reports](/analytics/reports.md)
