Method: customers.crmBasedUserListQueries.list

  • The list method for customers.crmBasedUserListQueries lists the CRM based user list queries owned by a specified customer.

  • The HTTP request uses a GET method to retrieve the queries.

  • Path parameters specify the parent customer resource name.

  • Query parameters allow for filtering and pagination of the results.

  • The response body contains a list of CRM based user list queries and an optional token for the next page of results.

Lists the CRM based user list queries owned by the specified customer.

HTTP request

GET https://adsdatahub.googleapis.com/v1/{parent=customers/*}/crmBasedUserListQueries

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Parent customer resource name, e.g. 'customers/123'.

Query parameters

Parameters
pageSize

integer

Maximum number of items to return. If 0, The server will determine the number of queries to return.

pageToken

string

Page token, returned by a previous call, used to request the next page of results.

filter

string

Filters your response. Works using the following fields / formatting: name=”customers/271828/crmBasedUserListQueries/pi314159265359” title=”up_and_right” queryText="SELECT LN(2.7182818284);" queryState="RUNNABLE" updateTime>unix_seconds updateEmail=”abc@gmail.com” createTime>unix_seconds createEmail=”abc@gmail.com”

Request body

The request body must be empty.

Response body

Response to a crmBasedUserListQueries.list request. Contains the queries owned by the specified customer, sorted by title.

If successful, the response body contains data with the following structure:

JSON representation
{
  "queries": [
    {
      object (CrmBasedUserListQuery)
    }
  ],
  "nextPageToken": string
}
Fields
queries[]

object (CrmBasedUserListQuery)

A list of queries.

nextPageToken

string

A token that can be used to request the next results page. This field is empty if there are no additional results.

Authorization scopes

Requires the following OAuth scope:

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