POST Search Tasks by Paging
POST Search tasks by paging
Introduction
Searches and retrieves yard tasks with pagination support and multiple filter criteria. Allows filtering by task type, status, assigned users, locations, customers, entry tickets, and time ranges. Supports sorting by various fields and is commonly used in task management dashboards, task assignment interfaces, and operational monitoring screens to display and manage active yard operations.
POST /public/task/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 |
Item-Bam-Client | header | string | No | none |
x-facility-id | header | string | No | none |
body | body | GeneralTaskQuery | No | none |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | RPageResultGeneralTaskView |