AI-generated Key Takeaways
-
This API allows retrieval of a
PrivateAuction
object using a GET request. -
The request requires a
name
parameter specifying the network code and private auction ID. -
The request body should be empty.
-
A successful response body will contain an instance of a
PrivateAuction
object. -
The request requires the
https://www.googleapis.com/auth/admanager
OAuth scope for authorization.
API to retrieve a PrivateAuction
object.
HTTP request
GET https://admanager.googleapis.com/v1/{name}
Path parameters
Parameters | |
---|---|
name |
Required. The resource name of the PrivateAuction. Format: |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of PrivateAuction
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/admanager
For more information, see the OAuth 2.0 Overview.