- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Lists assessment rules.
HTTP request
GET https://{endpoint}/v1alpha1/{parent=projects/*/locations/*}/assessmentRules
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 assessment rules. |
Query parameters
Parameters | |
---|---|
pageToken |
Optional. The value returned by the last |
pageSize |
Optional. The maximum number of assessment rule to return in the response. If this value is zero, the service will select a default size. A call may return fewer objects than requested. A non-empty |
Request body
The request body must be empty.
Response body
The response of listing assessment rules.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"assessmentRules": [
{
object ( |
Fields | |
---|---|
assessmentRules[] |
The assessment rules that match the request. |
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.assessmentRules.list
For more information, see the IAM documentation.