Google Docs · Example Payload

Google Docs V1 Document Style Example

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Google Docs V1 Document Style Example is an example object payload from Google Docs, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

defaultHeaderIddefaultFooterIdevenPageHeaderIdevenPageFooterIdfirstPageHeaderIdfirstPageFooterIduseFirstPageHeaderFooteruseEvenPageHeaderFooterpageNumberStartuseCustomHeaderFooterMarginsflipPageOrientation

Example Payload

Raw ↑
{
  "defaultHeaderId": "500123",
  "defaultFooterId": "500123",
  "evenPageHeaderId": "500123",
  "evenPageFooterId": "500123",
  "firstPageHeaderId": "500123",
  "firstPageFooterId": "500123",
  "useFirstPageHeaderFooter": true,
  "useEvenPageHeaderFooter": true,
  "pageNumberStart": 10,
  "useCustomHeaderFooterMargins": true,
  "flipPageOrientation": true
}