Private
clientConverts a content body from one format to another format asynchronously. Returns the asyncId for the asynchronous task.
Supported conversions:
No other conversions are supported at the moment. Once a conversion is completed, it will be available for 5 minutes at the result endpoint.
Permissions required: If request specifies 'contentIdContext', 'View' permission for the space, and permission to view the content.
Optional
callback: undefinedReturns the Asynchronous Content Body for the corresponding asyncId if the task is complete or returns the status of the task.
After the task is completed, the result can be obtained for 5 minutes, or until an identical conversion request is made again, with allowCache query param set to false.
Permissions required: If request specifies 'contentIdContext', 'View' permission for the space, and permission to view the content.
Returns the Asynchronous Content Body for the corresponding asyncId if the task is complete or returns the status of the task.
After the task is completed, the result can be obtained for 5 minutes, or until an identical conversion request is made again, with allowCache query param set to false.
Permissions required: If request specifies 'contentIdContext', 'View' permission for the space, and permission to view the content.
Optional
callback: undefinedConverts a content body from one format to another format.
Supported conversions:
Permissions required: If request specifies 'contentIdContext', 'View' permission for the space, and permission to view the content.
Converts a content body from one format to another format.
Supported conversions:
Permissions required: If request specifies 'contentIdContext', 'View' permission for the space, and permission to view the content.
Optional
callback: undefinedGenerated using TypeDoc v0.25.12
Converts a content body from one format to another format asynchronously. Returns the asyncId for the asynchronous task.
Supported conversions:
No other conversions are supported at the moment. Once a conversion is completed, it will be available for 5 minutes at the result endpoint.
Permissions required: If request specifies 'contentIdContext', 'View' permission for the space, and permission to view the content.