Method: forms.watches.list

호출하는 프로젝트에서 소유한 시계 목록을 반환합니다. 최대 감시 수는 2개입니다. 각 호출자에 대해 양식당 각 이벤트 유형당 하나입니다.

HTTP 요청

GET https://forms.googleapis.com/v1/forms/{formId}/watches

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

경로 매개변수

매개변수
formId

string

필수 항목입니다. 나열할 감시를 보유한 양식의 ID입니다.

요청 본문

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

응답 본문

ListWatchesRequest의 응답입니다.

성공할 경우 응답 본문에 다음 구조의 데이터가 포함됩니다.

JSON 표현
{
  "watches": [
    {
      object (Watch)
    }
  ]
}
필드
watches[]

object (Watch)

반환된 시계

승인 범위

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

  • https://www.googleapis.com/auth/drive
  • https://www.googleapis.com/auth/drive.file
  • https://www.googleapis.com/auth/drive.readonly
  • https://www.googleapis.com/auth/forms.body
  • https://www.googleapis.com/auth/forms.body.readonly
  • https://www.googleapis.com/auth/forms.responses.readonly

자세한 내용은 승인 가이드를 참조하세요.