Get All Surveys

Sort By Multiple Fields

To sort by multiple fields, you can add the "sort_by" parameter more than once in the query. The following example will sort the surveys by the survey title in ascending order and date created in descending.

https://api.smartsurvey.io/v1/surveys?sort_by=title,asc&sort_by=date_created,desc
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!