Get full list of csv files of a given report
ID of report to return
report-3c6e4cb4-9b74-40c8-8f4a-132c9d5e4ace
GET /strongcourage/MAIP/v1/reports/{reportId} HTTP/1.1 Host: virtserver.swaggerhub.com Accept: */*
Successful operation
{ "csvFiles": [ "1673907516.082856_0__data.csv" ] }
Get detail of a csv file of a given report
Name of the csv file to return
1673907516.082856_0__data.csv
GET /strongcourage/MAIP/v1/reports/{reportId}/{fileName} HTTP/1.1 Host: virtserver.swaggerhub.com Accept: */*
{ "content": "1,2,3,43,,4,5,5,6,6" }