---
title: "Get collections by waypoint id"
method: GET
path: "/waypoints/{waypointId}/collections"
tags: ["Collections"]
---

# Get collections by waypoint id

`GET /waypoints/{waypointId}/collections`

Get collections

## Path parameters

- `waypointId` integer, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Response

- object
  - `meta` unknown
  - `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)
