As a response, will get a file
GET https://api.walkme.com/public/v2/systems/{SYSTEM_GUID}/translations/jobs/{JOB_ID}/assets/{ASSET_ID}
PATH PARAMS
SYSTEM_GUID String
String
System GUID in the format of (8,4,4,4,12): XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
JOB_ID String
String
Id of the job
ASSET_ID String
String
Id of the asset
curl --location --request GET 'https://api.walkme.com/public/v2/systems/<system_id>/translations/jobs/<job_id>/assets/<asset_id>' \
--header 'Authorization: Bearer <token>'
Content-Type: application/octet-stream
Content-Disposition: attachment; filename=FILENAME
// XLIFF
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file target-language="298453" source-language="en-US" original="walkme" datatype="xml" product-version="1.0.0">
<body>
<group id="UserLanguageTask">
<group id="Type=Task, Id=2039013" menu-name="Untitled Onboarding Task">
<trans-unit id="Type=Task, Id=2039013.Name" deployable="Type=Task, Id=2039013">
<source>Task name</source>
<target>Task name translated</target>
</trans-unit>
</group>
</group>
</body>
</file>
</xliff>