Queries: listqueries
Stay organized with collections
Save and categorize content based on your preferences.
Retrieves stored queries.
Try it now.
Request
HTTP request
GET https://www.googleapis.com/doubleclickbidmanager/v1/queries
Authorization
This request requires authorization with the following scope:
Scope |
https://www.googleapis.com/auth/doubleclickbidmanager |
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{
"kind": "doubleclickbidmanager#listQueriesResponse",
"queries": [
queries Resource
]
}
Property name |
Value |
Description |
Notes |
queries[] |
list |
Retrieved queries. |
|
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "doubleclickbidmanager#listQueriesResponse" . |
|
Try it!
Use the APIs Explorer below to call this method on live data and see the response.
Alternatively, try the
standalone
Explorer.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 UTC."],[[["\u003cp\u003eThis version of the Bid Manager API is discontinued, and users should transition to Bid Manager API v2.\u003c/p\u003e\n"],["\u003cp\u003eThis API retrieves stored queries, requiring authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/doubleclickbidmanager\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eThe request is a simple GET request to the specified endpoint with no request body.\u003c/p\u003e\n"],["\u003cp\u003eA successful response includes a list of retrieved queries and a resource kind identifier.\u003c/p\u003e\n"]]],[],null,["# Queries: listqueries\n\nThis version of the Bid Manager API has been sunset. Users must use [Bid Manager API v2](/bid-manager/reference/rest). \n| **Note:** Requires [authorization](#auth).\n\nRetrieves stored queries.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP request\n\n```\nGET https://www.googleapis.com/doubleclickbidmanager/v1/queries\n```\n\n### Authorization\n\nThis request requires authorization with the following scope:\n\n| Scope |\n|---------------------------------------------------------|\n| `https://www.googleapis.com/auth/doubleclickbidmanager` |\n\nFor more information, see the [authentication and authorization](/bid-manager/how-tos/authorizing) page.\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a response body with the following structure:\n\n```objective-c\n{\n \"kind\": \"doubleclickbidmanager#listQueriesResponse\",\n \"queries\": [\n queries Resource\n ]\n}\n```\n\n| Property name | Value | Description | Notes |\n|---------------|----------|------------------------------------------------------------------------------------------------------------------|-------|\n| `queries[]` | `list` | Retrieved queries. | |\n| `kind` | `string` | Identifies what kind of resource this is. Value: the fixed string `\"doubleclickbidmanager#listQueriesResponse\"`. | |\n\nTry it!\n-------\n\n\nUse the APIs Explorer below to call this method on live data and see the response.\nAlternatively, try the\n[standalone\nExplorer](https://developers.google.com/apis-explorer/#p/doubleclickbidmanager/v1/doubleclickbidmanager.queries.listqueries)."]]