Version 5 Returned Fields

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/v5/survey/123456/surveypage/1.json
psonrestapi.surveygizmo.com/v5/survey/123456/surveypage/1.pson
xmlrestapi.surveygizmo.com/v5/survey/123456/surveypage/1.xml
debugrestapi.surveygizmo.com/v5/survey/123456/surveypage/1.debug
jsonp*restapi.surveygizmo.com/v5/survey/123456/surveypage/1.jsonp

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

The API returns various fields for each object. The returned fields for many objects are straightforward. For more complex objects, we provide a list of the returned fields; check out the below linked documents for more info.