GET /orders/creators

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

Servers

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:

  • "createdDate"
  • "modifiedDate"

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:

  • "POIMaintenanceOrder"
  • "POIAccessoryOrder"
  • "POIOrder"
  • "AdditionalServicesOrder"
  • "MerchantOrder"
  • "MerchantMaintenanceOrder"

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:

  • "INPROGRESS"
  • "CANCELLED"
  • "SUBMITTED"
  • "ONHOLD"
  • "DRAFT"
  • "COMPLETED"
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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.