Create Report REST
Example of a HTTP Request to the brixxbox
Create Report REST
// POST call to https://app.brixxbox.net/w/{{Workspace}}/c/default/reporting/CreatePdf
{
"reportName": "addresslist",
//optional parameters
"archive": false, //optional, false is default
"configName": "address", //optional, only if you want to archive
"documentTypeId": 1, //optional, only valid if configName and parameter 'id' is set and archive is true
"culture": "de-DE", //optional, report has its defaults
"parameters": { //optional
"id": 1
}
}Last updated