Gets full information regarding the files related to a bee document and its source and target languages.
- The document: Either the original document or a deliverable
- The attachments
- Tree view into all the files
- Full information on access rights: Can download, Can edit, etc.
a business analytical oriented view into all translations of a document.
Provides details on:
- Who edited how many text
- Time spent with translations and edits
- Quality metrics
URL
(POST) /resources/filesstatistics/getba
PARAMETERS
The message body contains a JSON object:
scope | The scope object. Note that if you use a document set or global search scope, you will receive an "available" = false result. In fact these scopes do not support files. | |
did | The document id. This must be a document within the scope. | |
locales | Null or optional list of locales you want to get information for. If null then you get info for all the authorized locales in scope. | |
populateDepth | Null or optional depth of file structure to load:
| The language to get statistics for. |
RESULTS
The message body contains a JSON object:
...