v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-133170139.6 KB
documents

Gets the latest version of the specified document.

get/v1/documents/{documentId}

Path parameters

documentIdstring required

The ID of the document to retrieve.

Query parameters

includeTabsContentboolean

Whether to populate the Document.tabs field instead of the text content fields like body and documentStyle on Document. - When True: Document content populates in the Document.tabs field instead of the text content fields in Document. - When False: The content of the document's first tab populates the content fields in Document excluding Document.tabs. If a document has only one tab, then that tab is used to populate the document content. Document.tabs will be empty.

suggestionsViewMode'DEFAULT_FOR_CURRENT_ACCESS' | 'SUGGESTIONS_INLINE' | 'PREVIEW_SUGGESTIONS_ACCEPTED' | 'PREVIEW_WITHOUT_SUGGESTIONS'

The suggestions view mode to apply to the document. This allows viewing the document with all suggestions inline, accepted or rejected. If one is not specified, DEFAULT_FOR_CURRENT_ACCESS is used.

Response

Successful response

All 3 operations