PartStudio
Asynchronously export a Part Studio to another format.
Creates an asynchronous export of a Part Studio to another file format.
- Can take longer than synchronous export options, but supports more formats and provides more control on tessellation and other settings.
- Use formatName in the JSON request body to specify the export file type. Use Translations/getAllTranslatorFormats to get a list of valid export file formats. `
- Set storeInDocument to false to export to a data file. Set to true to export to a blob element in the same document.
- See API Guide: Asynchronous Exports for more details.
post/partstudios/d/{did}/{wv}/{wvid}/e/{eid}/translations
Path parameters
didstring required
Document ID.
wvstring required
One of w or v corresponding to whether a workspace or version was specified.
wvidstring required
Workspace (w) or Version (v) ID.
eidstring required
Element ID.
Response
default response