Google Apps Script · Example Payload

Openapi Metrics Example

Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

Openapi Metrics Example is an example object payload from Google Apps Script, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

activeUserstotalExecutionsfailedExecutions

Example Payload

Raw ↑
{
  "activeUsers": [],
  "totalExecutions": [],
  "failedExecutions": []
}