In preparation for OPT-1342 I agreed to the following changes to our report REST-API with Sebastian:
Report Structure Changes:
- reportType: process, decision (instead of single,combined)
- combined: true/false
Create endpoints:
instead of type specific endpoints use one common endpoint with the following payload properties
- reportType
- combined
Evaluate endpoints:
instead of type specific endpoints use one common endpoint with the following payload properties
- reportType
- combined
- data
AT:
- REST-API documentation is adjusted accordingly
- api changes are implemented according to the documentation
- where appropriate enums are used instead of string fields in java classes
This is the controller panel for Smart Panels app
- is depended on by
-
OPT-1342 I can create reports for DMN tables using the Optimize Rest-API
- Done