FDMEE - Execute report with REST API : How to download report?
Hi,
With REST API, we can execute report, but how can we get the report generated on the server?
Regards,
Hassan CHATIR.
-----------------------
Example of Request Body
The following shows an example of the request body in JSON format.
{
"jobType":"REPORT",
"jobName":"Dimension Map For POV (Dimension, Cat, Per)",
"reportFormatType":"PDF",
"parameters":{
"Dimension Name":"ENTITY",
"Category":"Actual",
"Period":"Jan15",
"Location":"Comma_Vision"
}
}
-----------------
Example of Response Body
The following shows an example of the response body in JSON format.
{
"links":
[
0]
"status":"-1",
"details":"null",
"jobId":"1885",
"jobStatus":"RUNNING",
"logFileName":"outbox/logs/1885.log",
"outputFileName":"outbox/reports",
"processType":"EXECUTE_REPORT",
"executedBy":"admin"
}