REST API: Reports

Methods


TypeVer.Command parameterParameters
Getters
GET3.2+downloadPdfReport treeType=<treeType>
nodeType=<nodeType>
nodeId=<id>
reportType=<reportType>
(i.e. "Complete_with_stats")
reportType=<reportStyle>
(i.e. "Standard")
Content of the PDF report is passed in the response body (with a application/pdf mime-type)
Example of success:

Example of failure:
Note:
The server will need a graphical environment to generate PDF report.
On headless systems, such as production linux servers you can use this as well but you will need to install a few libraries.

On each system it can be pretty different but on a headless ubuntu servers for instance you will need
to install those libs this way:

apt-get install libxrender1
apt-get install libfontconfig1
apt-get install libxext6
apt-get install libxmu6
apt-get install libxmuu1
GET5+downloadXmlReport treeType=<treeType>
nodeType=<nodeType>
nodeId=<id>
Content of the XML report is passed in the response body (with a application/xml mime-type)
Example of success:

Example of failure: