- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
List AuthorizedViewSets
HTTP request
GET https://{endpoint}/v1/{parent=projects/*/locations/*}/authorizedViewSets
Where {endpoint}
is one of the supported service endpoints.
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource of the AuthorizedViewSets. |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of view sets to return in the response. If the value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty |
pageToken |
Optional. The value returned by the last |
filter |
Optional. The filter expression to filter authorized view sets listed in the response. |
orderBy |
Optional. The order by expression to order authorized view sets listed in the response. |
Request body
The request body must be empty.
Response body
The response from a ListAuthorizedViewSet request.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"authorizedViewSets": [
{
object ( |
Fields | |
---|---|
authorizedViewSets[] |
The AuthorizedViewSets under the parent. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
contactcenterinsights.authorizedViewSets.list
For more information, see the IAM documentation.