Skip to main content

API - Export translation memory

Method exports memory into xliff file

URL

CODE
(GET) /api/texts/tm/xliff?token={token}&filename={filename}&filter={filter}&folder={folder}&file={file}&projectonly={projectonly}&skip={skip}&count={count}

PARAMETERS

Parameters are:

token

The session token obtained when connecting.

filename

Optional. File name was given to the download. If not set, uses "export.xlf"

Can be null

filter

Use "resourceId" to specify a specific memory. Otherwise, it’s project memory.
Specify the target locale. Otherwise, the method selects the first target locale in the memory

Can be null

folder

Optional. If set, only get contents with this filename

file

Optional. If set, only get contents with this folder name

Can be null

projectonly

If you specify project memory, indicate whether only to export contents for which files
exist in the folder or any contents.

Can be null

skip

Integer

Can be null

count

If 0 then unlimited size

Can be null

RESULTS

The method returns no result. An HTTP status of 200 indicates success.

See HTTP status values for error handling.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.