Skip to main content
GET
Get one InventoryAsset
An InventoryAsset represents a physical asset — such as a desk, chair, monitor, printer, or other piece of equipment — that a location can track and optionally assign to customers. Each asset belongs to a single location (BusinessId) and can be assigned to a specific scope via AssignToType: Assets may also be assigned to one or more coworkers. The read-only fields CoworkerIds, CoworkerFullNames, CoworkerStartDates, and CoworkerEndDates reflect current assignments. To manage coworker-level assignments, use the CoworkerInventoryAsset entity instead.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the InventoryAsset-Read role.

Path Parameters

integer
required
The Id of the InventoryAsset record to retrieve.

Code Examples

Response

200

integer
ID of the business linked to this record.
string
Name of the location this asset belongs to.
string
Display name of the asset (e.g. ‘Standing Desk #3’, ‘HP LaserJet’).
string
Free-text description of the asset.
string
Stock-keeping unit code for the asset.
string
Current file name of the image (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the image.
boolean
Set to true to remove the current image file.
number
Monetary value of the asset.
integer
ID of the floor plan desk linked to this record.
string
Name of the linked floor-plan desk.
string
Comma-separated full names of coworkers currently assigned to this asset.
string
Comma-separated IDs of coworkers currently assigned to this asset.
string
Comma-separated start dates of each coworker assignment.
string
Comma-separated end dates of each coworker assignment.
integer
ID of the resource linked to this record.
string
Name of the linked bookable resource.
integer
Determines what this asset is assigned to: Location (1), Resource (2), or FloorPlanItem (3). See eInventoryAssetAssignToType enum values: 1 = Location, 2 = Resource, 3 = FloorPlanItem.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response