Get Equipment
Returns a single piece of equipment by ID.
Requires scope: equipment:read
Authentication
API_KEYstring
API Key authentication via header
Path parameters
id
Equipment ID.
Response
This endpoint returns an object.
id
Unique identifier for the equipment.
name
Display name of the equipment.
createdAt
ISO 8601 timestamp when the record was created.
updatedAt
ISO 8601 timestamp when the record was last updated.
itemNumber
Item number or internal reference.
description
Free-form description.
brand
Brand name.
model
Model designation.
manufacturer
Manufacturer name.
equipmentType
The equipment type this belongs to.
measurementUnit
Name of the unit of measure.
costForBusiness
Cost to your business.
costForClient
Price charged to the client.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Rate Limit Error