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

# RFQs with invitation and response counts, and whether the response window has passed.



## OpenAPI

````yaml /api-reference/openapi.json get /rfqs
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:
  /rfqs:
    get:
      tags:
        - Procurement
      summary: >-
        RFQs with invitation and response counts, and whether the response
        window has passed.
      parameters:
        - $ref: '#/components/parameters/rowFilter.rfqs.id'
        - $ref: '#/components/parameters/rowFilter.rfqs.rfq_number'
        - $ref: '#/components/parameters/rowFilter.rfqs.title'
        - $ref: '#/components/parameters/rowFilter.rfqs.description'
        - $ref: '#/components/parameters/rowFilter.rfqs.status'
        - $ref: '#/components/parameters/rowFilter.rfqs.purchase_requisition_id'
        - $ref: '#/components/parameters/rowFilter.rfqs.requisition_number'
        - $ref: '#/components/parameters/rowFilter.rfqs.site_id'
        - $ref: '#/components/parameters/rowFilter.rfqs.site_code'
        - $ref: '#/components/parameters/rowFilter.rfqs.site_name'
        - $ref: '#/components/parameters/rowFilter.rfqs.currency_id'
        - $ref: '#/components/parameters/rowFilter.rfqs.currency_code'
        - $ref: '#/components/parameters/rowFilter.rfqs.issued_at'
        - $ref: '#/components/parameters/rowFilter.rfqs.responses_due_at'
        - $ref: '#/components/parameters/rowFilter.rfqs.awarded_at'
        - $ref: '#/components/parameters/rowFilter.rfqs.award_reason'
        - $ref: '#/components/parameters/rowFilter.rfqs.cancelled_at'
        - $ref: '#/components/parameters/rowFilter.rfqs.cancellation_reason'
        - $ref: '#/components/parameters/rowFilter.rfqs.created_by_user_id'
        - $ref: '#/components/parameters/rowFilter.rfqs.created_by'
        - $ref: '#/components/parameters/rowFilter.rfqs.line_count'
        - $ref: '#/components/parameters/rowFilter.rfqs.vendors_invited'
        - $ref: '#/components/parameters/rowFilter.rfqs.quotes_received'
        - $ref: '#/components/parameters/rowFilter.rfqs.vendors_declined'
        - $ref: '#/components/parameters/rowFilter.rfqs.responses_overdue'
        - $ref: '#/components/parameters/rowFilter.rfqs.row_version'
        - $ref: '#/components/parameters/rowFilter.rfqs.created_at'
        - $ref: '#/components/parameters/rowFilter.rfqs.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/rfqs'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/rfqs'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/rfqs'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/rfqs'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.rfqs.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.rfqs.rfq_number:
      in: query
      name: rfq_number
      required: false
      schema:
        type: string
    rowFilter.rfqs.title:
      in: query
      name: title
      required: false
      schema:
        type: string
    rowFilter.rfqs.description:
      in: query
      name: description
      required: false
      schema:
        type: string
    rowFilter.rfqs.status:
      in: query
      name: status
      required: false
      schema:
        type: string
    rowFilter.rfqs.purchase_requisition_id:
      in: query
      name: purchase_requisition_id
      required: false
      schema:
        type: string
    rowFilter.rfqs.requisition_number:
      in: query
      name: requisition_number
      required: false
      schema:
        type: string
    rowFilter.rfqs.site_id:
      in: query
      name: site_id
      required: false
      schema:
        type: string
    rowFilter.rfqs.site_code:
      in: query
      name: site_code
      required: false
      schema:
        type: string
    rowFilter.rfqs.site_name:
      in: query
      name: site_name
      required: false
      schema:
        type: string
    rowFilter.rfqs.currency_id:
      in: query
      name: currency_id
      required: false
      schema:
        type: string
    rowFilter.rfqs.currency_code:
      in: query
      name: currency_code
      required: false
      schema:
        type: string
    rowFilter.rfqs.issued_at:
      in: query
      name: issued_at
      required: false
      schema:
        type: string
    rowFilter.rfqs.responses_due_at:
      in: query
      name: responses_due_at
      required: false
      schema:
        type: string
    rowFilter.rfqs.awarded_at:
      in: query
      name: awarded_at
      required: false
      schema:
        type: string
    rowFilter.rfqs.award_reason:
      in: query
      name: award_reason
      required: false
      schema:
        type: string
    rowFilter.rfqs.cancelled_at:
      in: query
      name: cancelled_at
      required: false
      schema:
        type: string
    rowFilter.rfqs.cancellation_reason:
      in: query
      name: cancellation_reason
      required: false
      schema:
        type: string
    rowFilter.rfqs.created_by_user_id:
      in: query
      name: created_by_user_id
      required: false
      schema:
        type: string
    rowFilter.rfqs.created_by:
      in: query
      name: created_by
      required: false
      schema:
        type: string
    rowFilter.rfqs.line_count:
      in: query
      name: line_count
      required: false
      schema:
        type: string
    rowFilter.rfqs.vendors_invited:
      in: query
      name: vendors_invited
      required: false
      schema:
        type: string
    rowFilter.rfqs.quotes_received:
      in: query
      name: quotes_received
      required: false
      schema:
        type: string
    rowFilter.rfqs.vendors_declined:
      in: query
      name: vendors_declined
      required: false
      schema:
        type: string
    rowFilter.rfqs.responses_overdue:
      in: query
      name: responses_overdue
      required: false
      schema:
        type: string
    rowFilter.rfqs.row_version:
      in: query
      name: row_version
      required: false
      schema:
        type: string
    rowFilter.rfqs.created_at:
      in: query
      name: created_at
      required: false
      schema:
        type: string
    rowFilter.rfqs.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:
    rfqs:
      description: >-
        RFQs with invitation and response counts, and whether the response
        window has passed.
      properties:
        award_reason:
          format: text
          type: string
        awarded_at:
          format: timestamp with time zone
          type: string
        cancellation_reason:
          format: text
          type: string
        cancelled_at:
          format: timestamp with time zone
          type: string
        created_at:
          format: timestamp with time zone
          type: string
        created_by:
          format: character varying
          maxLength: 200
          type: string
        created_by_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
        currency_code:
          format: character varying
          maxLength: 3
          type: string
        currency_id:
          format: uuid
          type: string
        description:
          format: text
          type: string
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        issued_at:
          format: timestamp with time zone
          type: string
        line_count:
          format: bigint
          type: integer
        purchase_requisition_id:
          description: >-
            Note:

            This is a Foreign Key to `purchase_requisitions.id`.<fk
            table='purchase_requisitions' column='id'/>
          format: uuid
          type: string
        quotes_received:
          format: bigint
          type: integer
        requisition_number:
          format: character varying
          maxLength: 60
          type: string
        responses_due_at:
          format: timestamp with time zone
          type: string
        responses_overdue:
          format: boolean
          type: boolean
        rfq_number:
          format: character varying
          maxLength: 60
          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
        status:
          format: character varying
          maxLength: 30
          type: string
        title:
          format: character varying
          maxLength: 250
          type: string
        updated_at:
          format: timestamp with time zone
          type: string
        vendors_declined:
          format: bigint
          type: integer
        vendors_invited:
          format: bigint
          type: integer
      type: object

````

## Related topics

- [The dispatch board](/work/dispatch.md)
- [Requests for quotation](/commercial/rfqs.md)
- [Contracts](/commercial/contracts.md)
- [Work settings](/config/work.md)
- [Inside a vendor](/commercial/vendor-detail.md)
