GET /orders/creators
By passing in the appropriate options, you can search for creators based upon the search criteria
Servers
- https://emea.gsc.verifone.cloud/oidc/order-service
- https://us.gsc.verifone.cloud/oidc/order-service
- https://nz.gsc.verifone.cloud/oidc/order-service
- https://cst.test-gsc.vfims.com/oidc/order-service
- https://uscst-gb.gsc.vficloud.net/oidc/order-service
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
startTime |
String | No |
The record date/time to search from. |
filterDateType |
String | No |
pass an optional search string for filtering based on date type. Otherwise this will default to createdDate Valid values:
Default value: "createdDate" |
orderType |
String | No |
pass an optional search string for looking up order by type. Otherwise this will default to MerchantOrder Valid values:
Default value: "MerchantOrder" |
orderReference |
String | No |
Optional search string for looking up order by ID |
status |
String | No |
pass an optional search string for looking up order by status Valid values:
|
userUids[] |
Array | No |
List of the User_ID corresponding to the User who created or modified the order. |
endTime |
String | No |
The record date/time to search to. |
merchantCompany |
String | No |
The merchant company. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.