Hi All, SurveyGizmo is a survey tool which used to analyze in-depth data collection and report on and integrate it into business processes. Automated analysis is done, so it is easy to see correlations, patterns, and trends between questions.
We can find API Documentation in https://apihelp.surveygizmo.com/help <http://developers.freshdesk.com/api/> SurveyGizmo is REST based API. We can authenticate API using API key and secret Key. There are 5 versions in this API. In intial versions we can authenticate using username and password. But now we can authenticate using API key and Secret Key. I have selected following methods for the implementation: *Campaigns* createCampaign: Create a new Campaign getCampaignById: Get the campaign by Id listCampaigns: List all campaigns for survey updateCampaign: Update or Copy an existing Campaign. *Contacts* getContactListById: Get contact list by ID. listContactLists: List all contact lists. *SurveyResponses* listResponses: List all responses to to a survey. *Survey* createSurvey: Create a new survey. listSurveys: List all surveys. getSurveyById: Get the survey by ID updateSurvey: Update or Copy an existing survey. I will update findings. Thanks. Best Regards, Yashothara.S Software Engineer WSO2 http://wso2.com https://wso2.com/signature <https://www.google.com/url?q=https%3A%2F%2Fwso2.com%2Fsignature&sa=D&sntz=1&usg=AFQjCNFqSCK3YQC9g0l53f6yjvsVrxRHXg>
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
