# Get manifest assets Retrieves all assets associated with a specific manifest. Assets represent items, equipment, or materials included in the manifest work order. Endpoint: GET /integration/rest/api/v1/manifest/{manifestExternalId}/asset 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) - `trackIdentifier` (string) Business identifier of the asset (track) associated with the manifest. - `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" - `loadingStatus` (string) Loading status of the asset in the manifest workflow. 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