Get Survey Details
documentedRetrieve details for a specific 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.textlocal.in/get_survey_details/" \
-G \
-d "apikey={{TEXTLOCAL_API_KEY}}" \
-d "survey_id={{$survey_id}}" \
-d "format={{format}}" \
-H "Accept: application/json"