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 |
query | An optional query object. This allows to constrain the segments to include in the report. | Mandatory |
sloc | The source language. | Mandatory |
tloc | The target language. Revisions and comments are shown in this language only. | Mandatory |
mode | The type of report:
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 |