Produces an HTML version, ready-to-display with the most recent transactions. It includes project details, Flex container details and the language print names.
In comparison, apps/wbflex/documents/{id}/log returns the raw and unprepared information on all push operations. It lacks the data such as project name or document name which one needs to produce end-user reports.
URL
(GET) /api/apps/wbflex/documents/{id}/log/report/html
PARAMETERS
URL parameters are:
|
id |
Specify either a document ID (such as 1000) or a job ID (such as c300). |
int/string, Mandatory |
|
take |
Optional number between 1 and 200. Default is 100. Retrieve up to this number of most recent commit details. |
int?, Optional |
|
bodyOnly |
Optional, default is false.
|
bool?, Optional |
RESULTS
HTML content.
Results are explained here: apps/wbflex/transactions/{id}/log/html