> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/objects/asset.md).

# Asset

### Fields

#### assetCustomFieldValues (\[[AssetCustomFieldValue](/graphql-api/api-reference/objects/asset-custom-field-value.md)!])

Associated custom field values for this asset.

#### assetOwnerships (\[[AssetOwnership](/graphql-api/api-reference/objects/asset-ownership.md)!])

Associated asset ownerships.

#### depreciatedOn ([ISO8601Date](/graphql-api/api-reference/objects/iso-8601-date.md))

Date on which the asset is depreciated.

#### expectedAvailabilityOn ([ISO8601Date](/graphql-api/api-reference/objects/iso-8601-date.md))

Date on which the asset is expected to be available.

#### externalNumber ([String](/graphql-api/api-reference/objects/string.md))

Optional additional number used to identify the asset

#### id ([ID](/graphql-api/api-reference/objects/id.md)!)

The database ID of this asset.

#### internalNumber ([String](/graphql-api/api-reference/objects/string.md)!)

Mandatory number used to identify the asset

#### notes ([String](/graphql-api/api-reference/objects/string.md))

Additional information about the specific asset

#### orderedProduct ([OrderedProduct](/graphql-api/api-reference/objects/ordered-product.md))

The ordered product currently linked to this asset.

#### product ([Product](/graphql-api/api-reference/objects/product.md)!)

The associated product for this asset.

#### purchasedAt ([ISO8601Date](/graphql-api/api-reference/objects/iso-8601-date.md))

Date on which the asset is purchased.

#### scrappedOn ([ISO8601Date](/graphql-api/api-reference/objects/iso-8601-date.md))

Date on which the asset is scrapped.

#### status ([AssetStatus](/graphql-api/api-reference/objects/asset-status.md)!)

Status of this asset (available, at\_customer, purchased, in\_refurbishment, scrapped, lost, back\_to\_supplier or unavailable).

#### subscription ([Subscription](/graphql-api/api-reference/objects/subscription.md))

The subscription that's currently assigned to this asset.

#### updatedAt ([ISO8601DateTime](/graphql-api/api-reference/objects/iso-8601-date-time.md))

The date and time when the asset was last updated.
