BlobElement
Export a blob element to another format.
- Use formatName in the JSON request body to specify the export file type. Use [Translations/getAllTranslatorFormats]#/Translation/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: Model Translation for more details.
post/blobelements/d/{did}/{wv}/{wvid}/e/{eid}/translations
Path parameters
didstring required
The id of the document in which to perform the operation.
wv'w' | 'v' required
Indicates which of workspace (w) or version (v) id is specified below.
wvidstring required
The id of the workspace, version in which the operation should be performed.
eidstring required
The id of the element in which to perform the operation.
Query parameters
linkDocumentIdstring
The id of the document through which the above document should be accessed; only applicable when accessing a version of the document. This allows a user who has access to document a to see data from document b, as long as document b has been linked to document a by a user who has permission to both.
Response
default response