GET /sheets/{sheetId}/summary

Returns object containing array of summary fields. Allows for pagination of results.

Servers

Query parameters

Name Type Required Description
include String No

A comma-separated list of elements to include in the response.

  • format: includes format info for cells, rows, and summary fields
  • writerInfo: includes createdBy and modifiedBy attributes for rows and summary fields

Possible values:

  • "writerInfo"
  • "format"
exclude String No

A comma-separated list of elements to not include in the response.

  • displayValue: excludes displayValue info for cells, rows, and summary fields
  • image: excludes image attributes for cells and summary fields
  • imageAltText: excludes alt text for cells and summary fields

Possible values:

  • "image"
  • "displayValue"
  • "imageAltText"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.