-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
-
Not defined
When calling the endpoint manually for the raw data JSON Export, the server is unable to find the correct method. This is because there is a "/" missing in the path description.
Moreover the name of the query parameter 'searchRequestId' is not consistent with its counterpart in the response 'scrollId'. For more intuitive usage, they should be both named 'searchRequestId'
Steps to reproduce:
- Call the endpoint GET api/public/export/report/4{reportId}/result/json?limit=1&paginationTimeout=60
This is the controller panel for Smart Panels app
Endpoint path missing a / and inconsistent variable naming
-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
-
Not defined
When calling the endpoint manually for the raw data JSON Export, the server is unable to find the correct method. This is because there is a "/" missing in the path description.
Moreover the name of the query parameter 'searchRequestId' is not consistent with its counterpart in the response 'scrollId'. For more intuitive usage, they should be both named 'searchRequestId'
Steps to reproduce:
- Call the endpoint GET api/public/export/report/4{reportId}/result/json?limit=1&paginationTimeout=60