Method: customers.userListQueries.get

  • Retrieving a user list query requires a GET request to a specific URL format that includes the customer and query names.

  • The request uses path parameters, specifically a required name parameter representing the full resource name.

  • The request body should be empty.

  • A successful response body contains an instance of UserListQuery.

  • Authorization 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