Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Generates an Excel report containing the revisions and comments per each filtered segment.

URL

(POST) /resources/timeline/report

PARAMETERS

The parameters are a JSON object included in the request body:

scope

The scope object.

Mandatory
queryAn optional query object. This allows to constrain the segments to include in the report.Optional
slocThe source language.Mandatory
tlocThe target language. Revisions and comments are shown in this language only.Mandatory
mode

The type of report:

  • "revisions": Print segments with human revisions
  • "postedits": Print segments with human editing of machine or pretranslations
  • "all": Print all segments

By default the system uses "revisions".

Optional

 

RESULTS

A JSON with these properties:

filetoken

A token that lets you download the Excel file.

Then open a browser page and direct to media/get/{token}/stream to then download the Excel.

string

 

 

 

 

  • No labels