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

# searches fixed asset settings

`GET /Settings`

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

## Response `200`

search results matching criteria

- Setting
  - `assetNumberPrefix` string — The prefix used for fixed asset numbers (“FA-” by default)
  - `assetNumberSequence` string — The next available sequence number
  - `assetStartDate` string, date — The date depreciation calculations started on registered fixed assets in Xero
  - `lastDepreciationDate` string, date — The last depreciation date
  - `defaultGainOnDisposalAccountId` string, uuid — Default account that gains are posted to
  - `defaultLossOnDisposalAccountId` string, uuid — Default account that losses are posted to
  - `defaultCapitalGainOnDisposalAccountId` string, uuid — Default account that capital gains are posted to
  - `optInForTax` boolean — opt in for tax calculation

## Other responses

- `400` — bad input parameter

---

[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)
