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

# Work on assets a contract still covers, and what the cover extends to.

> Parts, labour and travel are three separate columns because a contract can cover one and refuse
the others, and `requires_authorized_vendor` is what makes the difference between covered and
claimable.



## OpenAPI

````yaml /api-reference/openapi.json get /warranty_covered_work
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_covered_work:
    get:
      tags:
        - Contracts
      summary: Work on assets a contract still covers, and what the cover extends to.
      description: >-
        Parts, labour and travel are three separate columns because a contract
        can cover one and refuse

        the others, and `requires_authorized_vendor` is what makes the
        difference between covered and

        claimable.
      parameters:
        - $ref: >-
            #/components/parameters/rowFilter.warranty_covered_work.work_order_id
        - $ref: >-
            #/components/parameters/rowFilter.warranty_covered_work.work_order_number
        - $ref: '#/components/parameters/rowFilter.warranty_covered_work.title'
        - $ref: '#/components/parameters/rowFilter.warranty_covered_work.asset_id'
        - $ref: '#/components/parameters/rowFilter.warranty_covered_work.asset_number'
        - $ref: '#/components/parameters/rowFilter.warranty_covered_work.contract_id'
        - $ref: >-
            #/components/parameters/rowFilter.warranty_covered_work.contract_number
        - $ref: >-
            #/components/parameters/rowFilter.warranty_covered_work.contract_name
        - $ref: >-
            #/components/parameters/rowFilter.warranty_covered_work.contract_type
        - $ref: >-
            #/components/parameters/rowFilter.warranty_covered_work.vendor_number
        - $ref: '#/components/parameters/rowFilter.warranty_covered_work.vendor_name'
        - $ref: >-
            #/components/parameters/rowFilter.warranty_covered_work.coverage_basis
        - $ref: '#/components/parameters/rowFilter.warranty_covered_work.covers_parts'
        - $ref: >-
            #/components/parameters/rowFilter.warranty_covered_work.covers_labour
        - $ref: >-
            #/components/parameters/rowFilter.warranty_covered_work.covers_travel
        - $ref: >-
            #/components/parameters/rowFilter.warranty_covered_work.requires_authorized_vendor
        - $ref: >-
            #/components/parameters/rowFilter.warranty_covered_work.coverage_ends_on
        - $ref: '#/components/parameters/rowFilter.warranty_covered_work.total_cost'
        - $ref: >-
            #/components/parameters/rowFilter.warranty_covered_work.total_cost_currency_id
        - $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_covered_work'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/warranty_covered_work'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/warranty_covered_work'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/warranty_covered_work'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.warranty_covered_work.work_order_id:
      in: query
      name: work_order_id
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.work_order_number:
      in: query
      name: work_order_number
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.title:
      in: query
      name: title
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.asset_id:
      in: query
      name: asset_id
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.asset_number:
      in: query
      name: asset_number
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.contract_id:
      in: query
      name: contract_id
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.contract_number:
      in: query
      name: contract_number
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.contract_name:
      in: query
      name: contract_name
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.contract_type:
      in: query
      name: contract_type
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.vendor_number:
      in: query
      name: vendor_number
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.vendor_name:
      in: query
      name: vendor_name
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.coverage_basis:
      in: query
      name: coverage_basis
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.covers_parts:
      in: query
      name: covers_parts
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.covers_labour:
      in: query
      name: covers_labour
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.covers_travel:
      in: query
      name: covers_travel
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.requires_authorized_vendor:
      in: query
      name: requires_authorized_vendor
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.coverage_ends_on:
      in: query
      name: coverage_ends_on
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.total_cost:
      in: query
      name: total_cost
      required: false
      schema:
        type: string
    rowFilter.warranty_covered_work.total_cost_currency_id:
      in: query
      name: total_cost_currency_id
      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_covered_work:
      description: >-
        Work on assets a contract still covers, and what the cover extends to.


        Parts, labour and travel are three separate columns because a contract
        can cover one and refuse

        the others, and `requires_authorized_vendor` is what makes the
        difference between covered and

        claimable.
      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
        asset_number:
          format: character varying
          maxLength: 80
          type: string
        contract_id:
          format: uuid
          type: string
        contract_name:
          format: character varying
          maxLength: 200
          type: string
        contract_number:
          format: character varying
          maxLength: 60
          type: string
        contract_type:
          format: character varying
          maxLength: 40
          type: string
        coverage_basis:
          format: text
          type: string
        coverage_ends_on:
          format: date
          type: string
        covers_labour:
          format: boolean
          type: boolean
        covers_parts:
          format: boolean
          type: boolean
        covers_travel:
          format: boolean
          type: boolean
        requires_authorized_vendor:
          format: boolean
          type: boolean
        title:
          format: character varying
          maxLength: 250
          type: string
        total_cost:
          format: numeric
          type: number
        total_cost_currency_id:
          format: uuid
          type: string
        vendor_name:
          format: character varying
          maxLength: 200
          type: string
        vendor_number:
          format: character varying
          maxLength: 60
          type: string
        work_order_id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          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)
- [The capacity plan](/work/capacity.md)
- [Vendor and contract settings](/config/commercial.md)
- [Inside an asset](/assets/detail.md)
