Enhance Surveys Index API to Accept Additional Query Params for Filtering Results
I'd like to only request surveys that meet certain criteria (status, open date, close date, etc.). Can you please enhance this API to accept additional query params.
Example: get surveys that have a 'status' of 'enabled'.
curl -X GET -H "Authori...