POST Search Equipment Statuses by Paging
POST Search Equipment Statuses with Paging
Introduction
Searches and retrieves equipment status records with pagination support and multiple filter criteria. Allows filtering by equipment number, type, carrier, customer, yard location, cargo status, equipment condition, and in-yard status. Supports custom sorting by various fields. This endpoint is ideal for equipment management dashboards, inventory screens, and operational monitoring interfaces where large datasets need to be displayed efficiently with user-friendly pagination controls.
API Request
POST /equipment-status/search-by-paging
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 | RPageResultEquipmentStatusView |