---
title: "Get all collections"
method: GET
path: "/collections"
tags: ["Collections"]
---

# Get all collections

`GET /collections`

Get all collections

## Query parameters

- `limit` integer
- `offset` integer
- `from` string, required
- `to` string, required

## Response `200`

Get all collections

- object
  - `meta` object
    - `limit` integer — Number of rows retrieved
    - `offset` integer — Number of rows skipped
    - `total` integer — Total number of rows
  - `data` object[]
    - `_id` integer — Collection id
    - `waypointId` integer — Waypoint id
    - `poiId` integer — Poi id
    - `cash` object
      - `amount` string — Cash amount
    - `check` object
      - `amount` string — Check amount
      - `date` string — Check date
      - `number` number — Check number
      - `bank` string — Check bank
    - `coupon` object
      - `amount` string — Coupon amount
      - `date` string — Coupon date
      - `number` number — Coupon number
      - `agent` string — Coupon agent
    - `comment` string — Collection comment
    - `timestamp` string, date — Collection timestamp
    - `photos` object[] — Collection photos
      - `url` string — Photo url
      - `comment` string — Photo comment

## Other responses

- `403` — Not authorized access

---

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