POST
https://api.walkme.com/public/v1/systems/:SYSTEM_GUID/translationFiles/import/:LANGUAGE_GUID
PATH PARAMS
SYSTEM_GUID String
StringSystem GUID in the format of (8,4,4,4,12): XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
LANGUAGE_GUID String
StringLanguage GUID in the format of (8,4,4,4,12): XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
BODY PARAMS
fileContent String
StringRequired
The content of the file converted to base64
fileType String
StringThe 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"
      }
   ]
}