Skip to content

File Registry API API (1.1.49)

Languages
Servers
Generated server url
https://pm-file-api.apx.com/

/fileRegistry

the File Registry REST API

Operations

/reporting

the Reporting REST API

Operations

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

Request

Query
reportPathstringrequired
reportFormatstringrequired
Enum"HTML_4_0""CSV""PSV""EXCEL""PDF""XML""IMAGE"
Bodyapplication/jsonrequiredArray [
keystringrequired

Name of the specific report parameter

valuestringrequired

Value for the specific report parameter

]
curl -i -X PUT \
  'https://pm-file-api.apx.com/reporting/getReport?reportPath=string&reportFormat=HTML_4_0' \
  -H 'Content-Type: application/json' \
  -d '[
    {
      "key": "string",
      "value": "string"
    }
  ]'

Responses

A report file

Body*/*Array [
string(byte)
]
Response
No content