---
title: "Get the list of the creators for the orders"
method: GET
path: "/orders/creators"
tags: ["Common"]
deprecated: true
---

# Get the list of the creators for the orders

`GET /orders/creators`

> **Deprecated.**

By passing in the appropriate options, you can search for creators based upon the search criteria.

## Query parameters

- `orderReference` string
- `status` 'DRAFT' | 'SUBMITTED' | 'INPROGRESS' | 'COMPLETED' | 'CANCELLED' | 'ONHOLD'
- `orderType` 'POIOrder' | 'MerchantOrder' | 'POIMaintenanceOrder' | 'MerchantMaintenanceOrder' | 'POIAccessoryOrder' | 'AdditionalServicesOrder' | 'HardwareOrder'
- `filterDateType` 'createdDate' | 'modifiedDate' — The filter by date type.
- `userUids` string[]
- `startTime` string, date-time
- `endTime` string, date-time
- `merchantCompany` string — The primary merchant name, e.g. "McDonalds".
- `merchantCompanyEntityUid` string, uuid — The Verifone allocated unique ID for this merchant company.
- `merchantCompanyEntityUids` MerchantCompanyEntityUid[]
- `customerEntityUids` EntityUid[]
- `customerEntityUid` string, uuid — The Verifone allocated unique id for this site.

## Response `200`

Search results matching criteria.

- CreatorsResponse
  - `creators` Creator[], required — All the creators of orders within this search criteria
    - `userUid` string, uuid, required — The assigned User ID corresponding to the Order Created By.
    - `name` string, required — The username of the person who's UID is represented, e.g. "John/Jane Smith".

## Other responses

- `400` — Bad Request
- `401` — Unauthorised Request
- `403` — Forbidden Request.
- `404` — Not Found Request
- `429` — Too Many Requests
- `500` — Internal Error
- `503` — Service Not Available
- `504` — Service Timeout

---

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