Get full list of csv files of a given report
/reports/{reportId}
ID of report to return
report-3c6e4cb4-9b74-40c8-8f4a-132c9d5e4ace
curl -L \ --url 'https://virtserver.swaggerhub.com/strongcourage/MAIP/v1/reports/{reportId}'
{ "csvFiles": [ "1673907516.082856_0__data.csv" ] }
Get detail of a csv file of a given report
/reports/{reportId}//{fileName}
Name of the csv file to return
1673907516.082856_0__data.csv
curl -L \ --url 'https://virtserver.swaggerhub.com/strongcourage/MAIP/v1/reports/{reportId}/{fileName}'
{ "content": "1,2,3,43,,4,5,5,6,6" }