Documentation - Api reference

Swagger information https://api.arche.isvisoft.com/swagger-ui.html

Endpoint for get the reports by POST: https://api.arche.isvisoft.com/report

Remember you must send a header with your token in each request.



Configuration

PropertyTypeDefaultDescription
REPORT SETTINGS   
landscapeBooleanfalseWhether report is landscape or not
footerString''Report footer
showCurrentDateBooleantrueWhether report display current date or not
type'pdf' | 'xls' | 'doc' | 'csv' | 'text' | 'html''pdf'Report will download in this format
subreportsArray[ ]Subreport list settings
SUBREPORT SETTINGS  LIST OF A SUBREPORT'S SETTINGS
titleString''Subreport title
infoLinesArray[ ]Subreport text lines
align'RIGHT' | 'LEFT' | 'CENTER''LEFT'Subreport text lines align
backgroundColorColumnsString'#C0C0C0'Background color of header's table
foregroundColorColumnsString'#000000'Foreground color of header's table
imageUrlString''Link to subreport image
imageString''

Only if imageUrl is empty

Subreport image Base64 encoded

columnsArray[ ]

Subreport columns settings

rowsArray[ ]

Subreport data rows

COLUMN SETTINGS  LIST OF A COLUMN'S SETTINGS
titleString'default title' 

Column title 

type'TEXT' | 'INTEGER' | 'DECIMAL''TEXT'

Column type

showTotalBooleanfalse

Only on DECIMAL and INTEGER type

Whether column display a sum of its rows

 

groupByBooleanfalse

Only on TEXT type

Whether group rows by this column