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.
Property | Type | Default | Description |
---|---|---|---|
REPORT SETTINGS | |||
landscape | Boolean | false | Whether report is landscape or not |
footer | String | '' | Report footer |
showCurrentDate | Boolean | true | Whether report display current date or not |
type | 'pdf' | 'xls' | 'doc' | 'csv' | 'text' | 'html' | 'pdf' | Report will download in this format |
subreports | Array | [ ] | Subreport list settings |
SUBREPORT SETTINGS | LIST OF A SUBREPORT'S SETTINGS | ||
title | String | '' | Subreport title |
infoLines | Array | [ ] | Subreport text lines |
align | 'RIGHT' | 'LEFT' | 'CENTER' | 'LEFT' | Subreport text lines align |
backgroundColorColumns | String | '#C0C0C0' | Background color of header's table |
foregroundColorColumns | String | '#000000' | Foreground color of header's table |
imageUrl | String | '' | Link to subreport image |
image | String | '' | Only if imageUrl is empty Subreport image Base64 encoded |
columns | Array | [ ] | Subreport columns settings |
rows | Array | [ ] | Subreport data rows |
COLUMN SETTINGS | LIST OF A COLUMN'S SETTINGS | ||
title | String | 'default title' | Column title |
type | 'TEXT' | 'INTEGER' | 'DECIMAL' | 'TEXT' | Column type |
showTotal | Boolean | false | Only on DECIMAL and INTEGER type Whether column display a sum of its rows
|
groupBy | Boolean | false | Only on TEXT type Whether group rows by this column |