---
title: "Get a list of shipments tracking information for given filters."
method: GET
path: "/rest/api/shipping/shipment/tracking/"
tags: ["Shipment"]
---

# Get a list of shipments tracking information for given filters.

`GET /rest/api/shipping/shipment/tracking/`

List of shipments tracking

## Query parameters

- `carrierAccountId[]` integer[]
- `carrierBrokerId[]` integer[]
- `postDateAfter` string, date-time — Date of shipment creation from in Apilo, takes the value of ISO 8601 date encoded to URL, e.g. <code>2022-03-01T14:40:33%2B0200</code>
- `postDateBefore` string, date-time — Date of shipment creation from in Apilo, takes the value of ISO 8601 date encoded to URL, e.g. <code>2022-03-01T14:40:33%2B0200</code>
- `receivedDateAfter` string, date-time — Date by which the shipment was delivered, takes the value of ISO 8601 date encoded to URL, e.g. <code>2022-03-01T14:40:33%2B0200</code>
- `receivedDateBefore` string, date-time — Date from which the shipment was delivered, takes the value of ISO 8601 date encoded to URL, e.g. <code>2022-03-01T14:40:33%2B0200</code>
- `status[]` integer[]

## Response `200`

Returns list of shipments

- RestShipmentTrackingResponse
  - `shipments` RestShipmentTrackingDTO[] — List of shipments tracking
    - `id` integer — Internal shipment ID
    - `externalId` string, nullable — External unique ID of the shipment
    - `status` string — Shipment tracking status if is present or NULL
    - `statusDate` string, date-time, nullable — Date of handing over the shipment to the courier
    - `statusDescription` string, nullable — Descriptive meaning of status
    - `statusCheckTimestamp` string, date-time, nullable — Date when the shipment status was last checked
    - `receivedDate` string, date-time, nullable — The date the parcel was received
    - `receivedDays` integer — Number of business days in which the parcel was received
  - `totalCount` integer — Number of matching results
  - `currentOffset` integer — Current list offset
  - `pageResultCount` integer — Number of results per page

## Other responses

- `401` — Authorization failed

---

[API](https://skmtc.dev/apilo/apis/apilo-rest-api.md) · [All operations](https://skmtc.dev/apilo/apis/apilo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apilo/apilo-rest-api/revisions/a0f9dcdba6cc/schema)
