I am currently unable to figure out how to obtain several custom fields via the API. The Excel extracts provide the columns I need, but I cannot find a v3 GET or POST protocol to obtain the desired fields.
From: api.surveymonkey.net/v3/surveys/[survey_id]/details
I see the desired fields:
- custom_variables.a = [Variable a Column Name]
- custom_variables.b = [Variable b Column Name]
With the following: api.surveymonkey.net/v3/surveys/[survey_id]/responses/bulk?page=[#]&per_page=[#]
- data.0.custom_value = blank
- data.0.recipient_id = blank
10/6/16 Update: Change Custom Variables Plan Requirement
Description of Changes: Make survey custom variables accessible to Gold plan and above.
Endpoints Affected: /surveys, /surveys/{id}, /surveys/{id}/responses/bulk, /collectors/{id}/responses/bulk, /surveys/{id}/responses/{id}, /collectors/{id}/responses/{id}, /surveys/{id}/responses/{id}/details, /collectors/{id}/responses/{id}/details
I hit my API call limit and have not been able to run the /collectors/{id}/responses yet. I thought it best to ask now and get the right answer (so I can finish off this project and hit my deadline when my "counter" gets reset). As information I am using Alteryx to make the calls, and once I get this piece completed will be posting the Workflow on the Alteryx site (to give a little back to the community).
Thank you in advance for your help!
-Drew