GET Get Equipment Status by ID
GET Get Equipment Status by ID
Introduction
Retrieves detailed status information for a specific piece of equipment using its unique equipment ID. This endpoint returns comprehensive data including current location, cargo status, equipment condition, carrier and customer information, check-in/check-out times, and associated photos. It is commonly used in equipment detail views, status verification workflows, and when operators need to review complete equipment information before performing yard operations.
API Request
GET /equipment-status/{equipmentId}
Request Parameters
Name | Location | Type | Required | Description |
|---|---|---|---|---|
equipmentId | path | string | Yes | none |
X-Tenant-ID | header | string | No | none |
X-Yard-ID | header | string | No | none |
Item-Time-Zone | header | string | No | none |
Authorization | header | string | No | none |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | REquipmentStatusView |