Skip to main content
GET
Get one CoworkerInventoryAsset
A CoworkerInventoryAsset tracks inventory assets — such as chairs, desks, monitors, or other physical items — that have been assigned to a customer. Each record links a Coworker to an InventoryAsset at a specific Business (location), with an assignment period defined by AssignedFrom and optionally AssignedTo. If AssignedTo is null, the asset is still assigned to the customer. Read-only fields prefixed with Coworker* and InventoryAsset* are denormalized from the linked coworker and inventory asset records for convenience when listing or filtering.

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 CoworkerInventoryAsset-Read role.

Path Parameters

integer
required
The Id of the CoworkerInventoryAsset record to retrieve.

Code Examples

Response

200

integer
ID of the coworker linked to this record.
string
Type of the linked coworker (e.g. Member, Team Member).
string
Full name of the linked coworker.
string
Billing name of the linked coworker.
string
Company name of the linked coworker.
string
Comma-separated team names the linked coworker belongs to.
integer
ID of the business linked to this record.
integer
ID of the inventory asset linked to this record.
string
Name of the linked inventory asset.
string
SKU code of the linked inventory asset.
string
Monetary value of the linked inventory asset.
string
Unique identifier (e.g. serial number) of the linked inventory asset.
string
Free-text notes about this asset assignment.
string
Date the asset was assigned to the customer.
string
Date the asset assignment ends. Null if still assigned.
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