forms_watches_list | SELECT | formId | 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. |
forms_watches_create | INSERT | formId | Create a new watch. If a watch ID is provided, it must be unused. For each invoking project, the per form limit is one watch per Watch.EventType. A watch expires seven days after it is created (see Watch.expire_time). |
forms_watches_delete | DELETE | formId, watchId | Delete a watch. |
forms_watches_renew | EXEC | formId, watchId | Renew an existing watch for seven days. The state of the watch after renewal is ACTIVE , and the expire_time is seven days from the renewal. Renewing a watch in an error state (e.g. SUSPENDED ) succeeds if the error is no longer present, but fail otherwise. After a watch has expired, RenewWatch returns NOT_FOUND . |