---
title: "GET /api/order/get-order-history"
method: GET
path: "/api/order/get-order-history"
tags: ["Order"]
---

# GET /api/order/get-order-history

`GET /api/order/get-order-history`

## Query parameters

- `status` string
- `activeUserName` string
- `orderId` string

## Response `200`

Success

- OrderHistoryResponse
  - `content` OrderHistoryResp
    - `orderHistoryList` OrderHistoryList[], nullable
      - `indexNo` string, nullable
      - `orderNo` string, nullable
      - `date` string, nullable
      - `orderType` string, nullable
      - `payment` string, nullable
      - `amount` string, nullable
      - `status` string, nullable
      - `displayOrder` string, nullable
      - `caseDuration` string, nullable
      - `dtDate` string, nullable
      - `isShowEmailInvoice` boolean
      - `isTransferProductHistory` boolean
      - `transferProductUserName` string, nullable
      - `subStatus` string, nullable
      - `refundAmount` string, nullable
    - `orderDuration` QuoteDuration[], nullable
      - `text` string, nullable
      - `val` string, nullable
      - `displayOrder` string, nullable
      - `isChecked` boolean
  - `operationStatus` string, nullable
  - `msgCode` string, nullable
  - `msgId` string, nullable
  - `msgDesc` string, nullable

---

[API](https://skmtc.dev/mysonicwall/apis/restapi-core-v1.md) · [All operations](https://skmtc.dev/mysonicwall/apis/restapi-core-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mysonicwall/restapi-core-v1/revisions/ddffed195eba/schema)
