- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists Slate objects.
HTTP request
GET https://admanager.googleapis.com/v1/{parent}/slates
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent resource containing the Slates. Format: |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
filter |
Optional. Expression to filter the response. See syntax details at https://google.aip.dev/160 Filterable fields:
|
orderBy |
Optional. Expression to specify sorting order. See syntax details at https://google.aip.dev/132#ordering |
skip |
Optional. Number of individual resources to skip while paginating. |
Request body
The request body must be empty.
Response body
Response message for slates.list method.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"slates": [
{
object ( |
| Fields | |
|---|---|
slates[] |
The |
nextPageToken |
A token that can be sent as |
totalSize |
Total number of
|
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/admanagerhttps://www.googleapis.com/auth/admanager.readonly
For more information, see the OAuth 2.0 Overview.