CoworkerInventoryAssets
Get one CoworkerInventoryAsset
Retrieve a single CoworkerInventoryAsset record by its Id.
GET
Get one CoworkerInventoryAsset
A customer equipment assignment links one customer to one equipment item at a location, with a required start and optional end date; use it for assignment history, planned returns, or notes rather than editing the equipment item’s read-only assignment summaries.
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 customer receiving the equipment item; the customer must be accessible to the current user..
string
Display value for Coworker.CoworkerType..
string
Display value for Coworker.FullName..
string
Display value for Coworker.BillingName..
string
Display value for Coworker.CompanyName..
string
Display value for Coworker.TeamNames..
integer
ID of the location where this customer equipment assignment applies..
integer
ID of the equipment item assigned to the customer; a customer cannot have more than one active assignment for the same item..
string
Display value for InventoryAsset.Name..
string
Display value for InventoryAsset.Sku..
number
Display value for InventoryAsset.Value..
string
Display value for InventoryAsset.UniqueId..
string
Optional internal notes about this customer equipment assignment..
string
Required assignment start date and time; the server rejects the record when it is not supplied..
string
Optional assignment end date and time, which cannot be earlier than AssignedFrom; null keeps the assignment active..
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