Method: projects.locations.qaScorecards.list

Lists QaScorecards.

HTTP request

GET https://{endpoint}/v1/{parent=projects/*/locations/*}/qaScorecards

Where {endpoint} is one of the supported service endpoints.

The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource of the scorecards.

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of scorecards 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 nextPageToken in the response indicates that more data is available.

pageToken

string

Optional. The value returned by the last ListQaScorecardsResponse. This value indicates that this is a continuation of a prior qaScorecards.list call and that the system should return the next page of data.

Request body

The request body must be empty.

Response body

The response from a qaScorecards.list request.

If successful, the response body contains data with the following structure:

JSON representation
{
  "qaScorecards": [
    {
      object (QaScorecard)
    }
  ],
  "nextPageToken": string
}
Fields
qaScorecards[]

object (QaScorecard)

The QaScorecards under the parent.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

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.qaScorecards.list

For more information, see the IAM documentation.