Note: To view specific examples of return formats and fields, follow the below links:
- Versions 4 and below Returned Fields
- 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.
json | api.alchemer.com/v4/survey/123456/surveypage/1.json |
pson | api.alchemer.com/v4/survey/123456/surveypage/1.pson |
xml | api.alchemer.com/v4/survey/123456/surveypage/1.xml |
debug | api.alchemer.com/v4/survey/123456/surveypage/1.debug |
jsonp* | api.alchemer.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.