메서드: projects.locations.datasets.dictationStores.list

지정된 데이터 세트의 Dictation stores를 나열합니다.

HTTP 요청

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

URL은 gRPC 트랜스코딩 구문을 사용합니다.

경로 매개변수

매개변수
parent

string

데이터세트 이름입니다.

승인을 처리하려면 지정된 리소스 parent에 대해 다음과 같은 Google IAM 권한이 필요합니다.

  • healthcare.dictationStores.list

쿼리 매개변수

매개변수
pageSize

number

단일 응답으로 반환할 음성기록 저장소 수를 제한합니다. 0이면 기본 페이지 크기 100이 사용됩니다.

pageToken

string

이전 List 요청에서 반환된 nextPageToken 값입니다(있는 경우).

filter

string

필터와 일치하는 저장소로 반환되는 저장소를 제한합니다. 구문: https://cloud.google.com/appengine/docs/standard/python/search/query_strings 라벨의 필터링만 지원됩니다. labels.key=value).

요청 본문

요청 본문은 비어 있어야 합니다.

응답 본문

성공하면 응답 본문에 다음과 같은 구조의 데이터가 포함됩니다.

지정된 데이터 세트의 Dictation stores를 나열합니다.

JSON 표현

{
  "dictationStores": [
    {
      object (DictationStore)
    }
  ],
  "nextPageToken": string
}
필드
dictationStores[]

object (DictationStore)

반환된 음성기록이 저장됩니다. 요청의 pageSize 값보다 더 많은 Dictation 저장소가 될 수 없습니다.

nextPageToken

string

결과의 다음 페이지를 검색하는 토큰으로 목록에 더 이상 결과가 없으면 비어 있습니다.

승인 범위

다음 OAuth 범위 중 하나가 필요합니다.

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

자세한 내용은 인증 개요를 참조하세요.