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
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | (Required) | |
X-MSTR-ProjectID | string | (Required) | |
Prefer | null | Prefer--allow client to set preferences. Currently, respond-async allows client to execute in async mode |
|