# List gate loading records Returns per-asset loading rows across all active manifests on the gate, unified with gate-level loading issues. Optional filters: q (matches WMS id or track code), status, and manifest (manifest uuid). Endpoint: GET /integration/rest/api/v1/gate/{gateExternalId}/asset-loading Version: v0 Security: X-AUTH-KEY ## Path parameters: - `gateExternalId` (string, required) External identifier of the gate Example: "GATE-A1" ## Query parameters: - `q` (string) Free-text filter on WMS id or track code - `status` (array) Filter by loading status Enum: "NOT_LOADED", "LOADED", "WRONGLY_LOADED", "UNKNOWN_LOADING", "UNLOADED", "OFFLOADED" - `manifest` (array) Filter by manifest uuid ## Response 200 fields (*/*): - `createDate` (string) - `updateDate` (string) - `deepLink` (string) Deep link URL to open this entity in Ops.App. - `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" - `track.sku` (string) Assigned SKU value, or null when unassigned or the SKU feature is disabled. - `track.client` (object) Assigned Client, or null when unassigned or the Client feature is disabled. - `track.client.id` (string) Internal Client UUID. - `track.client.displayName` (string) Client display name. - `track.client.externalId` (string) Client external ID. - `track.wmsLocation` (string) Pallet location as reported by the client's WMS, or null when unset or the WMS Location feature is disabled. - `track.wmsLocationUpdatedAt` (string) Timestamp of the last WMS Location change, or null when no value is set or the WMS Location feature is disabled. - `gate` (object) Gate where the loading action was performed. - `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" - `gate.gateType` (string) Gate type. SINGLE_MANIFEST allows one active manifest at a time; MULTI_MANIFEST allows several manifests active simultaneously. Enum: "SINGLE_MANIFEST", "MULTI_MANIFEST" - `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 400 fields (*/*): - `code` (string) Error code - `message` (string) Error message - `timeStamp` (integer) Timestamp - `correlationId` (string) Correlation id ## 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