get
https://my.surveypal.com/api/rest/surveys
List user surveys.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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'