Zurück zu Google Docs

Verbinde Knoon AI mit Google Docs (Google), um KI-Workflows zu automatisieren.

Get structural elements for a specified index range in a Google Docs document.
googleDocsGetContentRange
Beta
Berechtigungen
  • https://www.googleapis.com/auth/drive.file
Optionale Berechtigungen
  • https://www.googleapis.com/auth/drive
Parameter
NameTypBeschreibungErforderlich
documentIdfile Select the Google Docs document to read from.Ja
startIndexmustache Document start index (inclusive) of the range to read. Uses the Docs API document index (UTF-16 code units).Ja
endIndexmustache Document end index (exclusive) of the range to read. Must be greater than startIndex.Ja
Rückgaben
NameTypBeschreibung
statusstring DONE.
contentarray Array of StructuralElement objects in the requested index range, as returned by the Docs API body/tabs.body.content.
startIndexnumber Start index used for the range.
endIndexnumber End index used for the range.
sensitive.documentIdstring ID of the document that was read.