Return a list of the watches owned by the invoking project. The maximum number of watches is two: For each invoker, the limit is one for each event type per form.
HTTP request
GET https://forms.googleapis.com/v1beta/forms/{formId}/watches
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
formId |
Required. ID of the Form whose watches to list. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
The response of a ListWatchesRequest.
| JSON representation | |
|---|---|
{
"watches": [
{
object ( |
|
| Fields | |
|---|---|
watches[] |
The returned watches. |
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/drivehttps://www.googleapis.com/auth/drive.filehttps://www.googleapis.com/auth/drive.readonlyhttps://www.googleapis.com/auth/forms.bodyhttps://www.googleapis.com/auth/forms.body.readonlyhttps://www.googleapis.com/auth/forms.responses.readonly
For more information, see the Authorization guide.