Run a MarketSuite Report and receive the results in the specified format.

Request
query Parameters
reportPath
required
string
reportFormat
required
string
Enum: "HTML_4_0" "CSV" "PSV" "EXCEL" "PDF" "XML" "IMAGE"
Request Body schema: application/json
required
Array
key
required
string

Name of the specific report parameter

value
required
string

Value for the specific report parameter

Responses
200

A report file

400

Invalid input parameters

401

The user does not have authorization to perform this operation

500

Internal server error

503

Internal server error

put/reporting/getReport
Request samples
application/json
[
  • {
    }
]
Response samples
application/json
{
  • "cause": {
    },
  • "stackTrace": [
    ],
  • "innerExceptions": {
    },
  • "method": "string",
  • "message": "string",
  • "localizedMessage": "string",
  • "suppressed": [
    ]
}