POST Search Equipment Statuses
POST Search Equipment Statuses
Introduction
Searches and retrieves equipment status records based on multiple filter criteria without pagination. Supports filtering by equipment number, type, carrier, customer, yard location, cargo status, and in-yard status. This endpoint is useful for generating equipment lists, exporting data, and scenarios where all matching records are needed at once. For large result sets, consider using the paginated search endpoint instead.
API Request
POST /equipment-status/search
Body Request Parameters
Request Parameters
Name | Location | Type | Required | Description |
|---|---|---|---|---|
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 |
body | body | EquipmentStatusQuery | No | none |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | RListEquipmentStatusView |