---
title: "GET /v1/shared/auth/profile/orders/"
method: GET
path: "/v1/shared/auth/profile/orders/"
tags: ["v1"]
---

# GET /v1/shared/auth/profile/orders/

`GET /v1/shared/auth/profile/orders/`

## Query parameters

- `delivery` boolean
- `payment_status__in` integer[]
- `status__in` integer[]

## Response `200`

- UserOrderList[]
  - `id` integer, required
  - `price` string, decimal
  - `price_discount` string, decimal
  - `rent_start` string, date-time, required
  - `rent_end` string, date-time, required
  - `status` 0 | 1 | 2 | 3 | 4 | 5 — * `0` - Запрос * `1` - Забронировано * `2` - В аренде * `3` - Отменено * `4` - Завершено * `5` - Должник
  - `payment_status` 0 | 1 | 2 — * `0` - Ожидается оплата * `1` - Оплата произведена * `2` - Частичная оплата
  - `delivery_address` string, required
  - `delivery_address_return` string, required
  - `time_exceed` boolean
  - `penalty_amount` string, decimal
  - `additional_discount` string, decimal
  - `paid_amount` string, decimal
  - `discount_amount` string, decimal
  - `reviews_cnt` integer, required
  - `products` unknown[]
    - unknown
  - `bag` string, uuid, nullable

---

[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/versions/90700f5abfcc/schema)
