- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Examples
- Try it!
Lists order.
HTTP request
GET https://dv360seller.googleapis.com/v1beta1/{parent=exchanges/*}/orders
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
The parent resource name. Example: "exchanges/123". Required. |
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of items to return. Defaults to 50. Max allowed value is 200. If unspecified, 50 will be default page size. If pageSize is more than 200, will use 200 as page size. |
pageToken |
The nextPageToken value returned from a previous List request, if any. |
filter |
Allows filtering by product properties. Supported syntax:
Examples:
The length of this field should be no more than 500 characters. |
Request body
The request body must be empty.
Response body
Response to list order.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"order": [
{
object ( |
Fields | |
---|---|
order[] |
Listed orders. There will be a maximum number of items returned based on the pageSize field in the request. |
nextPageToken |
Token to retrieve the next page of results, or empty if there are no more results in the list. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/doubleclickbidmanager
For more information, see the OAuth 2.0 Overview.