---
title: "searches fixed asset"
method: GET
path: "/Assets"
tags: ["Asset"]
---

# searches fixed asset

`GET /Assets`

By passing in the appropriate options, you can search for available fixed asset in the system

## Query parameters

- `status` 'DRAFT' | 'REGISTERED' | 'DISPOSED', required — See Asset Status Codes.
- `page` integer
- `pageSize` integer
- `orderBy` 'AssetType' | 'AssetName' | 'AssetNumber' | 'PurchaseDate' | 'PurchasePrice' | 'DisposalDate' | 'DisposalPrice'
- `sortDirection` 'asc' | 'desc'
- `filterBy` string

## Response `200`

search results matching criteria

- Assets
  - `pagination` Pagination
    - `page` integer
    - `pageSize` integer
    - `pageCount` integer
    - `itemCount` integer
  - `items` Asset[]
    - `assetId` string, uuid — The Xero-generated Id for the asset
    - `assetName` string, required — The name of the asset
    - `assetTypeId` string, uuid — The Xero-generated Id for the asset type
    - `assetNumber` string — Must be unique.
    - `purchaseDate` string, date — The date the asset was purchased YYYY-MM-DD
    - `purchasePrice` number, double — The purchase price of the asset
    - `disposalDate` string, date — The date the asset was disposed
    - `disposalPrice` number, double — The price the asset was disposed at
    - `assetStatus` 'Draft' | 'Registered' | 'Disposed' — See Asset Status Codes.
    - `warrantyExpiryDate` string — The date the asset’s warranty expires (if needed) YYYY-MM-DD
    - `serialNumber` string — The asset's serial number
    - `bookDepreciationSetting` BookDepreciationSetting
      - `depreciationMethod` 'NoDepreciation' | 'StraightLine' | 'DiminishingValue100' | 'DiminishingValue150' | 'DiminishingValue200' | 'FullDepreciation' — The method of depreciation applied to this asset. See Depreciation Methods
      - `averagingMethod` 'FullMonth' | 'ActualDays' — The method of averaging applied to this asset. See Averaging Methods
      - `depreciationRate` number, double — The rate of depreciation (e.g. 0.05)
      - `effectiveLifeYears` integer — Effective life of the asset in years (e.g. 5)
      - `depreciationCalculationMethod` 'Rate' | 'Life' | 'None' — See Depreciation Calculation Methods
      - `depreciableObjectId` string, uuid — Unique Xero identifier for the depreciable object
      - `depreciableObjectType` string — The type of asset object
      - `bookEffectiveDateOfChangeId` string, uuid — Unique Xero identifier for the effective date change
    - `bookDepreciationDetail` BookDepreciationDetail
      - `currentCapitalGain` number, double — When an asset is disposed, this will be the sell price minus the purchase price if a profit was made.
      - `currentGainLoss` number, double — When an asset is disposed, this will be the lowest one of sell price or purchase price, minus the current book value.
      - `depreciationStartDate` string, date — YYYY-MM-DD
      - `costLimit` number, double — The value of the asset you want to depreciate, if this is less than the cost of the asset.
      - `residualValue` number, double — The value of the asset remaining when you've fully depreciated it.
      - `priorAccumDepreciationAmount` number, double — All depreciation prior to the current financial year.
      - `currentAccumDepreciationAmount` number, double — All depreciation occurring in the current financial year.
      - `businessUseCapitalGain` number — (New Zealand Orgs Only) The portion of capital gain realised from the disposal of a fixed asset that is attributable to its business use.
      - `businessUseCurrentGainLoss` number — (New Zealand Orgs Only) Represents the gain or loss from the disposal of the business use portion of a fixed asset. This value records the financial result (profit or loss) related specifically to the asset’s business use.
      - `privateUseCapitalGain` number — (New Zealand Orgs Only) The portion of capital gain realised from the disposal of a fixed asset that is attributable to its private (non-business) use.
      - `privateUseCurrentGainLoss` number — (New Zealand Orgs Only) Represents the gain or loss from the disposal of the private use portion of a fixed asset. This value records the financial result (profit or loss) related specifically to the asset’s private use.
      - `initialDeductionPercentage` number — (New Zealand Orgs Only) The Investment Boost deduction percentage.
    - `canRollback` boolean — Boolean to indicate whether depreciation can be rolled back for this asset individually. This is true if it doesn't have 'legacy' journal entries and if there is no lock period that would prevent this asset from rolling back.
    - `accountingBookValue` number, double — The accounting value of the asset
    - `isDeleteEnabledForDate` boolean — Boolean to indicate whether delete is enabled

## Other responses

- `400` — bad input parameter

## Changes

- **2025-10-29** `0b01d6001cb0` — 5 info
  - added the optional property `items/items/bookDepreciationDetail/businessUseCapitalGain` to the response with the `200` status
  - added the optional property `items/items/bookDepreciationDetail/businessUseCurrentGainLoss` to the response with the `200` status
  - added the optional property `items/items/bookDepreciationDetail/initialDeductionPercentage` to the response with the `200` status
  - added the optional property `items/items/bookDepreciationDetail/privateUseCapitalGain` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/xeroapi/apis/xero-assets-api/changes/Assets/get.md)

---

[API](https://skmtc.dev/xeroapi/apis/xero-assets-api.md) · [All operations](https://skmtc.dev/xeroapi/apis/xero-assets-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xeroapi/xero-assets-api/revisions/bab9cd4bc391/schema)
