Google Forms · Example Payload

Google Forms Api Watch Example

Data CollectionFormsGoogleGoogle WorkspaceQuestionnairesResponsesSurveys

Google Forms Api Watch Example is an example object payload from Google Forms, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtargeteventTypecreateTimeexpireTimeerrorTypestate

Example Payload

Raw ↑
{
  "id": "watch-abc123",
  "target": {
    "topic": {
      "topicName": "projects/my-project/topics/forms-notifications"
    }
  },
  "eventType": "RESPONSES",
  "createTime": "2026-04-15T10:00:00Z",
  "expireTime": "2026-04-22T10:00:00Z",
  "errorType": "ERROR_TYPE_UNSPECIFIED",
  "state": "ACTIVE"
}