Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

didThe document id. This must be a document within the scope.
localesNull 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:

  • Not specified (recommended): Depth is 100.
  • 0: Do not actually load any sub folders and thus includes just the basic information on the deliverable and the attachment root folder.
 locale
The language to get statistics for.

 

RESULTS

The message body contains a JSON object:

...