---
title: "Get fixed asset"
method: GET
path: "/public/v2/fixed-assets/{fixed_asset_number}/"
tags: ["Fixed Assets"]
---

# Get fixed asset

`GET /public/v2/fixed-assets/{fixed_asset_number}/`

Retrieve a specific fixed asset by number with multi-book depreciation schedules.

## Path parameters

- `fixed_asset_number` integer, required

## Response `200`

OK

- V2FixedAssetSchemaOut — V2 output schema with multi-book depreciation_schedules array.
  - `created_by` AuditActorSchemaOut — Schema for audit actor information.
    - `actor_type` string, nullable
    - `email` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `timestamp` string, date-time, nullable
  - `updated_by` AuditActorSchemaOut — Schema for audit actor information.
    - `actor_type` string, nullable
    - `email` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `timestamp` string, date-time, nullable
  - `internal_id` integer, required
  - `number` integer, required
  - `company_id` integer, required
  - `company_name` string, required
  - `name` string, required
  - `serial_number` string, required
  - `currency_iso_4217_code` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRU' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SRD' | 'STN' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VES' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XAG' | 'XAU' | 'XCD' | 'XDR' | 'XOF' | 'XPD' | 'XPF' | 'XPT' | 'YER' | 'ZAR' | 'ZMW' | 'ZWL', required
  - `exchange_rate` string, required
  - `purchase_date` string, date, required
  - `memo` string, required
  - `cost` string, required
  - `status` 'active' | 'inactive' | 'disposed' | 'fully_amortized', required
  - `record_status` 'draft' | 'posted' | 'archived', required
  - `asset_account_number` integer, required
  - `expense_account_number` integer, required
  - `accumulation_account_number` integer, required
  - `vendor_id` integer, nullable
  - `vendor_name` string, nullable
  - `customer_id` integer, nullable
  - `customer_name` string, nullable
  - `fixed_asset_class_id` integer, nullable
  - `depreciation_schedules` DepreciationScheduleOut[]
    - `depreciation_book_code` string, required
    - `depreciation_book_name` string, required
    - `is_posting` boolean, required
    - `useful_life` integer, nullable
    - `salvage_value` string, nullable
    - `depreciation_method` 'straight_line' | 'straight_line_prorate_even' | 'declining_balance' | 'double_declining' | 'macrs_gds' | 'macrs_ads' | 'custom'
    - `depreciation_start_date` string, date, nullable
    - `convention` 'mid_month' | 'half_month' | 'full_month' | 'mid_quarter' | 'half_year' | 'full_year'
    - `depreciation_frequency` 'monthly' | 'yearly'
    - `accumulated_beginning_balance` string, nullable
    - `accumulated_through` string, date, nullable
    - `acceleration_factor` string, nullable
    - `property_class` 3 | 5 | 7 | 10 | 15 | 20 | 27 | 39 — IRS MACRS GDS property classes. Value stored as integer (27.5-year → 27).
    - `ads_recovery_period` 3 | 4 | 5 | 6 | 7 | 9 | 10 | 12 | 15 | 18 | 20 | 25 | 30 | 35 | 40 | 50 — IRS MACRS ADS recovery period in years (straight-line). Used for ADS table lookups.
    - `custom_schedule` CustomDepreciationScheduleItemOut[], nullable
      - `value` string, required
      - `period_count` integer, required
    - `custom_schedule_type` 'cost_percentage' | 'net_book_value_percentage' | 'fixed_amount' | 'net_book_value_amount'
  - `classifications` RecordClassificationsSchemaOut[]
    - `id` integer, required
    - `name` string, required
    - `line_id` integer, required
    - `line_name` string, required
    - `parent_classification_id` integer, nullable
    - `parent_classification_line_id` integer, nullable
  - `source_lines` V2FixedAssetSourceOut[]
    - `type` 'bill_line' | 'direct_expense_line' | 'journal_entry_line', required — Type of source line that can be linked to a Fixed Asset.
    - `id` integer, required
    - `parent_record_id` integer, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/dualentry/apis/dualentry-public-api.md) · [All operations](https://skmtc.net/dualentry/apis/dualentry-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api/versions/525a590a98f8/schema)
