List user surveys.

This method allows the user to fetch surveys owned by the user.

curl -i -X GET \
   -H "Authorization: Basic YOUR-USERNAME-AND-TOKEN-BASE64-ENCODED" \
   -H "Accept:application/json" \
 'https://my.surveypal.com/api/rest/surveys?published=:published&styleRevision=:styleRevision&from=:from&to=:to&offset=:offset&limit=:limit'
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!