Yadav
Yadav

Reputation: 13

Survey monkey c# console integration

Please anyone provide some examples on c# Survey monkey integration console application?

Upvotes: 0

Views: 1682

Answers (2)

Anil
Anil

Reputation: 1108

Use SurveyMonkeyApi NuGet package.

Upvotes: 0

General Kandalaft
General Kandalaft

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

Related Questions