This Endpoint is Deprecated. Please use the /search
endpoint instead.
Endpoint
Example Request:
Example Response:
Status: 200 OK
Header Specifications
Authorization
Input Specifications
Parameters
advertiserId (optional, required if no authorizationId given)
authorizationId (optional, required if no advertiserId given)
pageNumber (optional, defaults to 1)
pageSize (optional, defaults to 25)
Output Specifications
Pagination Information
Total number of results
Total number of pages
The current page number
The page size
Results
The page of orders that match the query params
Order | |
---|---|
Field | Description |
id | The order ID is associated with the sold proposal created within Ui.marketing |
status | The total budget for the proposal that was created |
advertiserId | The |
ownerEmail | The user that is requesting the proposal |
name | The order name that correlates with the proposal name |
startDate | The start date of a specific proposal |
endDate | The end date of a particular proposal |
createdDate | The date the proposal was created |
updatedDate | The last updated date of a proposal |
name | The name of the proposal |
Order Details | |
Field | Description |
id | The id for the order detail, each product id on the proposal has an order id |
status | The status of the order |
name | The name of the order detail |
budget | The budget for the product in the order |
approvedBy | The user that approved the order |
productKey | The name of the product associated with the order detail |
startDate | The start date of the order detail |
endDate | The end date of the order detail |