---
title: "GET /v1/plus/bonuses/history/"
method: GET
path: "/v1/plus/bonuses/history/"
tags: ["v1"]
---

# GET /v1/plus/bonuses/history/

`GET /v1/plus/bonuses/history/`

## Query parameters

- `cart` integer
- `ordering` string
- `page` integer
- `pageSize` integer
- `type` 0 | 1

## Response `200`

- PaginatedPlusBonusTransactionList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` PlusBonusTransaction[], required
    - `id` integer, required
    - `bonus` integer, required
    - `cart` integer, nullable
    - `amount` string, decimal, required
    - `type` 0 | 1, required — * `0` - transaction_spend * `1` - transaction_earn
    - `created_by` integer, nullable
    - `created_at` string, date-time, required

---

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