Get asset category

GET /api/v1/fixed-assets/categories/{category_id}

Get a specific asset category.

Operation ID: get_asset_category_api_v1_fixed_assets_categories__category_id__get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

category_id string required

Responses

200 Successful Response

name string required

Category name

description string

Category description

default_useful_life_months integer

Default useful life in months for assets in this category

default_depreciation_method DepreciationMethod DepreciationMethod

Default depreciation method

default_salvage_percent integer

Default salvage value as percentage of cost

id string required

Category ID

asset_ledger_id string

Ledger account for asset cost

depreciation_expense_ledger_id string

Ledger account for depreciation expense

accumulated_depreciation_ledger_id string

Ledger account for accumulated depreciation

asset_count integer

Number of assets in this category

created_at string · date-time required

Record creation timestamp

updated_at string · date-time required

Last update timestamp

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object