Method: customers.userListQueries.get

  • Retrieving a user list query requires a GET request to a specific URL following gRPC Transcoding syntax.

  • The request uses a required name path parameter which is the full resource name of the user list query.

  • The request body for retrieving a user list query must be empty.

  • A successful response will contain an instance of UserListQuery.

  • Authorization to retrieve a user list query requires the https://www.googleapis.com/auth/adsdatahub OAuth scope.

Retrieves the requested user list query.

HTTP request

GET https://adsdatahub.googleapis.com/v1/{name=customers/*/userListQueries/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Full resource name, e.g. 'customers/123/userListQueries/abcd1234'.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of UserListQuery.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adsdatahub