---
title: "GET /api/rebookings"
method: GET
path: "/api/rebookings"
tags: ["api", "rebooking"]
---

# GET /api/rebookings

`GET /api/rebookings`

Get All Rebookings

## Query parameters

- `sourceTransactionId` string
- `targetCheckoutId` string
- `status` string[]
- `top` integer, required — A limit on the number of objects to be returned. Can range between 1 and 1000.
- `skip` integer, required — The number of objects to skip for the requested result

## Response `200`

OK

- object
  - `docs` object[], required
    - `_id` string, required
    - `channel` 'online' | 'internal' | 'pos', required
    - `status` 'PENDING' | 'CANCELED' | 'COMPLETE', required
    - `source` object, required
      - `transactionId` string, required
      - `eventId` string, required
      - `groupEventId` string
    - `target` object, required
      - `eventId` string, required
      - `checkoutId` string, required
    - `tickets` object[], required
      - `ticketId` string, required
      - `credit` string, required
      - `strategyId` string
    - `cancellableItemIds` string[], required
    - `credit` number, required
    - `secret` string, required
    - `customerId` string, required
    - `sellerId` string, required
    - `createResidualVoucher` boolean
    - `history` object[], required
      - `type` 'rebooking.created' | 'rebooking.completed' | 'rebooking.canceled', required — The type of the history entry.
      - `date` string, date-time, required — An ISO timestamp indicating the date of the history entry.
      - `userId` string, nullable — The user ID of the history entry.
      - `data` unknown
    - `createdAt` string, date-time, required — An ISO timestamp indicating when the donation was created.
    - `updatedAt` string, date-time, required — An ISO timestamp indicating when the donation was updated.
  - `total` number, required

## 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)
