Reports
Get full list of csv files of a given report
Path parameters
reportIdstringRequiredExample:
ID of report to return
report-3c6e4cb4-9b74-40c8-8f4a-132c9d5e4aceResponses
200
Successful operation
application/json
csvFilesstring[]OptionalExample:
1673907516.082856_0__data.csvget
/reports/{reportId}200
Successful operation
Get detail of a csv file of a given report
Path parameters
reportIdstringRequiredExample:
ID of report to return
report-3c6e4cb4-9b74-40c8-8f4a-132c9d5e4acefileNamestringRequiredExample:
Name of the csv file to return
1673907516.082856_0__data.csvResponses
200
Successful operation
application/json
contentstringOptionalExample:
1,2,3,43,,4,5,5,6,6get
/reports/{reportId}/{fileName}200
Successful operation