---
title: "GET /api/third/queue-slips/vouchers"
method: GET
path: "/api/third/queue-slips/vouchers"
tags: ["api", "queue-slips"]
---

# GET /api/third/queue-slips/vouchers

`GET /api/third/queue-slips/vouchers`

Preview the voucher filter

## Query parameters

- `top` integer — A limit on the number of objects to be returned. Can range between 1 and 1000.
- `skip` integer — The number of objects to skip for the requested result
- `transactionId` string
- `fulfillmentTypeId` string
- `aggregations` union
  - string[]
  - string — Filter by a comma(,) seperated list of aggregations
- `printStatus` union
  - union[]
    - union
      - 'SUCCEEDED'
      - 'ABORTED'
      - 'FAILED'
      - 'PENDING'
      - 'REPRINT'
  - string — Filter by a comma(,) separated list of print statuses
- `code` string
- `seller` union
  - string[]
  - string — Filter by a comma(,) separated list of sellers
- `customer` union
  - string[]
  - string — Filter by a comma(,) separated list of customers
- `start` string, date-time
- `end` string, date-time

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
