Google Forms · JSON Structure

Google Forms Api Watch Structure

A watch for receiving notifications about form changes or responses.

Type: object Properties: 7
Data CollectionFormsGoogleGoogle WorkspaceQuestionnairesResponsesSurveys

Watch is a JSON Structure definition published by Google Forms, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id target eventType createTime expireTime errorType state

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/google-forms/refs/heads/main/json-structure/google-forms-api-watch-structure.json",
  "name": "Watch",
  "description": "A watch for receiving notifications about form changes or responses.",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "target": { "type": "object" },
    "eventType": { "type": "string" },
    "createTime": { "type": "datetime" },
    "expireTime": { "type": "datetime" },
    "errorType": { "type": "string" },
    "state": { "type": "string" }
  }
}