This method has been deprecated in 2019 and is replaced with these API methods: resources/segments/reports
Generates an Excel report containing the revisions and comments per each filtered segment.
Note that the report prints information for a maximum of 10.000 segments.
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. |
Optional |
|
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 |
|
segments |
Total number of segments in the report. |
int |
|
rows |
Total number of Excel rows. Each row is one text version hence there are typically multiple rows per each segment. |
int |