Yms apiEntry ticket level 1
GET Get Entry Ticket by ID
GET Get Entry Ticket by ID
Introduction
Retrieves detailed information of a specific entry ticket by its unique identifier. This endpoint is used to view the complete status and history of a driver's yard visit, including check-in/check-out times, associated operations, equipment details, and current status. It's commonly used by gate operators to verify entry information, by yard managers to monitor ongoing visits, and by the system to display entry ticket details in the dashboard.
API Request
GET /entry-ticket/{entryId}
Request Parameters
Name | Location | Type | Required | Description |
|---|---|---|---|---|
entryId | 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 | REntryTicketView |