Method: forms.responses.get

从表单获取一条回复。

HTTP 请求

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

网址采用 gRPC 转码语法。

路径参数

参数
formId

string

必需。表单 ID。

responseId

string

必需。表单中的响应 ID。

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文包含一个 FormResponse 实例。

授权范围

需要以下 OAuth 范围之一:

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

有关详情,请参阅授权指南