---
title: "GET /api/v1.0/users/{userId}/orders"
method: GET
path: "/api/v1.0/users/{userId}/orders"
tags: ["Users"]
---

# GET /api/v1.0/users/{userId}/orders

`GET /api/v1.0/users/{userId}/orders`

## Path parameters

- `userId` integer, required

## Query parameters

- `skip` integer
- `take` integer
- `brandId` string

## Response `200`

OK

- RestApiArrayResultUserOrderSummary — Rest api array result
  - `Data` UserOrderSummary[], required — Generic data object.
    - `OrderId` integer — OrderId.
    - `TsOrderPlacedUtc` string, date-time, nullable — TsOrderPlacedUtc.
    - `TsUpdateUtc` string, date-time — TsUpdateUtc.
    - `RestaurantName` string — RestaurantName.
    - `FoodAmount` number, double — FoodAmount.
    - `TipAmount` number, double — TipAmount.
    - `TotalRestaurantAmount` number, double — TotalRestaurantAmount.
    - `IsoCurrency` string — IsoCurrency.
    - `DeliveryType` string — DeliveryType.
    - `OrderState` string — OrderState.
    - `PaymentAccountDescription` string — PaymentAccountDescription.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound
- `500` — InternalServerError

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
