survey_monkey_swagger_client 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +9 -0
- data/README.md +1381 -0
- data/Rakefile +8 -0
- data/docs/BenchmarksApi.md +188 -0
- data/docs/COLLECTORIDMessagesBody.md +10 -0
- data/docs/COLLECTORIDResponsesBody.md +8 -0
- data/docs/CONTACTLISTIDCopyBody.md +7 -0
- data/docs/CollectorsAndInviteMessagesApi.md +875 -0
- data/docs/CollectorsCOLLECTORIDBody.md +12 -0
- data/docs/CollectorsCOLLECTORIDBody1.md +13 -0
- data/docs/ContactFieldsCONTACTFIELDIDBody.md +7 -0
- data/docs/ContactListsCONTACTLISTIDBody.md +7 -0
- data/docs/ContactListsCONTACTLISTIDBody1.md +7 -0
- data/docs/ContactsAndContactListsApi.md +890 -0
- data/docs/ContactsBulkBody.md +7 -0
- data/docs/ContactsBulkBody1.md +7 -0
- data/docs/ContactsCONTACTIDBody.md +10 -0
- data/docs/ContactsCONTACTIDBody1.md +10 -0
- data/docs/ErrorsApi.md +89 -0
- data/docs/InlineResponse200.md +11 -0
- data/docs/InlineResponse201.md +27 -0
- data/docs/LanguagesLocaleBody.md +8 -0
- data/docs/LanguagesLocaleBody1.md +8 -0
- data/docs/MESSAGEIDRecipientsBody.md +7 -0
- data/docs/MESSAGEIDSendBody.md +7 -0
- data/docs/MessagesMESSAGEIDBody.md +9 -0
- data/docs/MessagesMESSAGEIDBody1.md +9 -0
- data/docs/Model310099766CollectorsBody.md +7 -0
- data/docs/Model310099766PagesBody.md +7 -0
- data/docs/PAGEIDQuestionsBody.md +11 -0
- data/docs/PagesPAGEIDBody.md +7 -0
- data/docs/PagesPAGEIDBody1.md +7 -0
- data/docs/QuestionsQUESTIONIDBody.md +11 -0
- data/docs/QuestionsQUESTIONIDBody1.md +11 -0
- data/docs/RecipientsBulkBody.md +9 -0
- data/docs/ResponseCountsAndTrendsApi.md +277 -0
- data/docs/ResponsesRESPONSEIDBody.md +8 -0
- data/docs/ResponsesRESPONSEIDBody1.md +7 -0
- data/docs/SurveyFoldersFolderIdBody.md +7 -0
- data/docs/SurveyFolders_Api.md +236 -0
- data/docs/SurveyResponsesApi.md +481 -0
- data/docs/Surveys310099766Body.md +7 -0
- data/docs/Surveys310099766Body1.md +8 -0
- data/docs/SurveysPagesAndQuestionsApi.md +967 -0
- data/docs/TranslationsForMultilingualSurveysApi.md +244 -0
- data/docs/UsersAndGroupsApi.md +212 -0
- data/docs/V3ContactListsBody.md +7 -0
- data/docs/V3ContactsBody.md +10 -0
- data/docs/V3SurveyFoldersBody.md +7 -0
- data/docs/V3SurveysBody.md +7 -0
- data/docs/V3WebhooksBody.md +11 -0
- data/docs/V3collectorsCOLLECTORIDmessagesMESSAGEIDrecipientsbulkContacts.md +11 -0
- data/docs/V3collectorsCOLLECTORIDmessagesMESSAGEIDrecipientsbulkCustomFields.md +12 -0
- data/docs/V3collectorsCOLLECTORIDmessagesMESSAGEIDrecipientsbulkExtraFields.md +8 -0
- data/docs/V3collectorsCOLLECTORIDresponsesAnswers.md +7 -0
- data/docs/V3collectorsCOLLECTORIDresponsesPages.md +8 -0
- data/docs/V3collectorsCOLLECTORIDresponsesQuestions.md +8 -0
- data/docs/V3contactListsCONTACTLISTIDcontactsbulkContacts.md +10 -0
- data/docs/V3contactsbulkContacts.md +10 -0
- data/docs/V3surveys310099766pagesPAGEIDquestionsAnswers.md +7 -0
- data/docs/V3surveys310099766pagesPAGEIDquestionsAnswersChoices.md +9 -0
- data/docs/V3surveys310099766pagesPAGEIDquestionsHeadings.md +8 -0
- data/docs/V3surveys310099766pagesPAGEIDquestionsQUESTIONIDAnswers.md +7 -0
- data/docs/V3surveys310099766pagesPAGEIDquestionsQUESTIONIDAnswersChoices.md +9 -0
- data/docs/V3surveys310099766pagesPAGEIDquestionsRandomAssignment.md +8 -0
- data/docs/V3surveyssurveyIdlanguageslocaleTranslations.md +10 -0
- data/docs/WebhooksApi.md +285 -0
- data/docs/WebhooksWEBHOOKIDBody.md +12 -0
- data/docs/WebhooksWEBHOOKIDBody1.md +12 -0
- data/git_push.sh +55 -0
- data/lib/survey_monkey_swagger_client/api/benchmarks_api.rb +236 -0
- data/lib/survey_monkey_swagger_client/api/collectors_and_invite_messages_api.rb +1076 -0
- data/lib/survey_monkey_swagger_client/api/contacts_and_contact_lists_api.rb +1050 -0
- data/lib/survey_monkey_swagger_client/api/errors_api.rb +116 -0
- data/lib/survey_monkey_swagger_client/api/response_counts_and_trends_api.rb +344 -0
- data/lib/survey_monkey_swagger_client/api/survey_folders__api.rb +286 -0
- data/lib/survey_monkey_swagger_client/api/survey_responses_api.rb +596 -0
- data/lib/survey_monkey_swagger_client/api/surveys_pages_and_questions_api.rb +1152 -0
- data/lib/survey_monkey_swagger_client/api/translations_for_multilingual_surveys_api.rb +310 -0
- data/lib/survey_monkey_swagger_client/api/users_and_groups_api.rb +260 -0
- data/lib/survey_monkey_swagger_client/api/webhooks_api.rb +344 -0
- data/lib/survey_monkey_swagger_client/api_client.rb +387 -0
- data/lib/survey_monkey_swagger_client/api_error.rb +57 -0
- data/lib/survey_monkey_swagger_client/configuration.rb +198 -0
- data/lib/survey_monkey_swagger_client/models/collector_id_messages_body.rb +233 -0
- data/lib/survey_monkey_swagger_client/models/collector_id_responses_body.rb +217 -0
- data/lib/survey_monkey_swagger_client/models/collectors_collector_id_body.rb +251 -0
- data/lib/survey_monkey_swagger_client/models/collectors_collector_id_body_1.rb +260 -0
- data/lib/survey_monkey_swagger_client/models/contact_fields_contact_field_id_body.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/contact_list_id_copy_body.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/contact_lists_contact_list_id_body.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/contact_lists_contact_list_id_body_1.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/contacts_bulk_body.rb +208 -0
- data/lib/survey_monkey_swagger_client/models/contacts_bulk_body_1.rb +208 -0
- data/lib/survey_monkey_swagger_client/models/contacts_contact_id_body.rb +233 -0
- data/lib/survey_monkey_swagger_client/models/contacts_contact_id_body_1.rb +233 -0
- data/lib/survey_monkey_swagger_client/models/inline_response_200.rb +244 -0
- data/lib/survey_monkey_swagger_client/models/inline_response_201.rb +386 -0
- data/lib/survey_monkey_swagger_client/models/languages_locale_body.rb +217 -0
- data/lib/survey_monkey_swagger_client/models/languages_locale_body_1.rb +217 -0
- data/lib/survey_monkey_swagger_client/models/message_id_recipients_body.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/message_id_send_body.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/messages_message_id_body.rb +224 -0
- data/lib/survey_monkey_swagger_client/models/messages_message_id_body_1.rb +224 -0
- data/lib/survey_monkey_swagger_client/models/model_310099766_collectors_body.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/model_310099766_pages_body.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/page_id_questions_body.rb +244 -0
- data/lib/survey_monkey_swagger_client/models/pages_page_id_body.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/pages_page_id_body_1.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/questions_question_id_body.rb +244 -0
- data/lib/survey_monkey_swagger_client/models/questions_question_id_body_1.rb +244 -0
- data/lib/survey_monkey_swagger_client/models/recipients_bulk_body.rb +230 -0
- data/lib/survey_monkey_swagger_client/models/responses_response_id_body.rb +217 -0
- data/lib/survey_monkey_swagger_client/models/responses_response_id_body_1.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/survey_folders_folder_id_body.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/surveys_310099766_body.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/surveys_310099766_body_1.rb +215 -0
- data/lib/survey_monkey_swagger_client/models/v3_contact_lists_body.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/v3_contacts_body.rb +233 -0
- data/lib/survey_monkey_swagger_client/models/v3_survey_folders_body.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/v3_surveys_body.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/v3_webhooks_body.rb +244 -0
- data/lib/survey_monkey_swagger_client/models/v3collectors_collector_i_dmessages_message_i_drecipientsbulk_contacts.rb +242 -0
- data/lib/survey_monkey_swagger_client/models/v3collectors_collector_i_dmessages_message_i_drecipientsbulk_custom_fields.rb +251 -0
- data/lib/survey_monkey_swagger_client/models/v3collectors_collector_i_dmessages_message_i_drecipientsbulk_extra_fields.rb +215 -0
- data/lib/survey_monkey_swagger_client/models/v3collectors_collector_i_dresponses_answers.rb +206 -0
- data/lib/survey_monkey_swagger_client/models/v3collectors_collector_i_dresponses_pages.rb +217 -0
- data/lib/survey_monkey_swagger_client/models/v3collectors_collector_i_dresponses_questions.rb +217 -0
- data/lib/survey_monkey_swagger_client/models/v3contact_lists_contact_list_i_dcontactsbulk_contacts.rb +233 -0
- data/lib/survey_monkey_swagger_client/models/v3contactsbulk_contacts.rb +233 -0
- data/lib/survey_monkey_swagger_client/models/v3surveys310099766pages_page_i_dquestions_answers.rb +208 -0
- data/lib/survey_monkey_swagger_client/models/v3surveys310099766pages_page_i_dquestions_answers_choices.rb +224 -0
- data/lib/survey_monkey_swagger_client/models/v3surveys310099766pages_page_i_dquestions_headings.rb +215 -0
- data/lib/survey_monkey_swagger_client/models/v3surveys310099766pages_page_i_dquestions_question_id_answers.rb +208 -0
- data/lib/survey_monkey_swagger_client/models/v3surveys310099766pages_page_i_dquestions_question_id_answers_choices.rb +224 -0
- data/lib/survey_monkey_swagger_client/models/v3surveys310099766pages_page_i_dquestions_random_assignment.rb +215 -0
- data/lib/survey_monkey_swagger_client/models/v3surveyssurvey_idlanguageslocale_translations.rb +233 -0
- data/lib/survey_monkey_swagger_client/models/webhooks_webhook_id_body.rb +253 -0
- data/lib/survey_monkey_swagger_client/models/webhooks_webhook_id_body_1.rb +253 -0
- data/lib/survey_monkey_swagger_client/version.rb +14 -0
- data/lib/survey_monkey_swagger_client.rb +104 -0
- data/spec/.DS_Store +0 -0
- data/spec/api/benchmarks_api_spec.rb +82 -0
- data/spec/api/collectors_and_invite_messages_api_spec.rb +267 -0
- data/spec/api/contacts_and_contact_lists_api_spec.rb +266 -0
- data/spec/api/errors_api_spec.rb +56 -0
- data/spec/api/response_counts_and_trends_api_spec.rb +106 -0
- data/spec/api/survey_folders__api_spec.rb +94 -0
- data/spec/api/survey_responses_api_spec.rb +161 -0
- data/spec/api/surveys_pages_and_questions_api_spec.rb +288 -0
- data/spec/api/translations_for_multilingual_surveys_api_spec.rb +98 -0
- data/spec/api/users_and_groups_api_spec.rb +89 -0
- data/spec/api/webhooks_api_spec.rb +107 -0
- data/spec/api_client_spec.rb +225 -0
- data/spec/base_object_spec.rb +109 -0
- data/spec/configuration_spec.rb +41 -0
- data/spec/models/collector_id_messages_body_spec.rb +58 -0
- data/spec/models/collector_id_responses_body_spec.rb +46 -0
- data/spec/models/collectors_collector_id_body_1_spec.rb +76 -0
- data/spec/models/collectors_collector_id_body_spec.rb +70 -0
- data/spec/models/contact_fields_contact_field_id_body_spec.rb +40 -0
- data/spec/models/contact_list_id_copy_body_spec.rb +40 -0
- data/spec/models/contact_lists_contact_list_id_body_1_spec.rb +40 -0
- data/spec/models/contact_lists_contact_list_id_body_spec.rb +40 -0
- data/spec/models/contacts_bulk_body_1_spec.rb +40 -0
- data/spec/models/contacts_bulk_body_spec.rb +40 -0
- data/spec/models/contacts_contact_id_body_1_spec.rb +58 -0
- data/spec/models/contacts_contact_id_body_spec.rb +58 -0
- data/spec/models/inline_response_200_spec.rb +64 -0
- data/spec/models/inline_response_201_spec.rb +160 -0
- data/spec/models/languages_locale_body_1_spec.rb +46 -0
- data/spec/models/languages_locale_body_spec.rb +46 -0
- data/spec/models/message_id_recipients_body_spec.rb +40 -0
- data/spec/models/message_id_send_body_spec.rb +40 -0
- data/spec/models/messages_message_id_body_1_spec.rb +52 -0
- data/spec/models/messages_message_id_body_spec.rb +52 -0
- data/spec/models/model_310099766_collectors_body_spec.rb +40 -0
- data/spec/models/model_310099766_pages_body_spec.rb +40 -0
- data/spec/models/page_id_questions_body_spec.rb +64 -0
- data/spec/models/pages_page_id_body_1_spec.rb +40 -0
- data/spec/models/pages_page_id_body_spec.rb +40 -0
- data/spec/models/questions_question_id_body_1_spec.rb +64 -0
- data/spec/models/questions_question_id_body_spec.rb +64 -0
- data/spec/models/recipients_bulk_body_spec.rb +52 -0
- data/spec/models/responses_response_id_body_1_spec.rb +40 -0
- data/spec/models/responses_response_id_body_spec.rb +46 -0
- data/spec/models/survey_folders_folder_id_body_spec.rb +40 -0
- data/spec/models/surveys_310099766_body_1_spec.rb +46 -0
- data/spec/models/surveys_310099766_body_spec.rb +40 -0
- data/spec/models/v3_contact_lists_body_spec.rb +40 -0
- data/spec/models/v3_contacts_body_spec.rb +58 -0
- data/spec/models/v3_survey_folders_body_spec.rb +40 -0
- data/spec/models/v3_surveys_body_spec.rb +40 -0
- data/spec/models/v3_webhooks_body_spec.rb +64 -0
- data/spec/models/v3collectors_collector_i_dmessages_message_i_drecipientsbulk_contacts_spec.rb +64 -0
- data/spec/models/v3collectors_collector_i_dmessages_message_i_drecipientsbulk_custom_fields_spec.rb +70 -0
- data/spec/models/v3collectors_collector_i_dmessages_message_i_drecipientsbulk_extra_fields_spec.rb +46 -0
- data/spec/models/v3collectors_collector_i_dresponses_answers_spec.rb +40 -0
- data/spec/models/v3collectors_collector_i_dresponses_pages_spec.rb +46 -0
- data/spec/models/v3collectors_collector_i_dresponses_questions_spec.rb +46 -0
- data/spec/models/v3contact_lists_contact_list_i_dcontactsbulk_contacts_spec.rb +58 -0
- data/spec/models/v3contactsbulk_contacts_spec.rb +58 -0
- data/spec/models/v3surveys310099766pages_page_i_dquestions_answers_choices_spec.rb +52 -0
- data/spec/models/v3surveys310099766pages_page_i_dquestions_answers_spec.rb +40 -0
- data/spec/models/v3surveys310099766pages_page_i_dquestions_headings_spec.rb +46 -0
- data/spec/models/v3surveys310099766pages_page_i_dquestions_question_id_answers_choices_spec.rb +52 -0
- data/spec/models/v3surveys310099766pages_page_i_dquestions_question_id_answers_spec.rb +40 -0
- data/spec/models/v3surveys310099766pages_page_i_dquestions_random_assignment_spec.rb +46 -0
- data/spec/models/v3surveyssurvey_idlanguageslocale_translations_spec.rb +58 -0
- data/spec/models/webhooks_webhook_id_body_1_spec.rb +70 -0
- data/spec/models/webhooks_webhook_id_body_spec.rb +70 -0
- data/spec/spec_helper.rb +110 -0
- data/survey_monkey_swagger_client.gemspec +38 -0
- metadata +387 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: c34d419e515f935e1ac759d867bbcc80f401a75f4afc816e2c2d9d0ea232f035
|
|
4
|
+
data.tar.gz: 1fa802de4fae37ce89fc398956b96e9d62fa17045ebd0ce43663f39b0fb6fa20
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 837f6fa77e17d290969158d0ba3d3ac3b18bb949755ebffd83cf943499f115c0b349d0b4ecf2dbb53af3a070c8ff91aea0c6762c9cd907da60eaabc49fd66bfc
|
|
7
|
+
data.tar.gz: 8f221ed5c5142a2cbb3435fe20edf0dbc01367b685f558db4d29f69a664a0d700683ebf64daa3fe4f040f5b425f93f2788b994d23a67f6f7a43f13fb0e46db4d
|
data/Gemfile
ADDED
data/README.md
ADDED
|
@@ -0,0 +1,1381 @@
|
|
|
1
|
+
# survey_monkey_swagger_client
|
|
2
|
+
|
|
3
|
+
SurveyMonkeySwaggerClient - the Ruby gem for the SurveyMonkey API V3
|
|
4
|
+
|
|
5
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
|
|
7
|
+
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
8
|
+
|
|
9
|
+
- API version: 1.0.0
|
|
10
|
+
- Package version: 1.0.0
|
|
11
|
+
- Build package: io.swagger.codegen.v3.generators.ruby.RubyClientCodegen
|
|
12
|
+
|
|
13
|
+
## Installation
|
|
14
|
+
|
|
15
|
+
### Build a gem
|
|
16
|
+
|
|
17
|
+
To build the Ruby code into a gem:
|
|
18
|
+
|
|
19
|
+
```shell
|
|
20
|
+
gem build survey_monkey_swagger_client.gemspec
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
Then either install the gem locally:
|
|
24
|
+
|
|
25
|
+
```shell
|
|
26
|
+
gem install ./survey_monkey_swagger_client-1.0.0.gem
|
|
27
|
+
```
|
|
28
|
+
(for development, run `gem install --dev ./survey_monkey_swagger_client-1.0.0.gem` to install the development dependencies)
|
|
29
|
+
|
|
30
|
+
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
31
|
+
|
|
32
|
+
Finally add this to the Gemfile:
|
|
33
|
+
|
|
34
|
+
gem 'survey_monkey_swagger_client', '~> 1.0.0'
|
|
35
|
+
|
|
36
|
+
### Install from Git
|
|
37
|
+
|
|
38
|
+
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
|
|
39
|
+
|
|
40
|
+
gem 'survey_monkey_swagger_client', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
|
|
41
|
+
|
|
42
|
+
### Include the Ruby code directly
|
|
43
|
+
|
|
44
|
+
Include the Ruby code directly using `-I` as follows:
|
|
45
|
+
|
|
46
|
+
```shell
|
|
47
|
+
ruby -Ilib script.rb
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
## Getting Started
|
|
51
|
+
|
|
52
|
+
Please follow the [installation](#installation) procedure and then run the following code:
|
|
53
|
+
```ruby
|
|
54
|
+
# Load the gem
|
|
55
|
+
require 'survey_monkey_swagger_client'
|
|
56
|
+
|
|
57
|
+
api_instance = SurveyMonkeySwaggerClient::BenchmarksApi.new
|
|
58
|
+
|
|
59
|
+
begin
|
|
60
|
+
#Get a list of benchmark bundles
|
|
61
|
+
api_instance.get_a_list_of_benchmark_bundles
|
|
62
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
63
|
+
puts "Exception when calling BenchmarksApi->get_a_list_of_benchmark_bundles: #{e}"
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
api_instance = SurveyMonkeySwaggerClient::BenchmarksApi.new
|
|
67
|
+
bundle_id = 'bundle_id_example' # String |
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
begin
|
|
71
|
+
#Get a list of benchmark bundles details
|
|
72
|
+
api_instance.get_a_list_of_benchmark_bundles_details(bundle_id)
|
|
73
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
74
|
+
puts "Exception when calling BenchmarksApi->get_a_list_of_benchmark_bundles_details: #{e}"
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
api_instance = SurveyMonkeySwaggerClient::BenchmarksApi.new
|
|
78
|
+
bundle_id = 'bundle_id_example' # String |
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
begin
|
|
82
|
+
#Get bundle benchmark
|
|
83
|
+
api_instance.get_bundle_benchmark(bundle_id)
|
|
84
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
85
|
+
puts "Exception when calling BenchmarksApi->get_bundle_benchmark: #{e}"
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
api_instance = SurveyMonkeySwaggerClient::BenchmarksApi.new
|
|
89
|
+
page_id = 'page_id_example' # String |
|
|
90
|
+
question_id = 'question_id_example' # String |
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
begin
|
|
94
|
+
#Get question benchmark
|
|
95
|
+
api_instance.get_question_benchmark(page_id, question_id)
|
|
96
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
97
|
+
puts "Exception when calling BenchmarksApi->get_question_benchmark: #{e}"
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
101
|
+
collector_id = 'collector_id_example' # String |
|
|
102
|
+
message_id = 'message_id_example' # String |
|
|
103
|
+
opts = {
|
|
104
|
+
body: SurveyMonkeySwaggerClient::MESSAGEIDRecipientsBody.new # MESSAGEIDRecipientsBody |
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
begin
|
|
108
|
+
#Add recipient to a message
|
|
109
|
+
api_instance.add_recipient_to_a_message(collector_id, message_id, opts)
|
|
110
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
111
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->add_recipient_to_a_message: #{e}"
|
|
112
|
+
end
|
|
113
|
+
|
|
114
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
115
|
+
collector_id = 'collector_id_example' # String |
|
|
116
|
+
opts = {
|
|
117
|
+
body: SurveyMonkeySwaggerClient::COLLECTORIDMessagesBody.new # COLLECTORIDMessagesBody |
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
begin
|
|
121
|
+
#Create a collector message
|
|
122
|
+
api_instance.create_a_collector_message(collector_id, opts)
|
|
123
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
124
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->create_a_collector_message: #{e}"
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
128
|
+
opts = {
|
|
129
|
+
body: SurveyMonkeySwaggerClient::Model310099766CollectorsBody.new # Model310099766CollectorsBody |
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
begin
|
|
133
|
+
#Create a survey collector
|
|
134
|
+
api_instance.create_a_survey_collector(opts)
|
|
135
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
136
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->create_a_survey_collector: #{e}"
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
140
|
+
collector_id = 'collector_id_example' # String |
|
|
141
|
+
message_id = 'message_id_example' # String |
|
|
142
|
+
opts = {
|
|
143
|
+
body: SurveyMonkeySwaggerClient::RecipientsBulkBody.new # RecipientsBulkBody |
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
begin
|
|
147
|
+
#Create multiple recipients
|
|
148
|
+
api_instance.create_multiple_recipients(collector_id, message_id, opts)
|
|
149
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
150
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->create_multiple_recipients: #{e}"
|
|
151
|
+
end
|
|
152
|
+
|
|
153
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
154
|
+
collector_id = 'collector_id_example' # String |
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
begin
|
|
158
|
+
#Delete a collector
|
|
159
|
+
api_instance.delete_a_collector(collector_id)
|
|
160
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
161
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->delete_a_collector: #{e}"
|
|
162
|
+
end
|
|
163
|
+
|
|
164
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
165
|
+
collector_id = 'collector_id_example' # String |
|
|
166
|
+
message_id = 'message_id_example' # String |
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
begin
|
|
170
|
+
#Delete a message
|
|
171
|
+
api_instance.delete_a_message(collector_id, message_id)
|
|
172
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
173
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->delete_a_message: #{e}"
|
|
174
|
+
end
|
|
175
|
+
|
|
176
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
177
|
+
collector_id = 'collector_id_example' # String |
|
|
178
|
+
recipient_id = 'recipient_id_example' # String |
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
begin
|
|
182
|
+
#Delete a recipient
|
|
183
|
+
api_instance.delete_a_recipient(collector_id, recipient_id)
|
|
184
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
185
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->delete_a_recipient: #{e}"
|
|
186
|
+
end
|
|
187
|
+
|
|
188
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
189
|
+
collector_id = 'collector_id_example' # String |
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
begin
|
|
193
|
+
#Get a collector by id
|
|
194
|
+
api_instance.get_a_collector_by_id(collector_id)
|
|
195
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
196
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->get_a_collector_by_id: #{e}"
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
200
|
+
collector_id = 'collector_id_example' # String |
|
|
201
|
+
message_id = 'message_id_example' # String |
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
begin
|
|
205
|
+
#Get a list of recipients
|
|
206
|
+
api_instance.get_a_list_of_recipients(collector_id, message_id)
|
|
207
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
208
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->get_a_list_of_recipients: #{e}"
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
212
|
+
collector_id = 'collector_id_example' # String |
|
|
213
|
+
message_id = 'message_id_example' # String |
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
begin
|
|
217
|
+
#Get a message by id
|
|
218
|
+
api_instance.get_a_message_by_id(collector_id, message_id)
|
|
219
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
220
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->get_a_message_by_id: #{e}"
|
|
221
|
+
end
|
|
222
|
+
|
|
223
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
224
|
+
collector_id = 'collector_id_example' # String |
|
|
225
|
+
recipient_id = 'recipient_id_example' # String |
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
begin
|
|
229
|
+
#Get a recipient
|
|
230
|
+
api_instance.get_a_recipient(collector_id, recipient_id)
|
|
231
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
232
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->get_a_recipient: #{e}"
|
|
233
|
+
end
|
|
234
|
+
|
|
235
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
236
|
+
collector_id = 'collector_id_example' # String |
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
begin
|
|
240
|
+
#Get collector messages
|
|
241
|
+
api_instance.get_collector_messages(collector_id)
|
|
242
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
243
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->get_collector_messages: #{e}"
|
|
244
|
+
end
|
|
245
|
+
|
|
246
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
247
|
+
|
|
248
|
+
begin
|
|
249
|
+
#Get survey collectors
|
|
250
|
+
api_instance.get_survey_collectors
|
|
251
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
252
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->get_survey_collectors: #{e}"
|
|
253
|
+
end
|
|
254
|
+
|
|
255
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
256
|
+
collector_id = 'collector_id_example' # String |
|
|
257
|
+
opts = {
|
|
258
|
+
body: SurveyMonkeySwaggerClient::CollectorsCOLLECTORIDBody1.new # CollectorsCOLLECTORIDBody1 |
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
begin
|
|
262
|
+
#Modify a collector
|
|
263
|
+
api_instance.modify_a_collector(collector_id, opts)
|
|
264
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
265
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->modify_a_collector: #{e}"
|
|
266
|
+
end
|
|
267
|
+
|
|
268
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
269
|
+
collector_id = 'collector_id_example' # String |
|
|
270
|
+
message_id = 'message_id_example' # String |
|
|
271
|
+
opts = {
|
|
272
|
+
body: SurveyMonkeySwaggerClient::MessagesMESSAGEIDBody1.new # MessagesMESSAGEIDBody1 |
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
begin
|
|
276
|
+
#Modify a message by id
|
|
277
|
+
api_instance.modify_a_message_by_id(collector_id, message_id, opts)
|
|
278
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
279
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->modify_a_message_by_id: #{e}"
|
|
280
|
+
end
|
|
281
|
+
|
|
282
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
283
|
+
collector_id = 'collector_id_example' # String |
|
|
284
|
+
opts = {
|
|
285
|
+
body: SurveyMonkeySwaggerClient::CollectorsCOLLECTORIDBody.new # CollectorsCOLLECTORIDBody |
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
begin
|
|
289
|
+
#Replace a collector
|
|
290
|
+
api_instance.replace_a_collector(collector_id, opts)
|
|
291
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
292
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->replace_a_collector: #{e}"
|
|
293
|
+
end
|
|
294
|
+
|
|
295
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
296
|
+
collector_id = 'collector_id_example' # String |
|
|
297
|
+
message_id = 'message_id_example' # String |
|
|
298
|
+
opts = {
|
|
299
|
+
body: SurveyMonkeySwaggerClient::MessagesMESSAGEIDBody.new # MessagesMESSAGEIDBody |
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
begin
|
|
303
|
+
#Replace a message
|
|
304
|
+
api_instance.replace_a_message(collector_id, message_id, opts)
|
|
305
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
306
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->replace_a_message: #{e}"
|
|
307
|
+
end
|
|
308
|
+
|
|
309
|
+
api_instance = SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi.new
|
|
310
|
+
collector_id = 'collector_id_example' # String |
|
|
311
|
+
message_id = 'message_id_example' # String |
|
|
312
|
+
opts = {
|
|
313
|
+
body: SurveyMonkeySwaggerClient::MESSAGEIDSendBody.new # MESSAGEIDSendBody |
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
begin
|
|
317
|
+
#Send and existing message
|
|
318
|
+
api_instance.send_and_existing_message(collector_id, message_id, opts)
|
|
319
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
320
|
+
puts "Exception when calling CollectorsAndInviteMessagesApi->send_and_existing_message: #{e}"
|
|
321
|
+
end
|
|
322
|
+
|
|
323
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
324
|
+
opts = {
|
|
325
|
+
body: SurveyMonkeySwaggerClient::V3ContactListsBody.new # V3ContactListsBody |
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
begin
|
|
329
|
+
#Create a contact list
|
|
330
|
+
api_instance.create_a_contact_list(opts)
|
|
331
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
332
|
+
puts "Exception when calling ContactsAndContactListsApi->create_a_contact_list: #{e}"
|
|
333
|
+
end
|
|
334
|
+
|
|
335
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
336
|
+
opts = {
|
|
337
|
+
body: SurveyMonkeySwaggerClient::V3ContactsBody.new # V3ContactsBody |
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
begin
|
|
341
|
+
#Create a new contact
|
|
342
|
+
api_instance.create_a_new_contact(opts)
|
|
343
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
344
|
+
puts "Exception when calling ContactsAndContactListsApi->create_a_new_contact: #{e}"
|
|
345
|
+
end
|
|
346
|
+
|
|
347
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
348
|
+
opts = {
|
|
349
|
+
body: SurveyMonkeySwaggerClient::ContactsBulkBody1.new # ContactsBulkBody1 |
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
begin
|
|
353
|
+
#Create multiple contacts
|
|
354
|
+
api_instance.create_multiple_contacts(opts)
|
|
355
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
356
|
+
puts "Exception when calling ContactsAndContactListsApi->create_multiple_contacts: #{e}"
|
|
357
|
+
end
|
|
358
|
+
|
|
359
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
360
|
+
contact_list_id = 'contact_list_id_example' # String |
|
|
361
|
+
opts = {
|
|
362
|
+
body: SurveyMonkeySwaggerClient::ContactsBulkBody.new # ContactsBulkBody |
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
begin
|
|
366
|
+
#Create multiple contacts under contact list
|
|
367
|
+
api_instance.create_multiple_contacts_under_contact_list(contact_list_id, opts)
|
|
368
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
369
|
+
puts "Exception when calling ContactsAndContactListsApi->create_multiple_contacts_under_contact_list: #{e}"
|
|
370
|
+
end
|
|
371
|
+
|
|
372
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
373
|
+
contact_id = 'contact_id_example' # String |
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
begin
|
|
377
|
+
#Delete a contact
|
|
378
|
+
api_instance.delete_a_contact(contact_id)
|
|
379
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
380
|
+
puts "Exception when calling ContactsAndContactListsApi->delete_a_contact: #{e}"
|
|
381
|
+
end
|
|
382
|
+
|
|
383
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
384
|
+
contact_list_id = 'contact_list_id_example' # String |
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
begin
|
|
388
|
+
#Delete a contact list
|
|
389
|
+
api_instance.delete_a_contact_list(contact_list_id)
|
|
390
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
391
|
+
puts "Exception when calling ContactsAndContactListsApi->delete_a_contact_list: #{e}"
|
|
392
|
+
end
|
|
393
|
+
|
|
394
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
395
|
+
contact_id = 'contact_id_example' # String |
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
begin
|
|
399
|
+
#Get a contact
|
|
400
|
+
api_instance.get_a_contact(contact_id)
|
|
401
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
402
|
+
puts "Exception when calling ContactsAndContactListsApi->get_a_contact: #{e}"
|
|
403
|
+
end
|
|
404
|
+
|
|
405
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
406
|
+
contact_field_id = 'contact_field_id_example' # String |
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
begin
|
|
410
|
+
#Get a contact field
|
|
411
|
+
api_instance.get_a_contact_field(contact_field_id)
|
|
412
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
413
|
+
puts "Exception when calling ContactsAndContactListsApi->get_a_contact_field: #{e}"
|
|
414
|
+
end
|
|
415
|
+
|
|
416
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
417
|
+
contact_list_id = 'contact_list_id_example' # String |
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
begin
|
|
421
|
+
#Get a contact list
|
|
422
|
+
api_instance.get_a_contact_list(contact_list_id)
|
|
423
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
424
|
+
puts "Exception when calling ContactsAndContactListsApi->get_a_contact_list: #{e}"
|
|
425
|
+
end
|
|
426
|
+
|
|
427
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
428
|
+
|
|
429
|
+
begin
|
|
430
|
+
#Get a list of contact fields
|
|
431
|
+
api_instance.get_a_list_of_contact_fields
|
|
432
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
433
|
+
puts "Exception when calling ContactsAndContactListsApi->get_a_list_of_contact_fields: #{e}"
|
|
434
|
+
end
|
|
435
|
+
|
|
436
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
437
|
+
|
|
438
|
+
begin
|
|
439
|
+
#Get all Contact List
|
|
440
|
+
api_instance.get_all_contact_list
|
|
441
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
442
|
+
puts "Exception when calling ContactsAndContactListsApi->get_all_contact_list: #{e}"
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
446
|
+
|
|
447
|
+
begin
|
|
448
|
+
#Get all contacts
|
|
449
|
+
api_instance.get_all_contacts
|
|
450
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
451
|
+
puts "Exception when calling ContactsAndContactListsApi->get_all_contacts: #{e}"
|
|
452
|
+
end
|
|
453
|
+
|
|
454
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
455
|
+
contact_list_id = 'contact_list_id_example' # String |
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
begin
|
|
459
|
+
#Get all contacts under contact list
|
|
460
|
+
api_instance.get_all_contacts_under_contact_list(contact_list_id)
|
|
461
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
462
|
+
puts "Exception when calling ContactsAndContactListsApi->get_all_contacts_under_contact_list: #{e}"
|
|
463
|
+
end
|
|
464
|
+
|
|
465
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
466
|
+
contact_list_id = 'contact_list_id_example' # String |
|
|
467
|
+
opts = {
|
|
468
|
+
body: SurveyMonkeySwaggerClient::CONTACTLISTIDCopyBody.new # CONTACTLISTIDCopyBody |
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
begin
|
|
472
|
+
#Merge contact list
|
|
473
|
+
api_instance.merge_contact_list(contact_list_id, opts)
|
|
474
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
475
|
+
puts "Exception when calling ContactsAndContactListsApi->merge_contact_list: #{e}"
|
|
476
|
+
end
|
|
477
|
+
|
|
478
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
479
|
+
contact_id = 'contact_id_example' # String |
|
|
480
|
+
opts = {
|
|
481
|
+
body: SurveyMonkeySwaggerClient::ContactsCONTACTIDBody.new # ContactsCONTACTIDBody |
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
begin
|
|
485
|
+
#Modify a contact
|
|
486
|
+
api_instance.modify_a_contact(contact_id, opts)
|
|
487
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
488
|
+
puts "Exception when calling ContactsAndContactListsApi->modify_a_contact: #{e}"
|
|
489
|
+
end
|
|
490
|
+
|
|
491
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
492
|
+
contact_field_id = 'contact_field_id_example' # String |
|
|
493
|
+
opts = {
|
|
494
|
+
body: SurveyMonkeySwaggerClient::ContactFieldsCONTACTFIELDIDBody.new # ContactFieldsCONTACTFIELDIDBody |
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
begin
|
|
498
|
+
#Modify a contact field
|
|
499
|
+
api_instance.modify_a_contact_field(contact_field_id, opts)
|
|
500
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
501
|
+
puts "Exception when calling ContactsAndContactListsApi->modify_a_contact_field: #{e}"
|
|
502
|
+
end
|
|
503
|
+
|
|
504
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
505
|
+
contact_list_id = 'contact_list_id_example' # String |
|
|
506
|
+
opts = {
|
|
507
|
+
body: SurveyMonkeySwaggerClient::ContactListsCONTACTLISTIDBody1.new # ContactListsCONTACTLISTIDBody1 |
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
begin
|
|
511
|
+
#Modify a contact list
|
|
512
|
+
api_instance.modify_a_contact_list(contact_list_id, opts)
|
|
513
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
514
|
+
puts "Exception when calling ContactsAndContactListsApi->modify_a_contact_list: #{e}"
|
|
515
|
+
end
|
|
516
|
+
|
|
517
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
518
|
+
contact_id = 'contact_id_example' # String |
|
|
519
|
+
opts = {
|
|
520
|
+
body: SurveyMonkeySwaggerClient::ContactsCONTACTIDBody1.new # ContactsCONTACTIDBody1 |
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
begin
|
|
524
|
+
#Replace a contact
|
|
525
|
+
api_instance.replace_a_contact(contact_id, opts)
|
|
526
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
527
|
+
puts "Exception when calling ContactsAndContactListsApi->replace_a_contact: #{e}"
|
|
528
|
+
end
|
|
529
|
+
|
|
530
|
+
api_instance = SurveyMonkeySwaggerClient::ContactsAndContactListsApi.new
|
|
531
|
+
contact_list_id = 'contact_list_id_example' # String |
|
|
532
|
+
opts = {
|
|
533
|
+
body: SurveyMonkeySwaggerClient::ContactListsCONTACTLISTIDBody.new # ContactListsCONTACTLISTIDBody |
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
begin
|
|
537
|
+
#Replace a contact list
|
|
538
|
+
api_instance.replace_a_contact_list(contact_list_id, opts)
|
|
539
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
540
|
+
puts "Exception when calling ContactsAndContactListsApi->replace_a_contact_list: #{e}"
|
|
541
|
+
end
|
|
542
|
+
|
|
543
|
+
api_instance = SurveyMonkeySwaggerClient::ErrorsApi.new
|
|
544
|
+
|
|
545
|
+
begin
|
|
546
|
+
#Get error by id
|
|
547
|
+
api_instance.get_error_by_id
|
|
548
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
549
|
+
puts "Exception when calling ErrorsApi->get_error_by_id: #{e}"
|
|
550
|
+
end
|
|
551
|
+
|
|
552
|
+
api_instance = SurveyMonkeySwaggerClient::ErrorsApi.new
|
|
553
|
+
|
|
554
|
+
begin
|
|
555
|
+
#Get list of known errors
|
|
556
|
+
api_instance.get_list_of_known_errors
|
|
557
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
558
|
+
puts "Exception when calling ErrorsApi->get_list_of_known_errors: #{e}"
|
|
559
|
+
end
|
|
560
|
+
|
|
561
|
+
api_instance = SurveyMonkeySwaggerClient::ResponseCountsAndTrendsApi.new
|
|
562
|
+
page_id = 'page_id_example' # String |
|
|
563
|
+
question_id = 'question_id_example' # String |
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
begin
|
|
567
|
+
#Get rollups for a question
|
|
568
|
+
api_instance.get_rollups_for_a_question(page_id, question_id)
|
|
569
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
570
|
+
puts "Exception when calling ResponseCountsAndTrendsApi->get_rollups_for_a_question: #{e}"
|
|
571
|
+
end
|
|
572
|
+
|
|
573
|
+
api_instance = SurveyMonkeySwaggerClient::ResponseCountsAndTrendsApi.new
|
|
574
|
+
|
|
575
|
+
begin
|
|
576
|
+
#Get rollups for a survey
|
|
577
|
+
api_instance.get_rollups_for_a_survey
|
|
578
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
579
|
+
puts "Exception when calling ResponseCountsAndTrendsApi->get_rollups_for_a_survey: #{e}"
|
|
580
|
+
end
|
|
581
|
+
|
|
582
|
+
api_instance = SurveyMonkeySwaggerClient::ResponseCountsAndTrendsApi.new
|
|
583
|
+
page_id = 'page_id_example' # String |
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
begin
|
|
587
|
+
#Get rollups for a survey page
|
|
588
|
+
api_instance.get_rollups_for_a_survey_page(page_id)
|
|
589
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
590
|
+
puts "Exception when calling ResponseCountsAndTrendsApi->get_rollups_for_a_survey_page: #{e}"
|
|
591
|
+
end
|
|
592
|
+
|
|
593
|
+
api_instance = SurveyMonkeySwaggerClient::ResponseCountsAndTrendsApi.new
|
|
594
|
+
page_id = 'page_id_example' # String |
|
|
595
|
+
question_id = 'question_id_example' # String |
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
begin
|
|
599
|
+
#Get trends for a question
|
|
600
|
+
api_instance.get_trends_for_a_question(page_id, question_id)
|
|
601
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
602
|
+
puts "Exception when calling ResponseCountsAndTrendsApi->get_trends_for_a_question: #{e}"
|
|
603
|
+
end
|
|
604
|
+
|
|
605
|
+
api_instance = SurveyMonkeySwaggerClient::ResponseCountsAndTrendsApi.new
|
|
606
|
+
|
|
607
|
+
begin
|
|
608
|
+
#Get trends for a survey
|
|
609
|
+
api_instance.get_trends_for_a_survey
|
|
610
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
611
|
+
puts "Exception when calling ResponseCountsAndTrendsApi->get_trends_for_a_survey: #{e}"
|
|
612
|
+
end
|
|
613
|
+
|
|
614
|
+
api_instance = SurveyMonkeySwaggerClient::ResponseCountsAndTrendsApi.new
|
|
615
|
+
page_id = 'page_id_example' # String |
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
begin
|
|
619
|
+
#Get trends for a survey page
|
|
620
|
+
api_instance.get_trends_for_a_survey_page(page_id)
|
|
621
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
622
|
+
puts "Exception when calling ResponseCountsAndTrendsApi->get_trends_for_a_survey_page: #{e}"
|
|
623
|
+
end
|
|
624
|
+
|
|
625
|
+
api_instance = SurveyMonkeySwaggerClient::SurveyFolders_Api.new
|
|
626
|
+
opts = {
|
|
627
|
+
body: SurveyMonkeySwaggerClient::V3SurveyFoldersBody.new # V3SurveyFoldersBody |
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
begin
|
|
631
|
+
#Create a folder
|
|
632
|
+
api_instance.create_a_folder(opts)
|
|
633
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
634
|
+
puts "Exception when calling SurveyFolders_Api->create_a_folder: #{e}"
|
|
635
|
+
end
|
|
636
|
+
|
|
637
|
+
api_instance = SurveyMonkeySwaggerClient::SurveyFolders_Api.new
|
|
638
|
+
folder_id = 'folder_id_example' # String |
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
begin
|
|
642
|
+
#Delete a folder
|
|
643
|
+
api_instance.delete_a_folder(folder_id)
|
|
644
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
645
|
+
puts "Exception when calling SurveyFolders_Api->delete_a_folder: #{e}"
|
|
646
|
+
end
|
|
647
|
+
|
|
648
|
+
api_instance = SurveyMonkeySwaggerClient::SurveyFolders_Api.new
|
|
649
|
+
folder_id = 'folder_id_example' # String |
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
begin
|
|
653
|
+
#Get a folder
|
|
654
|
+
api_instance.get_a_folder(folder_id)
|
|
655
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
656
|
+
puts "Exception when calling SurveyFolders_Api->get_a_folder: #{e}"
|
|
657
|
+
end
|
|
658
|
+
|
|
659
|
+
api_instance = SurveyMonkeySwaggerClient::SurveyFolders_Api.new
|
|
660
|
+
|
|
661
|
+
begin
|
|
662
|
+
#Get all folders
|
|
663
|
+
api_instance.get_all_folders
|
|
664
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
665
|
+
puts "Exception when calling SurveyFolders_Api->get_all_folders: #{e}"
|
|
666
|
+
end
|
|
667
|
+
|
|
668
|
+
api_instance = SurveyMonkeySwaggerClient::SurveyFolders_Api.new
|
|
669
|
+
folder_id = 'folder_id_example' # String |
|
|
670
|
+
opts = {
|
|
671
|
+
body: SurveyMonkeySwaggerClient::SurveyFoldersFolderIdBody.new # SurveyFoldersFolderIdBody |
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
begin
|
|
675
|
+
#Update a folder
|
|
676
|
+
api_instance.update_a_folder(folder_id, opts)
|
|
677
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
678
|
+
puts "Exception when calling SurveyFolders_Api->update_a_folder: #{e}"
|
|
679
|
+
end
|
|
680
|
+
|
|
681
|
+
api_instance = SurveyMonkeySwaggerClient::SurveyResponsesApi.new
|
|
682
|
+
collector_id = 'collector_id_example' # String |
|
|
683
|
+
opts = {
|
|
684
|
+
body: SurveyMonkeySwaggerClient::COLLECTORIDResponsesBody.new # COLLECTORIDResponsesBody |
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
begin
|
|
688
|
+
#Create a response
|
|
689
|
+
api_instance.create_a_response(collector_id, opts)
|
|
690
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
691
|
+
puts "Exception when calling SurveyResponsesApi->create_a_response: #{e}"
|
|
692
|
+
end
|
|
693
|
+
|
|
694
|
+
api_instance = SurveyMonkeySwaggerClient::SurveyResponsesApi.new
|
|
695
|
+
collector_id = 'collector_id_example' # String |
|
|
696
|
+
response_id = 'response_id_example' # String |
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
begin
|
|
700
|
+
#Delete a response by response id
|
|
701
|
+
api_instance.delete_a_response_by_response_id(collector_id, response_id)
|
|
702
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
703
|
+
puts "Exception when calling SurveyResponsesApi->delete_a_response_by_response_id: #{e}"
|
|
704
|
+
end
|
|
705
|
+
|
|
706
|
+
api_instance = SurveyMonkeySwaggerClient::SurveyResponsesApi.new
|
|
707
|
+
collector_id = 'collector_id_example' # String |
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
begin
|
|
711
|
+
#Get a list of responses by collector id
|
|
712
|
+
api_instance.get_a_list_of_responses_by_collector_id(collector_id)
|
|
713
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
714
|
+
puts "Exception when calling SurveyResponsesApi->get_a_list_of_responses_by_collector_id: #{e}"
|
|
715
|
+
end
|
|
716
|
+
|
|
717
|
+
api_instance = SurveyMonkeySwaggerClient::SurveyResponsesApi.new
|
|
718
|
+
collector_id = 'collector_id_example' # String |
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
begin
|
|
722
|
+
#Get a list of responses by collector id
|
|
723
|
+
api_instance.get_a_list_of_responses_by_collector_id1(collector_id)
|
|
724
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
725
|
+
puts "Exception when calling SurveyResponsesApi->get_a_list_of_responses_by_collector_id1: #{e}"
|
|
726
|
+
end
|
|
727
|
+
|
|
728
|
+
api_instance = SurveyMonkeySwaggerClient::SurveyResponsesApi.new
|
|
729
|
+
|
|
730
|
+
begin
|
|
731
|
+
# Get a list of responses by survey id
|
|
732
|
+
api_instance.get_a_list_of_responses_by_survey_id
|
|
733
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
734
|
+
puts "Exception when calling SurveyResponsesApi->get_a_list_of_responses_by_survey_id: #{e}"
|
|
735
|
+
end
|
|
736
|
+
|
|
737
|
+
api_instance = SurveyMonkeySwaggerClient::SurveyResponsesApi.new
|
|
738
|
+
collector_id = 'collector_id_example' # String |
|
|
739
|
+
response_id = 'response_id_example' # String |
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
begin
|
|
743
|
+
#Get response by collector and response id
|
|
744
|
+
api_instance.get_response_by_collector_and_response_id(collector_id, response_id)
|
|
745
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
746
|
+
puts "Exception when calling SurveyResponsesApi->get_response_by_collector_and_response_id: #{e}"
|
|
747
|
+
end
|
|
748
|
+
|
|
749
|
+
api_instance = SurveyMonkeySwaggerClient::SurveyResponsesApi.new
|
|
750
|
+
response_id = 'response_id_example' # String |
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
begin
|
|
754
|
+
#Get response by survey and response id
|
|
755
|
+
api_instance.get_response_by_survey_and_response_id(response_id)
|
|
756
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
757
|
+
puts "Exception when calling SurveyResponsesApi->get_response_by_survey_and_response_id: #{e}"
|
|
758
|
+
end
|
|
759
|
+
|
|
760
|
+
api_instance = SurveyMonkeySwaggerClient::SurveyResponsesApi.new
|
|
761
|
+
collector_id = 'collector_id_example' # String |
|
|
762
|
+
response_id = 'response_id_example' # String |
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
begin
|
|
766
|
+
#Get response details
|
|
767
|
+
api_instance.get_response_details(collector_id, response_id)
|
|
768
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
769
|
+
puts "Exception when calling SurveyResponsesApi->get_response_details: #{e}"
|
|
770
|
+
end
|
|
771
|
+
|
|
772
|
+
api_instance = SurveyMonkeySwaggerClient::SurveyResponsesApi.new
|
|
773
|
+
collector_id = 'collector_id_example' # String |
|
|
774
|
+
response_id = 'response_id_example' # String |
|
|
775
|
+
opts = {
|
|
776
|
+
body: SurveyMonkeySwaggerClient::ResponsesRESPONSEIDBody1.new # ResponsesRESPONSEIDBody1 |
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
begin
|
|
780
|
+
#Modify a response by response id
|
|
781
|
+
api_instance.modify_a_response_by_response_id(collector_id, response_id, opts)
|
|
782
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
783
|
+
puts "Exception when calling SurveyResponsesApi->modify_a_response_by_response_id: #{e}"
|
|
784
|
+
end
|
|
785
|
+
|
|
786
|
+
api_instance = SurveyMonkeySwaggerClient::SurveyResponsesApi.new
|
|
787
|
+
collector_id = 'collector_id_example' # String |
|
|
788
|
+
response_id = 'response_id_example' # String |
|
|
789
|
+
opts = {
|
|
790
|
+
body: SurveyMonkeySwaggerClient::ResponsesRESPONSEIDBody.new # ResponsesRESPONSEIDBody |
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
begin
|
|
794
|
+
#Replace a response by response id
|
|
795
|
+
api_instance.replace_a_response_by_response_id(collector_id, response_id, opts)
|
|
796
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
797
|
+
puts "Exception when calling SurveyResponsesApi->replace_a_response_by_response_id: #{e}"
|
|
798
|
+
end
|
|
799
|
+
|
|
800
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
801
|
+
page_id = 'page_id_example' # String |
|
|
802
|
+
opts = {
|
|
803
|
+
body: SurveyMonkeySwaggerClient::PAGEIDQuestionsBody.new # PAGEIDQuestionsBody |
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
begin
|
|
807
|
+
#Create a question
|
|
808
|
+
api_instance.create_a_question(page_id, opts)
|
|
809
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
810
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->create_a_question: #{e}"
|
|
811
|
+
end
|
|
812
|
+
|
|
813
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
814
|
+
opts = {
|
|
815
|
+
body: SurveyMonkeySwaggerClient::V3SurveysBody.new # V3SurveysBody |
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
begin
|
|
819
|
+
#Create a survey
|
|
820
|
+
result = api_instance.create_a_survey(opts)
|
|
821
|
+
p result
|
|
822
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
823
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->create_a_survey: #{e}"
|
|
824
|
+
end
|
|
825
|
+
|
|
826
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
827
|
+
opts = {
|
|
828
|
+
body: SurveyMonkeySwaggerClient::Model310099766PagesBody.new # Model310099766PagesBody |
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
begin
|
|
832
|
+
#Create a survey pages
|
|
833
|
+
api_instance.create_a_survey_pages(opts)
|
|
834
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
835
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->create_a_survey_pages: #{e}"
|
|
836
|
+
end
|
|
837
|
+
|
|
838
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
839
|
+
page_id = 'page_id_example' # String |
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
begin
|
|
843
|
+
#Delete a page
|
|
844
|
+
api_instance.delete_a_page(page_id)
|
|
845
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
846
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->delete_a_page: #{e}"
|
|
847
|
+
end
|
|
848
|
+
|
|
849
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
850
|
+
page_id = 'page_id_example' # String |
|
|
851
|
+
question_id = 'question_id_example' # String |
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
begin
|
|
855
|
+
#Delete a question
|
|
856
|
+
api_instance.delete_a_question(page_id, question_id)
|
|
857
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
858
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->delete_a_question: #{e}"
|
|
859
|
+
end
|
|
860
|
+
|
|
861
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
862
|
+
|
|
863
|
+
begin
|
|
864
|
+
#Delete a survey
|
|
865
|
+
api_instance.delete_a_survey
|
|
866
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
867
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->delete_a_survey: #{e}"
|
|
868
|
+
end
|
|
869
|
+
|
|
870
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
871
|
+
page_id = 'page_id_example' # String |
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
begin
|
|
875
|
+
#Get a page detail
|
|
876
|
+
api_instance.get_a_page_detail(page_id)
|
|
877
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
878
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->get_a_page_detail: #{e}"
|
|
879
|
+
end
|
|
880
|
+
|
|
881
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
882
|
+
page_id = 'page_id_example' # String |
|
|
883
|
+
question_id = 'question_id_example' # String |
|
|
884
|
+
|
|
885
|
+
|
|
886
|
+
begin
|
|
887
|
+
#Get a question detail
|
|
888
|
+
api_instance.get_a_question_detail(page_id, question_id)
|
|
889
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
890
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->get_a_question_detail: #{e}"
|
|
891
|
+
end
|
|
892
|
+
|
|
893
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
894
|
+
|
|
895
|
+
begin
|
|
896
|
+
#Get a survey
|
|
897
|
+
api_instance.get_a_survey
|
|
898
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
899
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->get_a_survey: #{e}"
|
|
900
|
+
end
|
|
901
|
+
|
|
902
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
903
|
+
|
|
904
|
+
begin
|
|
905
|
+
#Get a survey details
|
|
906
|
+
api_instance.get_a_survey_details
|
|
907
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
908
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->get_a_survey_details: #{e}"
|
|
909
|
+
end
|
|
910
|
+
|
|
911
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
912
|
+
page_id = 'page_id_example' # String |
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
begin
|
|
916
|
+
#Get list of questions
|
|
917
|
+
api_instance.get_list_of_questions(page_id)
|
|
918
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
919
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->get_list_of_questions: #{e}"
|
|
920
|
+
end
|
|
921
|
+
|
|
922
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
923
|
+
|
|
924
|
+
begin
|
|
925
|
+
#Get survey categories
|
|
926
|
+
api_instance.get_survey_categories
|
|
927
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
928
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->get_survey_categories: #{e}"
|
|
929
|
+
end
|
|
930
|
+
|
|
931
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
932
|
+
|
|
933
|
+
begin
|
|
934
|
+
#Get survey pages
|
|
935
|
+
api_instance.get_survey_pages
|
|
936
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
937
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->get_survey_pages: #{e}"
|
|
938
|
+
end
|
|
939
|
+
|
|
940
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
941
|
+
|
|
942
|
+
begin
|
|
943
|
+
#Get survey template
|
|
944
|
+
result = api_instance.get_survey_template
|
|
945
|
+
p result
|
|
946
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
947
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->get_survey_template: #{e}"
|
|
948
|
+
end
|
|
949
|
+
|
|
950
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
951
|
+
|
|
952
|
+
begin
|
|
953
|
+
#Get surveys
|
|
954
|
+
api_instance.get_surveys
|
|
955
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
956
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->get_surveys: #{e}"
|
|
957
|
+
end
|
|
958
|
+
|
|
959
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
960
|
+
page_id = 'page_id_example' # String |
|
|
961
|
+
opts = {
|
|
962
|
+
body: SurveyMonkeySwaggerClient::PagesPAGEIDBody1.new # PagesPAGEIDBody1 |
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
begin
|
|
966
|
+
#Modify a page
|
|
967
|
+
api_instance.modify_a_page(page_id, opts)
|
|
968
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
969
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->modify_a_page: #{e}"
|
|
970
|
+
end
|
|
971
|
+
|
|
972
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
973
|
+
opts = {
|
|
974
|
+
body: SurveyMonkeySwaggerClient::Surveys310099766Body1.new # Surveys310099766Body1 |
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
begin
|
|
978
|
+
#Modify a survey
|
|
979
|
+
api_instance.modify_a_survey(opts)
|
|
980
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
981
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->modify_a_survey: #{e}"
|
|
982
|
+
end
|
|
983
|
+
|
|
984
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
985
|
+
page_id = 'page_id_example' # String |
|
|
986
|
+
opts = {
|
|
987
|
+
body: SurveyMonkeySwaggerClient::PagesPAGEIDBody.new # PagesPAGEIDBody |
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
begin
|
|
991
|
+
#Replace a page
|
|
992
|
+
api_instance.replace_a_page(page_id, opts)
|
|
993
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
994
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->replace_a_page: #{e}"
|
|
995
|
+
end
|
|
996
|
+
|
|
997
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
998
|
+
page_id = 'page_id_example' # String |
|
|
999
|
+
question_id = 'question_id_example' # String |
|
|
1000
|
+
opts = {
|
|
1001
|
+
body: SurveyMonkeySwaggerClient::QuestionsQUESTIONIDBody.new # QuestionsQUESTIONIDBody |
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
begin
|
|
1005
|
+
#Replace a question
|
|
1006
|
+
api_instance.replace_a_question(page_id, question_id, opts)
|
|
1007
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1008
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->replace_a_question: #{e}"
|
|
1009
|
+
end
|
|
1010
|
+
|
|
1011
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
1012
|
+
opts = {
|
|
1013
|
+
body: SurveyMonkeySwaggerClient::Surveys310099766Body.new # Surveys310099766Body |
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
begin
|
|
1017
|
+
#Replace a survey
|
|
1018
|
+
api_instance.replace_a_survey(opts)
|
|
1019
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1020
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->replace_a_survey: #{e}"
|
|
1021
|
+
end
|
|
1022
|
+
|
|
1023
|
+
api_instance = SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi.new
|
|
1024
|
+
page_id = 'page_id_example' # String |
|
|
1025
|
+
question_id = 'question_id_example' # String |
|
|
1026
|
+
opts = {
|
|
1027
|
+
body: SurveyMonkeySwaggerClient::QuestionsQUESTIONIDBody1.new # QuestionsQUESTIONIDBody1 |
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
begin
|
|
1031
|
+
#Update a question
|
|
1032
|
+
api_instance.update_a_question(page_id, question_id, opts)
|
|
1033
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1034
|
+
puts "Exception when calling SurveysPagesAndQuestionsApi->update_a_question: #{e}"
|
|
1035
|
+
end
|
|
1036
|
+
|
|
1037
|
+
api_instance = SurveyMonkeySwaggerClient::TranslationsForMultilingualSurveysApi.new
|
|
1038
|
+
survey_id = 'survey_id_example' # String |
|
|
1039
|
+
locale = 'locale_example' # String |
|
|
1040
|
+
opts = {
|
|
1041
|
+
body: SurveyMonkeySwaggerClient::LanguagesLocaleBody.new # LanguagesLocaleBody |
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
begin
|
|
1045
|
+
#Create a translation
|
|
1046
|
+
api_instance.create_a_translation(survey_id, locale, opts)
|
|
1047
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1048
|
+
puts "Exception when calling TranslationsForMultilingualSurveysApi->create_a_translation: #{e}"
|
|
1049
|
+
end
|
|
1050
|
+
|
|
1051
|
+
api_instance = SurveyMonkeySwaggerClient::TranslationsForMultilingualSurveysApi.new
|
|
1052
|
+
survey_id = 'survey_id_example' # String |
|
|
1053
|
+
|
|
1054
|
+
|
|
1055
|
+
begin
|
|
1056
|
+
#Get a survey translation
|
|
1057
|
+
api_instance.get_a_survey_translation(survey_id)
|
|
1058
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1059
|
+
puts "Exception when calling TranslationsForMultilingualSurveysApi->get_a_survey_translation: #{e}"
|
|
1060
|
+
end
|
|
1061
|
+
|
|
1062
|
+
api_instance = SurveyMonkeySwaggerClient::TranslationsForMultilingualSurveysApi.new
|
|
1063
|
+
|
|
1064
|
+
begin
|
|
1065
|
+
#Get available languages
|
|
1066
|
+
api_instance.get_available_languages
|
|
1067
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1068
|
+
puts "Exception when calling TranslationsForMultilingualSurveysApi->get_available_languages: #{e}"
|
|
1069
|
+
end
|
|
1070
|
+
|
|
1071
|
+
api_instance = SurveyMonkeySwaggerClient::TranslationsForMultilingualSurveysApi.new
|
|
1072
|
+
survey_id = 'survey_id_example' # String |
|
|
1073
|
+
locale = 'locale_example' # String |
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
begin
|
|
1077
|
+
#Get translation structure
|
|
1078
|
+
api_instance.get_translation_structure(survey_id, locale)
|
|
1079
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1080
|
+
puts "Exception when calling TranslationsForMultilingualSurveysApi->get_translation_structure: #{e}"
|
|
1081
|
+
end
|
|
1082
|
+
|
|
1083
|
+
api_instance = SurveyMonkeySwaggerClient::TranslationsForMultilingualSurveysApi.new
|
|
1084
|
+
survey_id = 'survey_id_example' # String |
|
|
1085
|
+
locale = 'locale_example' # String |
|
|
1086
|
+
opts = {
|
|
1087
|
+
body: SurveyMonkeySwaggerClient::LanguagesLocaleBody1.new # LanguagesLocaleBody1 |
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
begin
|
|
1091
|
+
#Modify a translation
|
|
1092
|
+
api_instance.modify_a_translation(survey_id, locale, opts)
|
|
1093
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1094
|
+
puts "Exception when calling TranslationsForMultilingualSurveysApi->modify_a_translation: #{e}"
|
|
1095
|
+
end
|
|
1096
|
+
|
|
1097
|
+
api_instance = SurveyMonkeySwaggerClient::UsersAndGroupsApi.new
|
|
1098
|
+
|
|
1099
|
+
begin
|
|
1100
|
+
#Get a group member
|
|
1101
|
+
api_instance.get_a_group_member
|
|
1102
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1103
|
+
puts "Exception when calling UsersAndGroupsApi->get_a_group_member: #{e}"
|
|
1104
|
+
end
|
|
1105
|
+
|
|
1106
|
+
api_instance = SurveyMonkeySwaggerClient::UsersAndGroupsApi.new
|
|
1107
|
+
|
|
1108
|
+
begin
|
|
1109
|
+
#Get group members
|
|
1110
|
+
api_instance.get_group_members
|
|
1111
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1112
|
+
puts "Exception when calling UsersAndGroupsApi->get_group_members: #{e}"
|
|
1113
|
+
end
|
|
1114
|
+
|
|
1115
|
+
api_instance = SurveyMonkeySwaggerClient::UsersAndGroupsApi.new
|
|
1116
|
+
|
|
1117
|
+
begin
|
|
1118
|
+
#Get user details
|
|
1119
|
+
api_instance.get_user_details
|
|
1120
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1121
|
+
puts "Exception when calling UsersAndGroupsApi->get_user_details: #{e}"
|
|
1122
|
+
end
|
|
1123
|
+
|
|
1124
|
+
api_instance = SurveyMonkeySwaggerClient::UsersAndGroupsApi.new
|
|
1125
|
+
|
|
1126
|
+
begin
|
|
1127
|
+
#Get user group
|
|
1128
|
+
api_instance.get_user_group
|
|
1129
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1130
|
+
puts "Exception when calling UsersAndGroupsApi->get_user_group: #{e}"
|
|
1131
|
+
end
|
|
1132
|
+
|
|
1133
|
+
api_instance = SurveyMonkeySwaggerClient::UsersAndGroupsApi.new
|
|
1134
|
+
|
|
1135
|
+
begin
|
|
1136
|
+
#Get user group by id
|
|
1137
|
+
api_instance.get_user_group_by_id
|
|
1138
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1139
|
+
puts "Exception when calling UsersAndGroupsApi->get_user_group_by_id: #{e}"
|
|
1140
|
+
end
|
|
1141
|
+
|
|
1142
|
+
api_instance = SurveyMonkeySwaggerClient::WebhooksApi.new
|
|
1143
|
+
opts = {
|
|
1144
|
+
body: SurveyMonkeySwaggerClient::V3WebhooksBody.new # V3WebhooksBody |
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
begin
|
|
1148
|
+
#Create a webhooks
|
|
1149
|
+
api_instance.create_a_webhooks(opts)
|
|
1150
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1151
|
+
puts "Exception when calling WebhooksApi->create_a_webhooks: #{e}"
|
|
1152
|
+
end
|
|
1153
|
+
|
|
1154
|
+
api_instance = SurveyMonkeySwaggerClient::WebhooksApi.new
|
|
1155
|
+
webhook_id = 'webhook_id_example' # String |
|
|
1156
|
+
|
|
1157
|
+
|
|
1158
|
+
begin
|
|
1159
|
+
#Delete a webhook
|
|
1160
|
+
api_instance.delete_a_webhook(webhook_id)
|
|
1161
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1162
|
+
puts "Exception when calling WebhooksApi->delete_a_webhook: #{e}"
|
|
1163
|
+
end
|
|
1164
|
+
|
|
1165
|
+
api_instance = SurveyMonkeySwaggerClient::WebhooksApi.new
|
|
1166
|
+
|
|
1167
|
+
begin
|
|
1168
|
+
#Get a list of webhooks
|
|
1169
|
+
api_instance.get_a_list_of_webhooks
|
|
1170
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1171
|
+
puts "Exception when calling WebhooksApi->get_a_list_of_webhooks: #{e}"
|
|
1172
|
+
end
|
|
1173
|
+
|
|
1174
|
+
api_instance = SurveyMonkeySwaggerClient::WebhooksApi.new
|
|
1175
|
+
webhook_id = 'webhook_id_example' # String |
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
begin
|
|
1179
|
+
#Get a webhook by id
|
|
1180
|
+
api_instance.get_a_webhook_by_id(webhook_id)
|
|
1181
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1182
|
+
puts "Exception when calling WebhooksApi->get_a_webhook_by_id: #{e}"
|
|
1183
|
+
end
|
|
1184
|
+
|
|
1185
|
+
api_instance = SurveyMonkeySwaggerClient::WebhooksApi.new
|
|
1186
|
+
webhook_id = 'webhook_id_example' # String |
|
|
1187
|
+
opts = {
|
|
1188
|
+
body: SurveyMonkeySwaggerClient::WebhooksWEBHOOKIDBody1.new # WebhooksWEBHOOKIDBody1 |
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
begin
|
|
1192
|
+
#Modify a webhook
|
|
1193
|
+
api_instance.modify_a_webhook(webhook_id, opts)
|
|
1194
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1195
|
+
puts "Exception when calling WebhooksApi->modify_a_webhook: #{e}"
|
|
1196
|
+
end
|
|
1197
|
+
|
|
1198
|
+
api_instance = SurveyMonkeySwaggerClient::WebhooksApi.new
|
|
1199
|
+
webhook_id = 'webhook_id_example' # String |
|
|
1200
|
+
opts = {
|
|
1201
|
+
body: SurveyMonkeySwaggerClient::WebhooksWEBHOOKIDBody.new # WebhooksWEBHOOKIDBody |
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
begin
|
|
1205
|
+
#Replace a webhook
|
|
1206
|
+
api_instance.replace_a_webhook(webhook_id, opts)
|
|
1207
|
+
rescue SurveyMonkeySwaggerClient::ApiError => e
|
|
1208
|
+
puts "Exception when calling WebhooksApi->replace_a_webhook: #{e}"
|
|
1209
|
+
end
|
|
1210
|
+
```
|
|
1211
|
+
|
|
1212
|
+
## Documentation for API Endpoints
|
|
1213
|
+
|
|
1214
|
+
All URIs are relative to *https://api.surveymonkey.net*
|
|
1215
|
+
|
|
1216
|
+
Class | Method | HTTP request | Description
|
|
1217
|
+
------------ | ------------- | ------------- | -------------
|
|
1218
|
+
*SurveyMonkeySwaggerClient::BenchmarksApi* | [**get_a_list_of_benchmark_bundles**](docs/BenchmarksApi.md#get_a_list_of_benchmark_bundles) | **GET** /v3/benchmark_bundles | Get a list of benchmark bundles
|
|
1219
|
+
*SurveyMonkeySwaggerClient::BenchmarksApi* | [**get_a_list_of_benchmark_bundles_details**](docs/BenchmarksApi.md#get_a_list_of_benchmark_bundles_details) | **GET** /v3/benchmark_bundles/{BUNDLE_ID} | Get a list of benchmark bundles details
|
|
1220
|
+
*SurveyMonkeySwaggerClient::BenchmarksApi* | [**get_bundle_benchmark**](docs/BenchmarksApi.md#get_bundle_benchmark) | **GET** /v3/benchmark_bundles/{BUNDLE_ID}/analyze | Get bundle benchmark
|
|
1221
|
+
*SurveyMonkeySwaggerClient::BenchmarksApi* | [**get_question_benchmark**](docs/BenchmarksApi.md#get_question_benchmark) | **GET** /v3/surveys/310099766/pages/{PAGE_ID}/questions/{QUESTION_ID}/benchmark | Get question benchmark
|
|
1222
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**add_recipient_to_a_message**](docs/CollectorsAndInviteMessagesApi.md#add_recipient_to_a_message) | **POST** /v3/collectors/{COLLECTOR_ID}/messages/{MESSAGE_ID}/recipients | Add recipient to a message
|
|
1223
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**create_a_collector_message**](docs/CollectorsAndInviteMessagesApi.md#create_a_collector_message) | **POST** /v3/collectors/{COLLECTOR_ID}/messages | Create a collector message
|
|
1224
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**create_a_survey_collector**](docs/CollectorsAndInviteMessagesApi.md#create_a_survey_collector) | **POST** /v3/surveys/310099766/collectors | Create a survey collector
|
|
1225
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**create_multiple_recipients**](docs/CollectorsAndInviteMessagesApi.md#create_multiple_recipients) | **POST** /v3/collectors/{COLLECTOR_ID}/messages/{MESSAGE_ID}/recipients/bulk | Create multiple recipients
|
|
1226
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**delete_a_collector**](docs/CollectorsAndInviteMessagesApi.md#delete_a_collector) | **DELETE** /v3/collectors/{COLLECTOR_ID} | Delete a collector
|
|
1227
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**delete_a_message**](docs/CollectorsAndInviteMessagesApi.md#delete_a_message) | **DELETE** /v3/collectors/{COLLECTOR_ID}/messages/{MESSAGE_ID}/ | Delete a message
|
|
1228
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**delete_a_recipient**](docs/CollectorsAndInviteMessagesApi.md#delete_a_recipient) | **DELETE** /v3/collectors/{COLLECTOR_ID}/recipients/{RECIPIENT_ID} | Delete a recipient
|
|
1229
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**get_a_collector_by_id**](docs/CollectorsAndInviteMessagesApi.md#get_a_collector_by_id) | **GET** /v3/collectors/{COLLECTOR_ID} | Get a collector by id
|
|
1230
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**get_a_list_of_recipients**](docs/CollectorsAndInviteMessagesApi.md#get_a_list_of_recipients) | **GET** /v3/collectors/{COLLECTOR_ID}/messages/{MESSAGE_ID}/recipients | Get a list of recipients
|
|
1231
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**get_a_message_by_id**](docs/CollectorsAndInviteMessagesApi.md#get_a_message_by_id) | **GET** /v3/collectors/{COLLECTOR_ID}/messages/{MESSAGE_ID} | Get a message by id
|
|
1232
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**get_a_recipient**](docs/CollectorsAndInviteMessagesApi.md#get_a_recipient) | **GET** /v3/collectors/{COLLECTOR_ID}/recipients/{RECIPIENT_ID} | Get a recipient
|
|
1233
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**get_collector_messages**](docs/CollectorsAndInviteMessagesApi.md#get_collector_messages) | **GET** /v3/collectors/{COLLECTOR_ID}/messages | Get collector messages
|
|
1234
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**get_survey_collectors**](docs/CollectorsAndInviteMessagesApi.md#get_survey_collectors) | **GET** /v3/surveys/310099766/collectors | Get survey collectors
|
|
1235
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**modify_a_collector**](docs/CollectorsAndInviteMessagesApi.md#modify_a_collector) | **PATCH** /v3/collectors/{COLLECTOR_ID} | Modify a collector
|
|
1236
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**modify_a_message_by_id**](docs/CollectorsAndInviteMessagesApi.md#modify_a_message_by_id) | **PATCH** /v3/collectors/{COLLECTOR_ID}/messages/{MESSAGE_ID}/ | Modify a message by id
|
|
1237
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**replace_a_collector**](docs/CollectorsAndInviteMessagesApi.md#replace_a_collector) | **PUT** /v3/collectors/{COLLECTOR_ID} | Replace a collector
|
|
1238
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**replace_a_message**](docs/CollectorsAndInviteMessagesApi.md#replace_a_message) | **PUT** /v3/collectors/{COLLECTOR_ID}/messages/{MESSAGE_ID}/ | Replace a message
|
|
1239
|
+
*SurveyMonkeySwaggerClient::CollectorsAndInviteMessagesApi* | [**send_and_existing_message**](docs/CollectorsAndInviteMessagesApi.md#send_and_existing_message) | **POST** /v3/collectors/{COLLECTOR_ID}/messages/{MESSAGE_ID}/send | Send and existing message
|
|
1240
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**create_a_contact_list**](docs/ContactsAndContactListsApi.md#create_a_contact_list) | **POST** /v3/contact_lists | Create a contact list
|
|
1241
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**create_a_new_contact**](docs/ContactsAndContactListsApi.md#create_a_new_contact) | **POST** /v3/contacts | Create a new contact
|
|
1242
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**create_multiple_contacts**](docs/ContactsAndContactListsApi.md#create_multiple_contacts) | **POST** /v3/contacts/bulk | Create multiple contacts
|
|
1243
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**create_multiple_contacts_under_contact_list**](docs/ContactsAndContactListsApi.md#create_multiple_contacts_under_contact_list) | **POST** /v3/contact_lists/{CONTACT_LIST_ID}/contacts/bulk | Create multiple contacts under contact list
|
|
1244
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**delete_a_contact**](docs/ContactsAndContactListsApi.md#delete_a_contact) | **DELETE** /v3/contacts/{CONTACT_ID} | Delete a contact
|
|
1245
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**delete_a_contact_list**](docs/ContactsAndContactListsApi.md#delete_a_contact_list) | **DELETE** /v3/contact_lists/{CONTACT_LIST_ID} | Delete a contact list
|
|
1246
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**get_a_contact**](docs/ContactsAndContactListsApi.md#get_a_contact) | **GET** /v3/contacts/{CONTACT_ID} | Get a contact
|
|
1247
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**get_a_contact_field**](docs/ContactsAndContactListsApi.md#get_a_contact_field) | **GET** /v3/contact_fields/{CONTACT_FIELD_ID} | Get a contact field
|
|
1248
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**get_a_contact_list**](docs/ContactsAndContactListsApi.md#get_a_contact_list) | **GET** /v3/contact_lists/{CONTACT_LIST_ID} | Get a contact list
|
|
1249
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**get_a_list_of_contact_fields**](docs/ContactsAndContactListsApi.md#get_a_list_of_contact_fields) | **GET** /v3/contact_fields | Get a list of contact fields
|
|
1250
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**get_all_contact_list**](docs/ContactsAndContactListsApi.md#get_all_contact_list) | **GET** /v3/contact_lists | Get all Contact List
|
|
1251
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**get_all_contacts**](docs/ContactsAndContactListsApi.md#get_all_contacts) | **GET** /v3/contacts | Get all contacts
|
|
1252
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**get_all_contacts_under_contact_list**](docs/ContactsAndContactListsApi.md#get_all_contacts_under_contact_list) | **GET** /v3/contact_lists/{CONTACT_LIST_ID}/contacts | Get all contacts under contact list
|
|
1253
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**merge_contact_list**](docs/ContactsAndContactListsApi.md#merge_contact_list) | **POST** /v3/contact_lists/{CONTACT_LIST_ID}/copy | Merge contact list
|
|
1254
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**modify_a_contact**](docs/ContactsAndContactListsApi.md#modify_a_contact) | **PATCH** /v3/contacts/{CONTACT_ID} | Modify a contact
|
|
1255
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**modify_a_contact_field**](docs/ContactsAndContactListsApi.md#modify_a_contact_field) | **PATCH** /v3/contact_fields/{CONTACT_FIELD_ID} | Modify a contact field
|
|
1256
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**modify_a_contact_list**](docs/ContactsAndContactListsApi.md#modify_a_contact_list) | **PATCH** /v3/contact_lists/{CONTACT_LIST_ID} | Modify a contact list
|
|
1257
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**replace_a_contact**](docs/ContactsAndContactListsApi.md#replace_a_contact) | **PUT** /v3/contacts/{CONTACT_ID}/ | Replace a contact
|
|
1258
|
+
*SurveyMonkeySwaggerClient::ContactsAndContactListsApi* | [**replace_a_contact_list**](docs/ContactsAndContactListsApi.md#replace_a_contact_list) | **PUT** /v3/contact_lists/{CONTACT_LIST_ID} | Replace a contact list
|
|
1259
|
+
*SurveyMonkeySwaggerClient::ErrorsApi* | [**get_error_by_id**](docs/ErrorsApi.md#get_error_by_id) | **GET** /v3/errors/ERROR_ID | Get error by id
|
|
1260
|
+
*SurveyMonkeySwaggerClient::ErrorsApi* | [**get_list_of_known_errors**](docs/ErrorsApi.md#get_list_of_known_errors) | **GET** /v3/errors | Get list of known errors
|
|
1261
|
+
*SurveyMonkeySwaggerClient::ResponseCountsAndTrendsApi* | [**get_rollups_for_a_question**](docs/ResponseCountsAndTrendsApi.md#get_rollups_for_a_question) | **GET** /v3/surveys/310099766/pages/{PAGE_ID}/questions/{QUESTION_ID}/rollups | Get rollups for a question
|
|
1262
|
+
*SurveyMonkeySwaggerClient::ResponseCountsAndTrendsApi* | [**get_rollups_for_a_survey**](docs/ResponseCountsAndTrendsApi.md#get_rollups_for_a_survey) | **GET** /v3/surveys/310099766/rollups | Get rollups for a survey
|
|
1263
|
+
*SurveyMonkeySwaggerClient::ResponseCountsAndTrendsApi* | [**get_rollups_for_a_survey_page**](docs/ResponseCountsAndTrendsApi.md#get_rollups_for_a_survey_page) | **GET** /v3/surveys/310099766/pages/{PAGE_ID}/rollups | Get rollups for a survey page
|
|
1264
|
+
*SurveyMonkeySwaggerClient::ResponseCountsAndTrendsApi* | [**get_trends_for_a_question**](docs/ResponseCountsAndTrendsApi.md#get_trends_for_a_question) | **GET** /v3/surveys/310099766/pages/{PAGE_ID}/questions/{QUESTION_ID}/trends | Get trends for a question
|
|
1265
|
+
*SurveyMonkeySwaggerClient::ResponseCountsAndTrendsApi* | [**get_trends_for_a_survey**](docs/ResponseCountsAndTrendsApi.md#get_trends_for_a_survey) | **GET** /v3/surveys/310099766/trends | Get trends for a survey
|
|
1266
|
+
*SurveyMonkeySwaggerClient::ResponseCountsAndTrendsApi* | [**get_trends_for_a_survey_page**](docs/ResponseCountsAndTrendsApi.md#get_trends_for_a_survey_page) | **GET** /v3/surveys/310099766/pages/{PAGE_ID}/trends | Get trends for a survey page
|
|
1267
|
+
*SurveyMonkeySwaggerClient::SurveyFolders_Api* | [**create_a_folder**](docs/SurveyFolders_Api.md#create_a_folder) | **POST** /v3/survey_folders | Create a folder
|
|
1268
|
+
*SurveyMonkeySwaggerClient::SurveyFolders_Api* | [**delete_a_folder**](docs/SurveyFolders_Api.md#delete_a_folder) | **DELETE** /v3/survey_folders/{folder_id} | Delete a folder
|
|
1269
|
+
*SurveyMonkeySwaggerClient::SurveyFolders_Api* | [**get_a_folder**](docs/SurveyFolders_Api.md#get_a_folder) | **GET** /v3/survey_folders/{folder_id} | Get a folder
|
|
1270
|
+
*SurveyMonkeySwaggerClient::SurveyFolders_Api* | [**get_all_folders**](docs/SurveyFolders_Api.md#get_all_folders) | **GET** /v3/survey_folders | Get all folders
|
|
1271
|
+
*SurveyMonkeySwaggerClient::SurveyFolders_Api* | [**update_a_folder**](docs/SurveyFolders_Api.md#update_a_folder) | **PATCH** /v3/survey_folders/{folder_id} | Update a folder
|
|
1272
|
+
*SurveyMonkeySwaggerClient::SurveyResponsesApi* | [**create_a_response**](docs/SurveyResponsesApi.md#create_a_response) | **POST** /v3/collectors/{COLLECTOR_ID}/responses | Create a response
|
|
1273
|
+
*SurveyMonkeySwaggerClient::SurveyResponsesApi* | [**delete_a_response_by_response_id**](docs/SurveyResponsesApi.md#delete_a_response_by_response_id) | **DELETE** /v3/collectors/{COLLECTOR_ID}/responses/{RESPONSE_ID} | Delete a response by response id
|
|
1274
|
+
*SurveyMonkeySwaggerClient::SurveyResponsesApi* | [**get_a_list_of_responses_by_collector_id**](docs/SurveyResponsesApi.md#get_a_list_of_responses_by_collector_id) | **GET** /v3/collectors/{COLLECTOR_ID}/responses | Get a list of responses by collector id
|
|
1275
|
+
*SurveyMonkeySwaggerClient::SurveyResponsesApi* | [**get_a_list_of_responses_by_collector_id1**](docs/SurveyResponsesApi.md#get_a_list_of_responses_by_collector_id1) | **GET** /v3/collectors/{COLLECTOR_ID}/responses/bulk | Get a list of responses by collector id
|
|
1276
|
+
*SurveyMonkeySwaggerClient::SurveyResponsesApi* | [**get_a_list_of_responses_by_survey_id**](docs/SurveyResponsesApi.md#get_a_list_of_responses_by_survey_id) | **GET** /v3/surveys/310099766/responses/bulk | Get a list of responses by survey id
|
|
1277
|
+
*SurveyMonkeySwaggerClient::SurveyResponsesApi* | [**get_response_by_collector_and_response_id**](docs/SurveyResponsesApi.md#get_response_by_collector_and_response_id) | **GET** /v3/collectors/{COLLECTOR_ID}/responses/{RESPONSE_ID} | Get response by collector and response id
|
|
1278
|
+
*SurveyMonkeySwaggerClient::SurveyResponsesApi* | [**get_response_by_survey_and_response_id**](docs/SurveyResponsesApi.md#get_response_by_survey_and_response_id) | **GET** /v3/survey/310099766/responses/{RESPONSE_ID} | Get response by survey and response id
|
|
1279
|
+
*SurveyMonkeySwaggerClient::SurveyResponsesApi* | [**get_response_details**](docs/SurveyResponsesApi.md#get_response_details) | **GET** /v3/collectors/{COLLECTOR_ID}/responses/{RESPONSE_ID}/details | Get response details
|
|
1280
|
+
*SurveyMonkeySwaggerClient::SurveyResponsesApi* | [**modify_a_response_by_response_id**](docs/SurveyResponsesApi.md#modify_a_response_by_response_id) | **PATCH** /v3/collectors/{COLLECTOR_ID}/responses/{RESPONSE_ID} | Modify a response by response id
|
|
1281
|
+
*SurveyMonkeySwaggerClient::SurveyResponsesApi* | [**replace_a_response_by_response_id**](docs/SurveyResponsesApi.md#replace_a_response_by_response_id) | **PUT** /v3/collectors/{COLLECTOR_ID}/responses/{RESPONSE_ID} | Replace a response by response id
|
|
1282
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**create_a_question**](docs/SurveysPagesAndQuestionsApi.md#create_a_question) | **POST** /v3/surveys/310099766/pages/{PAGE_ID}/questions | Create a question
|
|
1283
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**create_a_survey**](docs/SurveysPagesAndQuestionsApi.md#create_a_survey) | **POST** /v3/surveys | Create a survey
|
|
1284
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**create_a_survey_pages**](docs/SurveysPagesAndQuestionsApi.md#create_a_survey_pages) | **POST** /v3/surveys/310099766/pages | Create a survey pages
|
|
1285
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**delete_a_page**](docs/SurveysPagesAndQuestionsApi.md#delete_a_page) | **DELETE** /v3/surveys/310099766/pages/{PAGE_ID} | Delete a page
|
|
1286
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**delete_a_question**](docs/SurveysPagesAndQuestionsApi.md#delete_a_question) | **DELETE** /v3/surveys/310099766/pages/{PAGE_ID}/questions/{QUESTION_ID} | Delete a question
|
|
1287
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**delete_a_survey**](docs/SurveysPagesAndQuestionsApi.md#delete_a_survey) | **DELETE** /v3/surveys/310099766 | Delete a survey
|
|
1288
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**get_a_page_detail**](docs/SurveysPagesAndQuestionsApi.md#get_a_page_detail) | **GET** /v3/surveys/310099766/pages/{PAGE_ID} | Get a page detail
|
|
1289
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**get_a_question_detail**](docs/SurveysPagesAndQuestionsApi.md#get_a_question_detail) | **GET** /v3/surveys/310099766/pages/{PAGE_ID}/questions/{QUESTION_ID} | Get a question detail
|
|
1290
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**get_a_survey**](docs/SurveysPagesAndQuestionsApi.md#get_a_survey) | **GET** /v3/surveys/310099766 | Get a survey
|
|
1291
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**get_a_survey_details**](docs/SurveysPagesAndQuestionsApi.md#get_a_survey_details) | **GET** /v3/surveys/310099766/details | Get a survey details
|
|
1292
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**get_list_of_questions**](docs/SurveysPagesAndQuestionsApi.md#get_list_of_questions) | **GET** /v3/surveys/310099766/pages/{PAGE_ID}/questions | Get list of questions
|
|
1293
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**get_survey_categories**](docs/SurveysPagesAndQuestionsApi.md#get_survey_categories) | **GET** /v3/survey_categories | Get survey categories
|
|
1294
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**get_survey_pages**](docs/SurveysPagesAndQuestionsApi.md#get_survey_pages) | **GET** /v3/surveys/310099766/pages | Get survey pages
|
|
1295
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**get_survey_template**](docs/SurveysPagesAndQuestionsApi.md#get_survey_template) | **GET** /v3/survey_templates | Get survey template
|
|
1296
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**get_surveys**](docs/SurveysPagesAndQuestionsApi.md#get_surveys) | **GET** /v3/surveys | Get surveys
|
|
1297
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**modify_a_page**](docs/SurveysPagesAndQuestionsApi.md#modify_a_page) | **PATCH** /v3/surveys/310099766/pages/{PAGE_ID} | Modify a page
|
|
1298
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**modify_a_survey**](docs/SurveysPagesAndQuestionsApi.md#modify_a_survey) | **PATCH** /v3/surveys/310099766 | Modify a survey
|
|
1299
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**replace_a_page**](docs/SurveysPagesAndQuestionsApi.md#replace_a_page) | **PUT** /v3/surveys/310099766/pages/{PAGE_ID} | Replace a page
|
|
1300
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**replace_a_question**](docs/SurveysPagesAndQuestionsApi.md#replace_a_question) | **PUT** /v3/surveys/310099766/pages/{PAGE_ID}/questions/{QUESTION_ID} | Replace a question
|
|
1301
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**replace_a_survey**](docs/SurveysPagesAndQuestionsApi.md#replace_a_survey) | **PUT** /v3/surveys/310099766 | Replace a survey
|
|
1302
|
+
*SurveyMonkeySwaggerClient::SurveysPagesAndQuestionsApi* | [**update_a_question**](docs/SurveysPagesAndQuestionsApi.md#update_a_question) | **PATCH** /v3/surveys/310099766/pages/{PAGE_ID}/questions/{QUESTION_ID} | Update a question
|
|
1303
|
+
*SurveyMonkeySwaggerClient::TranslationsForMultilingualSurveysApi* | [**create_a_translation**](docs/TranslationsForMultilingualSurveysApi.md#create_a_translation) | **POST** /v3/surveys/{survey_id}/languages/{locale} | Create a translation
|
|
1304
|
+
*SurveyMonkeySwaggerClient::TranslationsForMultilingualSurveysApi* | [**get_a_survey_translation**](docs/TranslationsForMultilingualSurveysApi.md#get_a_survey_translation) | **GET** /v3/surveys/{survey_id}/languages | Get a survey translation
|
|
1305
|
+
*SurveyMonkeySwaggerClient::TranslationsForMultilingualSurveysApi* | [**get_available_languages**](docs/TranslationsForMultilingualSurveysApi.md#get_available_languages) | **GET** /v3/survey_languages | Get available languages
|
|
1306
|
+
*SurveyMonkeySwaggerClient::TranslationsForMultilingualSurveysApi* | [**get_translation_structure**](docs/TranslationsForMultilingualSurveysApi.md#get_translation_structure) | **GET** /v3/surveys/{survey_id}/languages/{locale} | Get translation structure
|
|
1307
|
+
*SurveyMonkeySwaggerClient::TranslationsForMultilingualSurveysApi* | [**modify_a_translation**](docs/TranslationsForMultilingualSurveysApi.md#modify_a_translation) | **PATCH** /v3/surveys/{survey_id}/languages/{locale} | Modify a translation
|
|
1308
|
+
*SurveyMonkeySwaggerClient::UsersAndGroupsApi* | [**get_a_group_member**](docs/UsersAndGroupsApi.md#get_a_group_member) | **GET** /v3/groups/GROUP_ID/members/MEMBER_ID | Get a group member
|
|
1309
|
+
*SurveyMonkeySwaggerClient::UsersAndGroupsApi* | [**get_group_members**](docs/UsersAndGroupsApi.md#get_group_members) | **GET** /v3/groups/GROUP_ID/members | Get group members
|
|
1310
|
+
*SurveyMonkeySwaggerClient::UsersAndGroupsApi* | [**get_user_details**](docs/UsersAndGroupsApi.md#get_user_details) | **GET** /v3/users/me | Get user details
|
|
1311
|
+
*SurveyMonkeySwaggerClient::UsersAndGroupsApi* | [**get_user_group**](docs/UsersAndGroupsApi.md#get_user_group) | **GET** /v3/groups | Get user group
|
|
1312
|
+
*SurveyMonkeySwaggerClient::UsersAndGroupsApi* | [**get_user_group_by_id**](docs/UsersAndGroupsApi.md#get_user_group_by_id) | **GET** /v3/groups/GROUP_ID | Get user group by id
|
|
1313
|
+
*SurveyMonkeySwaggerClient::WebhooksApi* | [**create_a_webhooks**](docs/WebhooksApi.md#create_a_webhooks) | **POST** /v3/webhooks | Create a webhooks
|
|
1314
|
+
*SurveyMonkeySwaggerClient::WebhooksApi* | [**delete_a_webhook**](docs/WebhooksApi.md#delete_a_webhook) | **DELETE** /v3/webhooks/{WEBHOOK_ID} | Delete a webhook
|
|
1315
|
+
*SurveyMonkeySwaggerClient::WebhooksApi* | [**get_a_list_of_webhooks**](docs/WebhooksApi.md#get_a_list_of_webhooks) | **GET** /v3/webhooks | Get a list of webhooks
|
|
1316
|
+
*SurveyMonkeySwaggerClient::WebhooksApi* | [**get_a_webhook_by_id**](docs/WebhooksApi.md#get_a_webhook_by_id) | **GET** /v3/webhooks/{WEBHOOK_ID} | Get a webhook by id
|
|
1317
|
+
*SurveyMonkeySwaggerClient::WebhooksApi* | [**modify_a_webhook**](docs/WebhooksApi.md#modify_a_webhook) | **PATCH** /v3/webhooks/{WEBHOOK_ID} | Modify a webhook
|
|
1318
|
+
*SurveyMonkeySwaggerClient::WebhooksApi* | [**replace_a_webhook**](docs/WebhooksApi.md#replace_a_webhook) | **PUT** /v3/webhooks/{WEBHOOK_ID} | Replace a webhook
|
|
1319
|
+
|
|
1320
|
+
## Documentation for Models
|
|
1321
|
+
|
|
1322
|
+
- [SurveyMonkeySwaggerClient::COLLECTORIDMessagesBody](docs/COLLECTORIDMessagesBody.md)
|
|
1323
|
+
- [SurveyMonkeySwaggerClient::COLLECTORIDResponsesBody](docs/COLLECTORIDResponsesBody.md)
|
|
1324
|
+
- [SurveyMonkeySwaggerClient::CONTACTLISTIDCopyBody](docs/CONTACTLISTIDCopyBody.md)
|
|
1325
|
+
- [SurveyMonkeySwaggerClient::CollectorsCOLLECTORIDBody](docs/CollectorsCOLLECTORIDBody.md)
|
|
1326
|
+
- [SurveyMonkeySwaggerClient::CollectorsCOLLECTORIDBody1](docs/CollectorsCOLLECTORIDBody1.md)
|
|
1327
|
+
- [SurveyMonkeySwaggerClient::ContactFieldsCONTACTFIELDIDBody](docs/ContactFieldsCONTACTFIELDIDBody.md)
|
|
1328
|
+
- [SurveyMonkeySwaggerClient::ContactListsCONTACTLISTIDBody](docs/ContactListsCONTACTLISTIDBody.md)
|
|
1329
|
+
- [SurveyMonkeySwaggerClient::ContactListsCONTACTLISTIDBody1](docs/ContactListsCONTACTLISTIDBody1.md)
|
|
1330
|
+
- [SurveyMonkeySwaggerClient::ContactsBulkBody](docs/ContactsBulkBody.md)
|
|
1331
|
+
- [SurveyMonkeySwaggerClient::ContactsBulkBody1](docs/ContactsBulkBody1.md)
|
|
1332
|
+
- [SurveyMonkeySwaggerClient::ContactsCONTACTIDBody](docs/ContactsCONTACTIDBody.md)
|
|
1333
|
+
- [SurveyMonkeySwaggerClient::ContactsCONTACTIDBody1](docs/ContactsCONTACTIDBody1.md)
|
|
1334
|
+
- [SurveyMonkeySwaggerClient::InlineResponse200](docs/InlineResponse200.md)
|
|
1335
|
+
- [SurveyMonkeySwaggerClient::InlineResponse201](docs/InlineResponse201.md)
|
|
1336
|
+
- [SurveyMonkeySwaggerClient::LanguagesLocaleBody](docs/LanguagesLocaleBody.md)
|
|
1337
|
+
- [SurveyMonkeySwaggerClient::LanguagesLocaleBody1](docs/LanguagesLocaleBody1.md)
|
|
1338
|
+
- [SurveyMonkeySwaggerClient::MESSAGEIDRecipientsBody](docs/MESSAGEIDRecipientsBody.md)
|
|
1339
|
+
- [SurveyMonkeySwaggerClient::MESSAGEIDSendBody](docs/MESSAGEIDSendBody.md)
|
|
1340
|
+
- [SurveyMonkeySwaggerClient::MessagesMESSAGEIDBody](docs/MessagesMESSAGEIDBody.md)
|
|
1341
|
+
- [SurveyMonkeySwaggerClient::MessagesMESSAGEIDBody1](docs/MessagesMESSAGEIDBody1.md)
|
|
1342
|
+
- [SurveyMonkeySwaggerClient::Model310099766CollectorsBody](docs/Model310099766CollectorsBody.md)
|
|
1343
|
+
- [SurveyMonkeySwaggerClient::Model310099766PagesBody](docs/Model310099766PagesBody.md)
|
|
1344
|
+
- [SurveyMonkeySwaggerClient::PAGEIDQuestionsBody](docs/PAGEIDQuestionsBody.md)
|
|
1345
|
+
- [SurveyMonkeySwaggerClient::PagesPAGEIDBody](docs/PagesPAGEIDBody.md)
|
|
1346
|
+
- [SurveyMonkeySwaggerClient::PagesPAGEIDBody1](docs/PagesPAGEIDBody1.md)
|
|
1347
|
+
- [SurveyMonkeySwaggerClient::QuestionsQUESTIONIDBody](docs/QuestionsQUESTIONIDBody.md)
|
|
1348
|
+
- [SurveyMonkeySwaggerClient::QuestionsQUESTIONIDBody1](docs/QuestionsQUESTIONIDBody1.md)
|
|
1349
|
+
- [SurveyMonkeySwaggerClient::RecipientsBulkBody](docs/RecipientsBulkBody.md)
|
|
1350
|
+
- [SurveyMonkeySwaggerClient::ResponsesRESPONSEIDBody](docs/ResponsesRESPONSEIDBody.md)
|
|
1351
|
+
- [SurveyMonkeySwaggerClient::ResponsesRESPONSEIDBody1](docs/ResponsesRESPONSEIDBody1.md)
|
|
1352
|
+
- [SurveyMonkeySwaggerClient::SurveyFoldersFolderIdBody](docs/SurveyFoldersFolderIdBody.md)
|
|
1353
|
+
- [SurveyMonkeySwaggerClient::Surveys310099766Body](docs/Surveys310099766Body.md)
|
|
1354
|
+
- [SurveyMonkeySwaggerClient::Surveys310099766Body1](docs/Surveys310099766Body1.md)
|
|
1355
|
+
- [SurveyMonkeySwaggerClient::V3ContactListsBody](docs/V3ContactListsBody.md)
|
|
1356
|
+
- [SurveyMonkeySwaggerClient::V3ContactsBody](docs/V3ContactsBody.md)
|
|
1357
|
+
- [SurveyMonkeySwaggerClient::V3SurveyFoldersBody](docs/V3SurveyFoldersBody.md)
|
|
1358
|
+
- [SurveyMonkeySwaggerClient::V3SurveysBody](docs/V3SurveysBody.md)
|
|
1359
|
+
- [SurveyMonkeySwaggerClient::V3WebhooksBody](docs/V3WebhooksBody.md)
|
|
1360
|
+
- [SurveyMonkeySwaggerClient::V3collectorsCOLLECTORIDmessagesMESSAGEIDrecipientsbulkContacts](docs/V3collectorsCOLLECTORIDmessagesMESSAGEIDrecipientsbulkContacts.md)
|
|
1361
|
+
- [SurveyMonkeySwaggerClient::V3collectorsCOLLECTORIDmessagesMESSAGEIDrecipientsbulkCustomFields](docs/V3collectorsCOLLECTORIDmessagesMESSAGEIDrecipientsbulkCustomFields.md)
|
|
1362
|
+
- [SurveyMonkeySwaggerClient::V3collectorsCOLLECTORIDmessagesMESSAGEIDrecipientsbulkExtraFields](docs/V3collectorsCOLLECTORIDmessagesMESSAGEIDrecipientsbulkExtraFields.md)
|
|
1363
|
+
- [SurveyMonkeySwaggerClient::V3collectorsCOLLECTORIDresponsesAnswers](docs/V3collectorsCOLLECTORIDresponsesAnswers.md)
|
|
1364
|
+
- [SurveyMonkeySwaggerClient::V3collectorsCOLLECTORIDresponsesPages](docs/V3collectorsCOLLECTORIDresponsesPages.md)
|
|
1365
|
+
- [SurveyMonkeySwaggerClient::V3collectorsCOLLECTORIDresponsesQuestions](docs/V3collectorsCOLLECTORIDresponsesQuestions.md)
|
|
1366
|
+
- [SurveyMonkeySwaggerClient::V3contactListsCONTACTLISTIDcontactsbulkContacts](docs/V3contactListsCONTACTLISTIDcontactsbulkContacts.md)
|
|
1367
|
+
- [SurveyMonkeySwaggerClient::V3contactsbulkContacts](docs/V3contactsbulkContacts.md)
|
|
1368
|
+
- [SurveyMonkeySwaggerClient::V3surveys310099766pagesPAGEIDquestionsAnswers](docs/V3surveys310099766pagesPAGEIDquestionsAnswers.md)
|
|
1369
|
+
- [SurveyMonkeySwaggerClient::V3surveys310099766pagesPAGEIDquestionsAnswersChoices](docs/V3surveys310099766pagesPAGEIDquestionsAnswersChoices.md)
|
|
1370
|
+
- [SurveyMonkeySwaggerClient::V3surveys310099766pagesPAGEIDquestionsHeadings](docs/V3surveys310099766pagesPAGEIDquestionsHeadings.md)
|
|
1371
|
+
- [SurveyMonkeySwaggerClient::V3surveys310099766pagesPAGEIDquestionsQUESTIONIDAnswers](docs/V3surveys310099766pagesPAGEIDquestionsQUESTIONIDAnswers.md)
|
|
1372
|
+
- [SurveyMonkeySwaggerClient::V3surveys310099766pagesPAGEIDquestionsQUESTIONIDAnswersChoices](docs/V3surveys310099766pagesPAGEIDquestionsQUESTIONIDAnswersChoices.md)
|
|
1373
|
+
- [SurveyMonkeySwaggerClient::V3surveys310099766pagesPAGEIDquestionsRandomAssignment](docs/V3surveys310099766pagesPAGEIDquestionsRandomAssignment.md)
|
|
1374
|
+
- [SurveyMonkeySwaggerClient::V3surveyssurveyIdlanguageslocaleTranslations](docs/V3surveyssurveyIdlanguageslocaleTranslations.md)
|
|
1375
|
+
- [SurveyMonkeySwaggerClient::WebhooksWEBHOOKIDBody](docs/WebhooksWEBHOOKIDBody.md)
|
|
1376
|
+
- [SurveyMonkeySwaggerClient::WebhooksWEBHOOKIDBody1](docs/WebhooksWEBHOOKIDBody1.md)
|
|
1377
|
+
|
|
1378
|
+
## Documentation for Authorization
|
|
1379
|
+
|
|
1380
|
+
All endpoints do not require authorization.
|
|
1381
|
+
|