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

# Claims against contracts, with what is still outstanding.



## OpenAPI

````yaml /api-reference/openapi.json get /warranty_claims
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:
  /warranty_claims:
    get:
      tags:
        - Contracts
      summary: Claims against contracts, with what is still outstanding.
      parameters:
        - $ref: '#/components/parameters/rowFilter.warranty_claims.id'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.claim_number'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.status'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.contract_id'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.contract_number'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.vendor_id'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.vendor_name'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.asset_id'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.asset_number'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.work_order_id'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.work_order_number'
        - $ref: >-
            #/components/parameters/rowFilter.warranty_claims.entitlement_evaluation_id
        - $ref: >-
            #/components/parameters/rowFilter.warranty_claims.failure_description
        - $ref: '#/components/parameters/rowFilter.warranty_claims.claimed_amount'
        - $ref: >-
            #/components/parameters/rowFilter.warranty_claims.claimed_amount_currency_id
        - $ref: '#/components/parameters/rowFilter.warranty_claims.approved_amount'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.settled_amount'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.decision'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.decision_on'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.decision_reason'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.submitted_on'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.external_reference'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.outstanding_amount'
        - $ref: >-
            #/components/parameters/rowFilter.warranty_claims.is_awaiting_decision
        - $ref: >-
            #/components/parameters/rowFilter.warranty_claims.is_awaiting_settlement
        - $ref: '#/components/parameters/rowFilter.warranty_claims.contract_name'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.items'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.row_version'
        - $ref: '#/components/parameters/rowFilter.warranty_claims.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/warranty_claims'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/warranty_claims'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/warranty_claims'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/warranty_claims'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.warranty_claims.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.claim_number:
      in: query
      name: claim_number
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.status:
      in: query
      name: status
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.contract_id:
      in: query
      name: contract_id
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.contract_number:
      in: query
      name: contract_number
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.vendor_id:
      in: query
      name: vendor_id
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.vendor_name:
      in: query
      name: vendor_name
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.asset_id:
      in: query
      name: asset_id
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.asset_number:
      in: query
      name: asset_number
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.work_order_id:
      in: query
      name: work_order_id
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.work_order_number:
      in: query
      name: work_order_number
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.entitlement_evaluation_id:
      in: query
      name: entitlement_evaluation_id
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.failure_description:
      in: query
      name: failure_description
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.claimed_amount:
      in: query
      name: claimed_amount
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.claimed_amount_currency_id:
      in: query
      name: claimed_amount_currency_id
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.approved_amount:
      in: query
      name: approved_amount
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.settled_amount:
      in: query
      name: settled_amount
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.decision:
      in: query
      name: decision
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.decision_on:
      in: query
      name: decision_on
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.decision_reason:
      in: query
      name: decision_reason
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.submitted_on:
      in: query
      name: submitted_on
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.external_reference:
      in: query
      name: external_reference
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.outstanding_amount:
      in: query
      name: outstanding_amount
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.is_awaiting_decision:
      in: query
      name: is_awaiting_decision
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.is_awaiting_settlement:
      in: query
      name: is_awaiting_settlement
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.contract_name:
      in: query
      name: contract_name
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.items:
      in: query
      name: items
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.row_version:
      in: query
      name: row_version
      required: false
      schema:
        type: string
    rowFilter.warranty_claims.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:
    warranty_claims:
      description: Claims against contracts, with what is still outstanding.
      properties:
        approved_amount:
          format: numeric
          type: number
        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
        asset_number:
          format: character varying
          maxLength: 80
          type: string
        claim_number:
          format: character varying
          maxLength: 60
          type: string
        claimed_amount:
          format: numeric
          type: number
        claimed_amount_currency_id:
          format: uuid
          type: string
        contract_id:
          description: >-
            Note:

            This is a Foreign Key to `contracts.id`.<fk table='contracts'
            column='id'/>
          format: uuid
          type: string
        contract_name:
          format: character varying
          maxLength: 200
          type: string
        contract_number:
          format: character varying
          maxLength: 60
          type: string
        decision:
          format: character varying
          maxLength: 30
          type: string
        decision_on:
          format: date
          type: string
        decision_reason:
          format: text
          type: string
        entitlement_evaluation_id:
          description: >-
            Note:

            This is a Foreign Key to `entitlement_decisions.id`.<fk
            table='entitlement_decisions' column='id'/>
          format: uuid
          type: string
        external_reference:
          format: character varying
          maxLength: 120
          type: string
        failure_description:
          format: text
          type: string
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        is_awaiting_decision:
          format: boolean
          type: boolean
        is_awaiting_settlement:
          format: boolean
          type: boolean
        items:
          format: jsonb
        outstanding_amount:
          format: numeric
          type: number
        row_version:
          format: bigint
          type: integer
        settled_amount:
          format: numeric
          type: number
        status:
          format: character varying
          maxLength: 30
          type: string
        submitted_on:
          format: date
          type: string
        updated_at:
          format: timestamp with time zone
          type: string
        vendor_id:
          description: >-
            Note:

            This is a Foreign Key to `vendor_directory.vendor_id`.<fk
            table='vendor_directory' column='vendor_id'/>
          format: uuid
          type: string
        vendor_name:
          format: character varying
          maxLength: 200
          type: string
        work_order_id:
          description: >-
            Note:

            This is a Foreign Key to
            `inspection_failures.found_in_work_order_id`.<fk
            table='inspection_failures' column='found_in_work_order_id'/>
          format: uuid
          type: string
        work_order_number:
          format: character varying
          maxLength: 60
          type: string
      type: object

````

## Related topics

- [Contracts](/commercial/contracts.md)
- [Entitlements and claims](/commercial/entitlements.md)
- [Purchase orders](/commercial/purchase-orders.md)
- [Awaiting Delivery](/commercial/receiving.md)
- [Root cause and corrective actions](/assets/root-cause.md)
