Sign in

Update survey report

documented

Copy/update a report (e.g., via _run parameter).

POST /survey/{survey_id}/surveyreport/{surveyreport_id}SurveyReportsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.alchemer.com/v4/survey/{{$survey_id}}/surveyreport/{{$surveyreport_id}}?_method=POST" \
  -X POST \
  -H \"Accept: application/json\" \
  -H \"Content-Type: application/json\" \
  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
  -d '{"copy": true, "_run": true, "title": "{{$title}}", "filter_dates": {"after": "{{$after_date}}", "before": "{{$before_date}}"}}'
Update survey report · surveygizmo · OpenIntegrations