Sign in

Get Survey Results

documented

Fetch results for a given survey.

Messenger Surveysno 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.txtlocal.com/get_survey_results/" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "apikey={{TEXTLOCAL_API_KEY}}&survey_id={{survey_id}}"