---
title: "Fetch container inquiry list."
method: GET
path: "/container_inquiry/fetch"
tags: ["Containers|Container inquiry"]
---

# Fetch container inquiry list.

`GET /container_inquiry/fetch`

This endpoint enables you to retrieve a list of container inquirys.

## Query parameters

- `filter[byIds][]` integer[]
- `filter[byContainerIds][]` integer[]
- `filter[byContainerReferences][]` string[]
- `filter[byContainerTypeIds][]` integer[]
- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardContainerInquiryFetchResponse
  - `data` object[] — The container inquirys.
    - `id` integer — The internal id of the container inquiry.
    - `name` string — The name of the container inquiry.
    - `container` StandardContainerBaseContainerListItem
      - `id` integer — The internal id of the container.
      - `reference` string — The reference of the container.
      - `type` StandardContainerTypeBaseContainerTypeListItem
        - `id` integer — The internal id of the container type.
        - `name` string — The name of the container type.
      - `purchaseDate` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
    - `containerType` StandardContainerTypeBaseContainerTypeListItem
      - `id` integer — The internal id of the container type.
      - `name` string — The name of the container type.
  - `offset` integer — Number of skipped records.
  - `totalCount` integer — Total number of available container inquirys.

---

[API](https://skmtc.net/geocapture/apis/geocapture-api.md) · [All operations](https://skmtc.net/geocapture/apis/geocapture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocapture/geocapture-api/versions/869b05603541/schema)
