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

# Get list of shipments for given filters.

`GET /rest/api/shipping/shipment/info/`

## 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>
- `status[]` integer[]

## Response `200`

Returns list of shipments

- RestShipmentInfoIndexResponse
  - `shipments` RestShipmentInfoDTO[] — List of shipments
    - `id` integer — Internal shipment ID
    - `carrierAccountId` integer — Carrier account ID
    - `carrierBrokerId` integer — Carrier broker ID
    - `externalId` string, nullable — External unique ID of the shipment
    - `orderId` string — Internal order ID
    - `createdAt` string, date-time, nullable — Date the document was created in Apilo
    - `postDate` string, date-time, nullable — Date of shipment
    - `status` string — Shipment tracking status if is present or NULL
    - `method` string, nullable — External unique ID of the shipment method
    - `media` string — Null or media UUID - <a href='#tag/media/operation/get_rest_media_get'>media attachment endpoint</a>
  - `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)
