Reputation: 13
Please anyone provide some examples on c# Survey monkey integration console application?
Upvotes: 0
Views: 1682
Reputation: 2285
Are you asking specifically on how to make API requests with C#? Or How to use the SurveyMonkey API.
The docs for the SurveyMonkey API can be found here. Just from doing some searching online, there is documentation on how to make web API requests in C# here.
There is an SDK for using the SurveyMonkey API in C# I've seen people use available here.
Hopefully any of those links can help you get started.
Upvotes: 1