- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the user lists visible to the current user.
HTTP request
GET https://realtimebidding.googleapis.com/v1/{parent=buyers/*}/userLists
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the parent buyer for the user lists to be returned that must follow the pattern |
Query parameters
Parameters | |
---|---|
pageSize |
The number of results to return per page. |
pageToken |
Continuation page token as received from a previous response. |
Request body
The request body must be empty.
Response body
The list user list response.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"userLists": [
{
object ( |
Fields | |
---|---|
userLists[] |
List of user lists from the search. |
nextPageToken |
The continuation page token to send back to the server in a subsequent request. Due to a currently known issue, it is recommended that the caller keep invoking the list method until the time a next page token is not returned, even if the result set is empty. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/realtime-bidding