メソッド: projects.locations.datasets.dictationStores.dictations.notes.list

指定された Dictation 内のすべての Notes を一覧表示し、フィルタリングをサポートします。

HTTP リクエスト

GET https://healthcare.googleapis.com/v1alpha2/{parent=projects/*/locations/*/datasets/*/dictationStores/*/dictations/*}/notes

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
parent

string

Note を取得するディクテーションの名前。

認可には、指定されたリソース parent に対する次の Google IAM 権限が必要です。

  • healthcare.dictations.get

クエリ パラメータ

パラメータ
pageSize

number

1 回の応答で返す Note の数を制限します。ゼロの場合、デフォルトのページサイズ 100 が使用されます。

pageToken

string

前の List リクエストから返された nextPageToken 値(存在する場合)。

filter

string

フィルタに一致する Note のみを返します。構文: https://cloud.google.com/appengine/docs/standard/python/search/query_strings フィルタリングに使用できるフィールド / 関数は次のとおりです: - type - origin - speechConfigName - speakerExternalId - speakerHumanName

リクエストの本文

リクエストの本文は空にする必要があります。

レスポンスの本文

成功すると、レスポンスの本文に次の構造のデータが含まれます。

指定した Dictation 内の Notes を一覧表示します。

JSON 表現

{
  "noteNames": [
    string
  ],
  "nextPageToken": string
}
項目
noteNames[]

string

返された Note の名前。リクエストの pageSize の値を超えることはありません。

nextPageToken

string

結果の次のページを取得するためのトークン。リストにそれ以上の結果がない場合は空です。

認可スコープ

次の OAuth スコープのいずれかが必要です。

  • https://www.googleapis.com/auth/cloud-healthcare
  • https://www.googleapis.com/auth/cloud-platform

詳細については、認証の概要をご覧ください。