POST
https://api.walkme.com/public/v1/systems/:SYSTEM_GUID/translationFiles/import/:LANGUAGE_GUID
PATH PARAMS
SYSTEM_GUID String
String
System GUID in the format of (8,4,4,4,12): XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
LANGUAGE_GUID String
String
Language GUID in the format of (8,4,4,4,12): XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
BODY PARAMS
fileContent String
String
Required
The content of the file converted to base64
fileType String
String
The file type to be imported. Supported file types: XLIFF, XLSX, RESJSON
{
"fileContent":"UEsDBAo.........AAAAIAAA=",
"fileType":"XLSX"
}
{
"detail":"imported successfully",
"itemImportDetails":[
{
"status":"success",
"detail":"Imported Successfully",
"itemType":"ShoutOut",
"itemId":"140254"
},
{
"status":"success",
"detail":"Imported Successfully",
"itemType":"Tutorial",
"itemId":"279480"
},
{
"status":"success",
"detail":"Imported Successfully",
"itemType":"Tutorial",
"itemId":"279479"
}
]
}