API - List translated content
It’s possible to integrate translated content by various criteria. This operation is equivalent to iterate the files from the project "OUT\{target locale}" directory. It does not process directories other than OUT directory.
URL
(GET) /api/files/list?token={token}&locale={locale}&folder={folder}&pattern={pattern}
PARAMETERS
Parameters are:
token | The session token obtained when connecting. |
locale | The target language. This must be one of the project target languages. Language codes are ISO 2 letter codes such as “en”, “fr”, “en-GB”, “en-US”, etc. |
| You can distinguish from which folder posses data. For example, if the output folders are /out/x1 /out/x2 You can put in folder param Can be nullable (retrieve all folders) |
| The search string to match against the names of files in path. This parameter Can be nullable |
The file will be retrieved from the project output directory. Example: If you translated “folder1\myfile.xml”, the Spanish translation will be saved to “c:\beebox\{project id}\out\es\folder1\myfile.xml” and retrieved from there.
RESULTS
The method returns the list of translated files.
EXAMPLE
This is how files are stored internally in the Beebox.
[
"\\wesdsds.xliff"
] |
Copyright Wordbee - Buzzin' Outside the Box since 2008