Export to PDF (base64)

POST {{baseUrl}}/api/documents/:documentId/instances/:instanceId/pdf

Request Body

{"includeOverview"=>false, "includeDetailedPages"=>true, "includeHeader"=>true, "includeFooter"=>true, "includeToc"=>false, "orientation"=>"NONE", "pageOption"=>"PAGE", "pageHeight"=>8.5, "pageWidth"=>11, "viewportHeight"=>0, "viewportWidth"=>0, "filterSummary"=>"PAGE", "gridPagingMode"=>"none", "fitToPage"=>true, "repeatColumnHeader"=>true, "responsiveView"=>false}

HEADERS

KeyDatatypeRequiredDescription
X-MSTR-AuthTokenstring(Required)
X-MSTR-ProjectIDstring(Required)
PrefernullPrefer--allow client to set preferences. Currently, respond-async allows client to execute in async mode

|