---
title: "GET /api/v1/PurchaseRequest/orders"
method: GET
path: "/api/v1/PurchaseRequest/orders"
tags: ["PurchaseRequest"]
---

# GET /api/v1/PurchaseRequest/orders

`GET /api/v1/PurchaseRequest/orders`

## Query parameters

- `CustomerTenantId` integer
- `Page` integer
- `PageSize` integer
- `Search` string, nullable
- `OrderState` string, nullable
- `SortBy` string, nullable
- `SortOrder` string, nullable

## Response `200`

Success

- PurchaseRequestItems[]
  - `orderReferenceId` integer
  - `catalogId` string, nullable
  - `name` string, nullable
  - `quantity` integer
  - `billingCycle` string, nullable
  - `termDuration` string, nullable
  - `emailReceiver` string, nullable
  - `created` string, date-time
  - `orderState` string, nullable
  - `error` string, nullable

---

[API](https://skmtc.net/crayon/apis/crayon-group-customer-api.md) · [All operations](https://skmtc.net/crayon/apis/crayon-group-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crayon/crayon-group-customer-api/revisions/a04494a78f65/schema)
