Method: projects.locations.authorizedViewSets.authorizedViews.conversations.assessments.notes.list

List Notes.

HTTP request

GET https://{endpoint}/v1/{parent=projects/*/locations/*/authorizedViewSets/*/authorizedViews/*/conversations/*/assessments/*}/notes

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 notes.

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of notes to return in the response. If 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 ListNotesResponse. This value indicates that this is a continuation of a prior notes.list call and that the system should return the next page of data.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ListNotesResponse.

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 permissions on the parent resource:

  • contactcenterinsights.notes.list
  • contactcenterinsights.authorizedNotes.list

For more information, see the IAM documentation.