Return Formats

Note: To view specific examples of return formats and fields, follow the below links:

The API returns data as json by default, but you can also choose to return data in pson, xml and a 'debug' format. Simply specify the format as the file extension in the url.

jsonrestapi.surveygizmo.com/v4/survey/123456/surveypage/1.json
psonrestapi.surveygizmo.com/v4/survey/123456/surveypage/1.pson
xmlrestapi.surveygizmo.com/v4/survey/123456/surveypage/1.xml
debugrestapi.surveygizmo.com/v4/survey/123456/surveypage/1.debug
jsonp*restapi.surveygizmo.com/v4/survey/123456/surveypage/1.jsonp

*We recommend creating a new API Key and restricting this API Key to GET access when using jsonp.