Articles
List survey reports
List Survey Reports
Returns a list of all reports for the specified survey. Only the following report types are returned: Summary, TURF, and Profile. Standard (crosstab) reports are also included in the response.
Endpoint ...
Get survey report
Get Survey Report
Returns detailed information about a specified survey report.
Endpoint
GET
v5/survey/{survey_id}/surveyreport/{report_id}
Requires authentication
Path Parameters
...
Update survey report
Update Survey Report
Copies a specified survey report and optionally applies date filters to the copy. At this time, only copying a report is supported — you cannot add filters to an existing report via the API.
Endpoi...
Delete survey report
Delete Survey Report
Deletes a specified survey report. This action is permanent and cannot be undone.
Endpoint
DELETE
v5/survey/{survey_id}/surveyreport/{report_id}
Requires authentication
Pa...