A multi-value parameter indicating which properties of the content to expand. Expands are dependent on the to
conversion format and may be irrelevant for certain conversions (e.g. macroRenderedOutput is redundant when
converting to view format).
webresource returns JS and CSS resources necessary for displaying nested content in view format
webresource.superbatch.uris.js returns all common JS dependencies
webresource.superbatch.uris.css returns all common CSS dependencies
webresource.uris.js returns JS dependencies specific to conversion
webresource.uris.css returns CSS dependencies specific to conversion
embeddedContent returns metadata for nested content (e.g. page included using page include macro)
mediaToken returns JWT token for retrieving attachment data from Media API
macroRenderedOutput additionally converts body to view format
OptionalexportView
exportView?:any
Optionalstorage
storage?:any
OptionalstyledView
styledView?:any
to
to:string
The name of the target format for the content body.
A multi-value parameter indicating which properties of the content to expand. Expands are dependent on the to conversion format and may be irrelevant for certain conversions (e.g. macroRenderedOutput is redundant when converting to view format).
webresource
returns JS and CSS resources necessary for displaying nested content inview
formatwebresource.superbatch.uris.js
returns all common JS dependencieswebresource.superbatch.uris.css
returns all common CSS dependencieswebresource.uris.js
returns JS dependencies specific to conversionwebresource.uris.css
returns CSS dependencies specific to conversionembeddedContent
returns metadata for nested content (e.g. page included using page include macro)mediaToken
returns JWT token for retrieving attachment data from Media APImacroRenderedOutput
additionally converts body to view format