List
|
|||||
|
|
Retrieves a list of features for an account
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage the provisioning of calendar resources on your domain
- View calendar resources on your domain
Input
This building block consumes 3 input parameters
Name | Format | Description |
---|---|---|
customer Required |
STRING |
The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID |
maxResults |
INTEGER |
Maximum number of results to return |
pageToken |
STRING |
Token to specify the next page in the list |
= Parameter name
= Format
customer STRING Required The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID |
maxResults INTEGER Maximum number of results to return |
pageToken STRING Token to specify the next page in the list |
Output
This building block provides 7 output parameters
Name | Format | Description |
---|---|---|
features[] |
OBJECT |
JSON template for Feature object in Directory API |
features[].kind |
STRING |
Kind of resource this is |
features[].name |
STRING |
The name of the feature |
features[].etags |
STRING |
ETag of the resource |
nextPageToken |
STRING |
The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results |
etag |
STRING |
ETag of the resource |
kind |
STRING |
Kind of resource this is |
= Parameter name
= Format
features[] OBJECT JSON template for Feature object in Directory API |
features[].kind STRING Kind of resource this is |
features[].name STRING The name of the feature |
features[].etags STRING ETag of the resource |
nextPageToken STRING The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results |
etag STRING ETag of the resource |
kind STRING Kind of resource this is |