# Get manifest asset loading details Retrieves asset loading details for a manifest. Details contain the loading status, track and gate details of the asset per asset. Endpoint: GET /integration/rest/api/v1/manifest/{manifestExternalId}/asset-loading Version: v1 Security: X-AUTH-KEY ## Path parameters: - `manifestExternalId` (string, required) Unique external identifier of the manifest Example: "MAN-2024-001" ## Response 200 fields (*/*): - `createDate` (string) - `updateDate` (string) - `track` (object) Track associated with this loading record. - `track.trackCode` (string) Unique track code. - `track.wmsId` (string) External asset identifier provided by WMS. - `track.status` (string) Current status of the track. Enum: "SCHEDULED_FOR_RETIREMENT", "ACTIVE", "NOT_ACTIVE", "FLAGGED" - `gate` (object) Gate details used by the Zimark Integration API. - `gate.name` (string) Human-readable gate name. - `gate.externalIdentifier` (string) External unique identifier of the gate. - `gate.status` (string) Current operational status of the gate. Enum: "AVAILABLE", "LOADING", "OUT_OF_SERVICE" - `trackIdentifier` (string) Business identifier of the track linked to this record. - `markerValue` (string) Marker value captured during the loading operation. - `loadedDate` (string) Date and time when the asset was marked as loaded. - `loadingStatus` (string) Current loading status of the asset. Enum: "NOT_LOADED", "LOADED", "WRONGLY_LOADED", "UNKNOWN_LOADING", "UNLOADED", "OFFLOADED" ## Response 404 fields (*/*): - `code` (string) Error code - `message` (string) Error message - `timeStamp` (integer) Timestamp - `correlationId` (string) Correlation id ## Response 500 fields (*/*): - `code` (string) Error code - `message` (string) Error message - `timeStamp` (integer) Timestamp - `correlationId` (string) Correlation id