Yms apiTask management
GET Get Task by ID
GET Get task by ID
Introduction
Retrieves detailed information about a specific yard task by its unique identifier. Returns comprehensive task data including task type, status, assigned users, locations, associated receipts/loads, entry ticket details, and time tracking information. This API is commonly used for task detail views, monitoring task progress, and auditing task execution history.
GET /public/task/{taskId}
Request Parameters
Name | Location | Type | Required | Description |
|---|---|---|---|---|
taskId | 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 |
Item-Bam-Client | header | string | No | none |
x-facility-id | header | string | No | none |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | RGeneralTaskView |