Export report
POST https://rest.webropolsurveys.com/api/v1/surveys/{{SurveyId}}/reports/exports/{{ReportId}}
URL: /surveys/{{surveyid}}/reports/exports/{{reportid}}
Adds the report to the export queue and returns a Queued Export Id.
After that the report can be downloaded using /surveys/{{surveyid}}/reports/{{reportid}}/exports/{{queuedexportid}}.
Data Fields
Use the format indicator in the request body to set the desired output format.
ExportFormat (optional): 'Pdf', 'Ppt', 'ExcelRow' or 'ExcelTabs
Request Body
{"ExportFormat"=>"Pdf"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |