# Get track Endpoint: GET /integration/rest/api/v1/track Version: v1 Security: X-AUTH-KEY ## Query parameters: - `wmsId` (string) - `damagedTracks` (boolean) - `trackStatus` (string) Enum: "SCHEDULED_FOR_RETIREMENT", "ACTIVE", "NOT_ACTIVE", "FLAGGED" - `manifestExternalIds` (array) - `q` (string) - `createDateAfter` (integer) - `createDateBefore` (integer) - `pageNumber` (integer) Page number (1-based) - `pageSize` (integer) Page size - `sort.sortBy` (string) Sorting field - `sort.direction` (string) Sorting direction Enum: "ASC", "DESC" ## Response 200 fields (*/*): - `content` (array) - `content.createDate` (string) - `content.updateDate` (string) - `content.trackCode` (string) Unique track code. - `content.wmsId` (string) External asset identifier provided by WMS. - `content.status` (string) Current status of the track. Enum: "SCHEDULED_FOR_RETIREMENT", "ACTIVE", "NOT_ACTIVE", "FLAGGED" - `content.zimarkCodes` (array) Associated Zimark codes for this track. - `content.zimarkCodes.zimarkMarkerValue` (string) Unique Zimark marker value encoded/printed on the label. - `content.manifests` (array) Manifests that include this track. - `content.manifests.externalIdentifier` (string) External unique identifier for this manifest. - `content.manifests.manifestStatus` (string) Current status of the manifest. Enum: "PLANNED", "TO_DO", "IN_PROGRESS", "COMPLETED", "CANCELLED" - `content.manifests.deleted` (boolean) Indicates whether the manifest is soft-deleted. - `content.customFields` (array) Custom fields attached to this track. - `content.customFields.fieldCaption` (string) Human-readable caption of the custom field. - `content.customFields.fieldName` (string) System key of the custom field. - `content.customFields.fieldValue` (string) Assigned value for this custom field. - `content.labels` (array) Labels assigned to this track. - `content.labels.name` (string) Human-readable label name. - `content.retirementDate` (string) Date when the track was retired. - `pageRequest` (object) - `pageRequest.pageNumber` (integer) - `pageRequest.pageSize` (integer) - `pageRequest.sort` (object) - `pageRequest.sort.sortBy` (string) - `pageRequest.sort.direction` (string) Enum: "ASC", "DESC" - `totalElements` (integer) ## Response 500 fields (*/*): - `code` (string) Error code - `message` (string) Error message - `timeStamp` (integer) Timestamp - `correlationId` (string) Correlation id