qualtrics 0.5.1 → 0.5.2

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.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -0
  3. data/lib/qualtrics/entity.rb +5 -5
  4. data/lib/qualtrics/operation.rb +21 -6
  5. data/lib/qualtrics/panel_import.rb +3 -15
  6. data/lib/qualtrics/panel_import_file.rb +1 -1
  7. data/lib/qualtrics/recipient_import_row.rb +14 -14
  8. data/lib/qualtrics/response.rb +6 -1
  9. data/lib/qualtrics/version.rb +1 -1
  10. data/spec/fixtures/vcr_cassettes/Qualtrics_Distribution/creating_to_qualtrics/can_retrieve_a_panel_of_distributions_in_qualtrics.yml +141 -162
  11. data/spec/fixtures/vcr_cassettes/Qualtrics_Distribution/creating_to_qualtrics/can_update_itself.yml +124 -145
  12. data/spec/fixtures/vcr_cassettes/Qualtrics_Mailer/creating_to_qualtrics/sends_a_reminder_to_a_distribution.yml +98 -119
  13. data/spec/fixtures/vcr_cassettes/Qualtrics_Mailer/creating_to_qualtrics/sends_a_survey_to_a_panel_and_creates_a_distribution.yml +87 -108
  14. data/spec/fixtures/vcr_cassettes/Qualtrics_Mailer/creating_to_qualtrics/sends_a_survey_to_an_individual_and_creates_a_distribution.yml +87 -108
  15. data/spec/fixtures/vcr_cassettes/Qualtrics_Message/creating_to_qualtrics/persists_to_qualtrics.yml +11 -11
  16. data/spec/fixtures/vcr_cassettes/Qualtrics_Message/creating_to_qualtrics/populates_the_message_id_when_successful.yml +12 -12
  17. data/spec/fixtures/vcr_cassettes/Qualtrics_Message/creating_to_qualtrics/populates_the_success_attribute.yml +12 -12
  18. data/spec/fixtures/vcr_cassettes/Qualtrics_Message/retrieves_an_array_of_all_panels_in_a_library.yml +31 -31
  19. data/spec/fixtures/vcr_cassettes/Qualtrics_Panel/creating_to_qualtrics/persists_to_qualtrics.yml +22 -22
  20. data/spec/fixtures/vcr_cassettes/Qualtrics_Panel/creating_to_qualtrics/populates_the_panel_id_when_successful.yml +22 -22
  21. data/spec/fixtures/vcr_cassettes/Qualtrics_Panel/creating_to_qualtrics/populates_the_success_attribute.yml +22 -22
  22. data/spec/fixtures/vcr_cassettes/Qualtrics_Panel/destroys_a_panel_that_returns_true_when_successful.yml +22 -22
  23. data/spec/fixtures/vcr_cassettes/Qualtrics_Panel/raises_an_error_when_you_attempt_to_save_an_already_presisted_panel.yml +11 -11
  24. data/spec/fixtures/vcr_cassettes/Qualtrics_Panel/retrieves_an_array_of_all_panels_in_a_library.yml +625 -619
  25. data/spec/fixtures/vcr_cassettes/Qualtrics_PanelImport/transmits_to_qualtrics.yml +70 -31
  26. data/spec/fixtures/vcr_cassettes/Qualtrics_Recipient/creating_to_qualtrics/persists_to_qualtrics.yml +32 -32
  27. data/spec/fixtures/vcr_cassettes/Qualtrics_Recipient/creating_to_qualtrics/populates_the_recipient_id_when_successful.yml +33 -33
  28. data/spec/fixtures/vcr_cassettes/Qualtrics_Recipient/creating_to_qualtrics/populates_the_success_attribute.yml +33 -33
  29. data/spec/fixtures/vcr_cassettes/Qualtrics_Recipient/creating_to_qualtrics/raises_an_error_when_a_recipient_is_created_without_specifying_a_panel_id.yml +21 -21
  30. data/spec/fixtures/vcr_cassettes/Qualtrics_Recipient/recipient_made_in_qualtrics/can_delete_itself_in_qualtrics.yml +63 -63
  31. data/spec/fixtures/vcr_cassettes/Qualtrics_Recipient/recipient_made_in_qualtrics/can_update_itself_in_qualtrics.yml +63 -63
  32. data/spec/fixtures/vcr_cassettes/Qualtrics_Recipient/recipient_made_in_qualtrics/gets_its_information_in_qualtrics.yml +41 -41
  33. data/spec/fixtures/vcr_cassettes/Qualtrics_Survey/creating_to_qualtrics/can_be_activated_or_deactivated.yml +44 -65
  34. data/spec/fixtures/vcr_cassettes/Qualtrics_Survey/creating_to_qualtrics/destroys_a_survey_that_returns_true_when_successful.yml +23 -44
  35. data/spec/fixtures/vcr_cassettes/Qualtrics_Survey/creating_to_qualtrics/populates_the_survey_id_when_successful.yml +24 -45
  36. data/spec/fixtures/vcr_cassettes/Qualtrics_Survey/creating_to_qualtrics/retrieves_an_array_of_all_surveys.yml +57 -79
  37. data/spec/fixtures/vcr_cassettes/Qualtrics_SurveyImport/transmits_to_qualtrics.yml +24 -45
  38. data/spec/qualtrics/panel_import_file_spec.rb +1 -1
  39. data/spec/qualtrics/panel_import_spec.rb +3 -3
  40. data/spec/qualtrics/recipient_import_row_spec.rb +7 -7
  41. data/spec/qualtrics/response_spec.rb +10 -0
  42. metadata +2 -2
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: Category=Great+Category&Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&Name=Newest+Panel&Request=createPanel&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.9.1
11
+ - Faraday v0.9.0
12
12
  Content-Type:
13
13
  - application/x-www-form-urlencoded
14
14
  Accept-Encoding:
@@ -25,42 +25,42 @@ http_interactions:
25
25
  Cache-Control:
26
26
  - max-age=315360000
27
27
  Expires:
28
- - Sat, 08 Feb 2025 19:15:05 GMT
28
+ - Sun, 23 Feb 2025 16:45:13 GMT
29
29
  P3p:
30
30
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
31
31
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
32
32
  Servershortname:
33
- - w11
33
+ - w17
34
34
  X-Cnection:
35
35
  - close
36
36
  X-Edgeconnect-Midmile-Rtt:
37
- - '10'
38
- - '16'
37
+ - '18'
38
+ - '4'
39
39
  X-Edgeconnect-Origin-Mex-Latency:
40
- - '284'
41
- - '744'
40
+ - '391'
41
+ - '862'
42
42
  Content-Length:
43
43
  - '82'
44
44
  Content-Type:
45
45
  - application/json
46
46
  Date:
47
- - Wed, 11 Feb 2015 19:15:06 GMT
47
+ - Thu, 26 Feb 2015 16:45:13 GMT
48
48
  Connection:
49
49
  - keep-alive
50
50
  body:
51
51
  encoding: UTF-8
52
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"PanelID\":\"ML_2i9pIk4v113O93D\"}}"
52
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"PanelID":"ML_eKE2eMKYvl0k1bn"}}'
53
53
  http_version:
54
- recorded_at: Wed, 11 Feb 2015 19:15:08 GMT
54
+ recorded_at: Thu, 26 Feb 2015 16:45:19 GMT
55
55
  - request:
56
56
  method: post
57
57
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
58
58
  body:
59
59
  encoding: UTF-8
60
- string: Email=working%40hard.com&Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_2i9pIk4v113O93D&Request=addRecipient&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
60
+ string: Email=working%40hard.com&Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_eKE2eMKYvl0k1bn&Request=addRecipient&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
61
61
  headers:
62
62
  User-Agent:
63
- - Faraday v0.9.1
63
+ - Faraday v0.9.0
64
64
  Content-Type:
65
65
  - application/x-www-form-urlencoded
66
66
  Accept-Encoding:
@@ -77,42 +77,42 @@ http_interactions:
77
77
  Cache-Control:
78
78
  - max-age=315360000
79
79
  Expires:
80
- - Sat, 08 Feb 2025 19:15:06 GMT
80
+ - Sun, 23 Feb 2025 16:45:14 GMT
81
81
  P3p:
82
82
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
83
83
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
84
84
  Servershortname:
85
- - w295
85
+ - w18
86
86
  X-Cnection:
87
87
  - close
88
88
  X-Edgeconnect-Midmile-Rtt:
89
- - '17'
90
- - '9'
89
+ - '14'
90
+ - '4'
91
91
  X-Edgeconnect-Origin-Mex-Latency:
92
- - '202'
93
- - '617'
92
+ - '204'
93
+ - '631'
94
94
  Content-Length:
95
95
  - '88'
96
96
  Content-Type:
97
97
  - application/json
98
98
  Date:
99
- - Wed, 11 Feb 2015 19:15:06 GMT
99
+ - Thu, 26 Feb 2015 16:45:14 GMT
100
100
  Connection:
101
101
  - keep-alive
102
102
  body:
103
103
  encoding: UTF-8
104
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"RecipientID\":\"MLRP_aWDyaPtCl3V5tat\"}}"
104
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"RecipientID":"MLRP_3lpkEWAVIdnGxw1"}}'
105
105
  http_version:
106
- recorded_at: Wed, 11 Feb 2015 19:15:09 GMT
106
+ recorded_at: Thu, 26 Feb 2015 16:45:19 GMT
107
107
  - request:
108
108
  method: post
109
109
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
110
110
  body:
111
111
  encoding: UTF-8
112
- string: Email=notworking%40hard.com&Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_2i9pIk4v113O93D&Request=addRecipient&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
112
+ string: Email=notworking%40hard.com&Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_eKE2eMKYvl0k1bn&Request=addRecipient&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
113
113
  headers:
114
114
  User-Agent:
115
- - Faraday v0.9.1
115
+ - Faraday v0.9.0
116
116
  Content-Type:
117
117
  - application/x-www-form-urlencoded
118
118
  Accept-Encoding:
@@ -129,65 +129,44 @@ http_interactions:
129
129
  Cache-Control:
130
130
  - max-age=315360000
131
131
  Expires:
132
- - Sat, 08 Feb 2025 19:15:07 GMT
132
+ - Sun, 23 Feb 2025 16:45:15 GMT
133
133
  P3p:
134
134
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
135
135
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
136
136
  Servershortname:
137
- - w19
137
+ - w7
138
138
  X-Cnection:
139
139
  - close
140
140
  X-Edgeconnect-Midmile-Rtt:
141
- - '16'
141
+ - '1'
142
142
  - '9'
143
143
  X-Edgeconnect-Origin-Mex-Latency:
144
- - '215'
145
- - '669'
144
+ - '185'
145
+ - '688'
146
146
  Content-Length:
147
147
  - '88'
148
148
  Content-Type:
149
149
  - application/json
150
150
  Date:
151
- - Wed, 11 Feb 2015 19:15:07 GMT
151
+ - Thu, 26 Feb 2015 16:45:15 GMT
152
152
  Connection:
153
153
  - keep-alive
154
154
  body:
155
155
  encoding: UTF-8
156
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"RecipientID\":\"MLRP_2rCJbcP2pGPaatT\"}}"
156
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"RecipientID":"MLRP_1z9CZNyZJoHpbqB"}}'
157
157
  http_version:
158
- recorded_at: Wed, 11 Feb 2015 19:15:10 GMT
158
+ recorded_at: Thu, 26 Feb 2015 16:45:20 GMT
159
159
  - request:
160
160
  method: post
161
161
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
162
162
  body:
163
163
  encoding: UTF-8
164
- string: "-------------RubyMultipartPost\r\nContent-Disposition: form-data; name=\"Name\"\r\n\r\nComplex
165
- survey\r\n-------------RubyMultipartPost\r\nContent-Disposition: form-data;
166
- name=\"Data\"; filename=\"sample_survey.xml\"\r\nContent-Length: 1296\r\nContent-Type:
167
- text/xml\r\nContent-Transfer-Encoding: binary\r\n\r\n<?xml version=\"1.0\"
168
- encoding=\"UTF-8\"?>\n<SurveyDefinition><SurveyName>Sample survey</SurveyName><OwnerID><QUALTRICS_LIBRARY_ID></OwnerID><isActive>0</isActive><CreationDate>2015-02-05
169
- 13:57:01</CreationDate><LastModifiedDate>2015-02-05 13:57:41</LastModifiedDate><StartDate>0000-00-00
170
- 00:00:00</StartDate><ExpirationDate>0000-00-00 00:00:00</ExpirationDate><Languages><Language
171
- Default=\"1\">EN</Language></Languages><Questions><Question QuestionID=\"QID1\"><Type>MC</Type><Selector>SAVR</Selector><SubSelector>TX</SubSelector><QuestionText><![CDATA[Only
172
- one questions]]></QuestionText><QuestionDescription><![CDATA[Only one questions]]></QuestionDescription><ExportTag><![CDATA[Q1]]></ExportTag><Validation><ForceResponse>0</ForceResponse></Validation><Choices><Choice
173
- ID=\"1\" Recode=\"1\"><Description><![CDATA[Not this]]></Description></Choice><Choice
174
- ID=\"2\" Recode=\"2\"><Description><![CDATA[This is it]]></Description></Choice><Choice
175
- ID=\"3\" Recode=\"3\"><Description><![CDATA[Cool answer]]></Description></Choice></Choices></Question></Questions><Blocks><Block
176
- Description=\"Default Question Block\" ID=\"BL_bef14vSx8WZHkdn\"><BlockElements><Question
177
- QuestionID=\"QID1\"/></BlockElements></Block></Blocks><SurveyFlow><Block FlowID=\"FL_2\"
178
- ID=\"BL_bef14vSx8WZHkdn\"/></SurveyFlow><EmbeddedData/></SurveyDefinition>\n\r\n-------------RubyMultipartPost\r\nContent-Disposition:
179
- form-data; name=\"User\"\r\n\r\n<QUALTRICS_USER>\r\n-------------RubyMultipartPost\r\nContent-Disposition:
180
- form-data; name=\"Token\"\r\n\r\n<QUALTRICS_TOKEN>\r\n-------------RubyMultipartPost\r\nContent-Disposition:
181
- form-data; name=\"Version\"\r\n\r\n2.3\r\n-------------RubyMultipartPost\r\nContent-Disposition:
182
- form-data; name=\"Format\"\r\n\r\nJSON\r\n-------------RubyMultipartPost\r\nContent-Disposition:
183
- form-data; name=\"Request\"\r\n\r\nimportSurvey\r\n-------------RubyMultipartPost--\r\n\r\n"
164
+ string: Data=%23%3CUploadIO%3A0x007f86aab6efa8%3E&Format=JSON&Name=Complex+survey&Request=importSurvey&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
184
165
  headers:
185
166
  User-Agent:
186
- - Faraday v0.9.1
167
+ - Faraday v0.9.0
187
168
  Content-Type:
188
- - multipart/form-data; boundary=-----------RubyMultipartPost
189
- Content-Length:
190
- - '2120'
169
+ - application/x-www-form-urlencoded
191
170
  Accept-Encoding:
192
171
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
193
172
  Accept:
@@ -202,33 +181,33 @@ http_interactions:
202
181
  Cache-Control:
203
182
  - max-age=315360000
204
183
  Expires:
205
- - Sat, 08 Feb 2025 19:15:07 GMT
184
+ - Sun, 23 Feb 2025 16:45:15 GMT
206
185
  P3p:
207
186
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
208
187
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
209
188
  Servershortname:
210
- - w295
189
+ - w11
211
190
  X-Cnection:
212
191
  - close
213
192
  X-Edgeconnect-Midmile-Rtt:
214
- - '17'
215
- - '9'
193
+ - '19'
194
+ - '8'
216
195
  X-Edgeconnect-Origin-Mex-Latency:
217
- - '534'
218
- - '958'
196
+ - '1077'
197
+ - '643'
219
198
  Content-Length:
220
199
  - '83'
221
200
  Content-Type:
222
201
  - application/json
223
202
  Date:
224
- - Wed, 11 Feb 2015 19:15:08 GMT
203
+ - Thu, 26 Feb 2015 16:45:16 GMT
225
204
  Connection:
226
205
  - keep-alive
227
206
  body:
228
207
  encoding: UTF-8
229
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"SurveyID\":\"SV_9Sln41J76uDNFit\"}}"
208
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"SurveyID":"SV_eYiuFpqEnilVmVn"}}'
230
209
  http_version:
231
- recorded_at: Wed, 11 Feb 2015 19:15:11 GMT
210
+ recorded_at: Thu, 26 Feb 2015 16:45:21 GMT
232
211
  - request:
233
212
  method: post
234
213
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
@@ -237,7 +216,7 @@ http_interactions:
237
216
  string: Category=InviteEmails&Format=JSON&Language=EN&LibraryID=<QUALTRICS_LIBRARY_ID>&Message=Welcome&Name=Newest+Message&Request=createLibraryMessage&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
238
217
  headers:
239
218
  User-Agent:
240
- - Faraday v0.9.1
219
+ - Faraday v0.9.0
241
220
  Content-Type:
242
221
  - application/x-www-form-urlencoded
243
222
  Accept-Encoding:
@@ -254,43 +233,43 @@ http_interactions:
254
233
  Cache-Control:
255
234
  - max-age=315360000
256
235
  Expires:
257
- - Sat, 08 Feb 2025 19:15:09 GMT
236
+ - Sun, 23 Feb 2025 16:45:17 GMT
258
237
  P3p:
259
238
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
260
239
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
261
240
  Servershortname:
262
- - w015
241
+ - w631
263
242
  X-Cnection:
264
243
  - close
265
244
  X-Edgeconnect-Midmile-Rtt:
266
- - '15'
267
- - '9'
245
+ - '12'
246
+ - '3'
268
247
  X-Edgeconnect-Origin-Mex-Latency:
269
- - '206'
270
- - '588'
248
+ - '204'
249
+ - '726'
271
250
  Content-Length:
272
251
  - '174'
273
252
  Content-Type:
274
253
  - application/json
275
254
  Date:
276
- - Wed, 11 Feb 2015 19:15:09 GMT
255
+ - Thu, 26 Feb 2015 16:45:17 GMT
277
256
  Connection:
278
257
  - keep-alive
279
258
  body:
280
259
  encoding: UTF-8
281
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"LibraryID\":\"<QUALTRICS_LIBRARY_ID>\",\"MessageID\":\"MS_bK4jk5GXecX8ZCJ\",\"Description\":\"Newest
282
- Message\",\"Category\":\"InviteEmails\"}}"
260
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"LibraryID":"<QUALTRICS_LIBRARY_ID>","MessageID":"MS_4HJhBbFLTIa84FD","Description":"Newest
261
+ Message","Category":"InviteEmails"}}'
283
262
  http_version:
284
- recorded_at: Wed, 11 Feb 2015 19:15:12 GMT
263
+ recorded_at: Thu, 26 Feb 2015 16:45:22 GMT
285
264
  - request:
286
265
  method: post
287
266
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
288
267
  body:
289
268
  encoding: UTF-8
290
- string: Format=JSON&FromEmail=example%40example.com&FromName=yes_qualtrics&MessageID=MS_bK4jk5GXecX8ZCJ&MessageLibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_2i9pIk4v113O93D&PanelLibraryID=<QUALTRICS_LIBRARY_ID>&RecipientID=MLRP_aWDyaPtCl3V5tat&Request=sendSurveyToIndividual&SendDate=2015-02-11+12%3A15%3A12&SentFromAddress=noreply%40qemailserver.com&Subject=game+convention&SurveyID=SV_9Sln41J76uDNFit&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
269
+ string: Format=JSON&FromEmail=example%40example.com&FromName=yes_qualtrics&MessageID=MS_4HJhBbFLTIa84FD&MessageLibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_eKE2eMKYvl0k1bn&PanelLibraryID=<QUALTRICS_LIBRARY_ID>&RecipientID=MLRP_3lpkEWAVIdnGxw1&Request=sendSurveyToIndividual&SendDate=2015-02-26+09%3A45%3A22&SentFromAddress=noreply%40qemailserver.com&Subject=game+convention&SurveyID=SV_eYiuFpqEnilVmVn&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
291
270
  headers:
292
271
  User-Agent:
293
- - Faraday v0.9.1
272
+ - Faraday v0.9.0
294
273
  Content-Type:
295
274
  - application/x-www-form-urlencoded
296
275
  Accept-Encoding:
@@ -307,42 +286,42 @@ http_interactions:
307
286
  Cache-Control:
308
287
  - max-age=315360000
309
288
  Expires:
310
- - Sat, 08 Feb 2025 19:15:09 GMT
289
+ - Sun, 23 Feb 2025 16:45:17 GMT
311
290
  P3p:
312
291
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
313
292
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
314
293
  Servershortname:
315
- - w17
294
+ - w634
316
295
  X-Cnection:
317
296
  - close
318
297
  X-Edgeconnect-Midmile-Rtt:
319
- - '16'
320
- - '9'
298
+ - '12'
299
+ - '2'
321
300
  X-Edgeconnect-Origin-Mex-Latency:
322
- - '1121'
323
- - '649'
301
+ - '1050'
302
+ - '604'
324
303
  Content-Length:
325
304
  - '154'
326
305
  Content-Type:
327
306
  - application/json
328
307
  Date:
329
- - Wed, 11 Feb 2015 19:15:10 GMT
308
+ - Thu, 26 Feb 2015 16:45:18 GMT
330
309
  Connection:
331
310
  - keep-alive
332
311
  body:
333
312
  encoding: UTF-8
334
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"Success\":true,\"EmailDistributionID\":\"EMD_cPkytBbBvSK0nmR\",\"DistributionQueueID\":\"EMD_cPkytBbBvSK0nmR\"}}"
313
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"Success":true,"EmailDistributionID":"EMD_b8E27DbWW5znDyl","DistributionQueueID":"EMD_b8E27DbWW5znDyl"}}'
335
314
  http_version:
336
- recorded_at: Wed, 11 Feb 2015 19:15:13 GMT
315
+ recorded_at: Thu, 26 Feb 2015 16:45:23 GMT
337
316
  - request:
338
317
  method: get
339
- uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php?DistributionID=EMD_cPkytBbBvSK0nmR&Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&Request=getDistributions&SurveyID=SV_9Sln41J76uDNFit&Token=<QUALTRICS_TOKEN>&User=<QUALTRICS_USER>&Version=2.3
318
+ uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php?DistributionID=EMD_b8E27DbWW5znDyl&Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&Request=getDistributions&SurveyID=SV_eYiuFpqEnilVmVn&Token=<QUALTRICS_TOKEN>&User=<QUALTRICS_USER>&Version=2.3
340
319
  body:
341
320
  encoding: US-ASCII
342
321
  string: ''
343
322
  headers:
344
323
  User-Agent:
345
- - Faraday v0.9.1
324
+ - Faraday v0.9.0
346
325
  Accept-Encoding:
347
326
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
348
327
  Accept:
@@ -357,7 +336,7 @@ http_interactions:
357
336
  Cache-Control:
358
337
  - max-age=315360000
359
338
  Expires:
360
- - Sat, 08 Feb 2025 19:15:10 GMT
339
+ - Sun, 23 Feb 2025 16:45:19 GMT
361
340
  P3p:
362
341
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
363
342
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
@@ -366,37 +345,37 @@ http_interactions:
366
345
  X-Cnection:
367
346
  - close
368
347
  X-Edgeconnect-Midmile-Rtt:
369
- - '18'
370
- - '9'
348
+ - '14'
349
+ - '3'
371
350
  X-Edgeconnect-Origin-Mex-Latency:
372
- - '311'
373
- - '717'
351
+ - '335'
352
+ - '778'
374
353
  Content-Length:
375
354
  - '1355'
376
355
  Content-Type:
377
356
  - application/json
378
357
  Date:
379
- - Wed, 11 Feb 2015 19:15:11 GMT
358
+ - Thu, 26 Feb 2015 16:45:19 GMT
380
359
  Connection:
381
360
  - keep-alive
382
361
  body:
383
362
  encoding: UTF-8
384
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"Distributions\":{\"EmailDistributionID\":\"EMD_cPkytBbBvSK0nmR\",\"ParentEmailDistributionID\":null,\"OwnerID\":\"<QUALTRICS_LIBRARY_ID>\",\"ServerID\":null,\"BrandID\":\"brookeside\",\"RequestStatus\":\"Pending\",\"RequestType\":\"Invite\",\"SurveyID\":\"SV_9Sln41J76uDNFit\",\"DistributionQueueID\":null,\"IndexID\":\"ML_2i9pIk4v113O93D\",\"SendDate\":\"2015-02-11
385
- 12:15:12\",\"ApproxEmails\":1,\"EmailsSent\":\"0\",\"EmailsFailed\":\"0\",\"EmailsResponded\":\"0\",\"EmailsBounced\":\"0\",\"EmailsOpened\":\"0\",\"EmailsSkipped\":\"0\",\"LastRecipientRowID\":null,\"SurveysFinished\":\"0\",\"DistributionLog\":null,\"Temporary\":\"0\",\"Complaints\":\"0\",\"JobID\":\"J_eG5NEBHHGBQ2q1f\",\"DeletedDate\":null,\"CreatedDate\":\"2015-02-11
386
- 12:15:10\",\"ModifiedDate\":\"2015-02-11 12:15:10\",\"SentFromAddress\":\"noreply@qemailserver.com\",\"FromEmailAddress\":\"example@example.com\",\"FromName\":\"yes_qualtrics\",\"Subject\":\"game
387
- convention\",\"MessageLibraryID\":\"<QUALTRICS_LIBRARY_ID>\",\"MessageID\":\"MS_bK4jk5GXecX8ZCJ\",\"ExpirationDate\":\"2015-04-12
388
- 12:15:12\",\"LinkType\":\"Individual\",\"MailingListID\":\"ML_2i9pIk4v113O93D\",\"RecipientID\":\"MLRP_aWDyaPtCl3V5tat\",\"PanelID\":\"ML_2i9pIk4v113O93D\",\"IDS\":{\"MessageLibraryID\":\"<QUALTRICS_LIBRARY_ID>\",\"RecipientLibraryID\":\"<QUALTRICS_LIBRARY_ID>\",\"RecipientMailingListID\":\"ML_2i9pIk4v113O93D\"},\"ExpireDay\":\"custom\",\"RecipientLibraryID\":\"<QUALTRICS_LIBRARY_ID>\",\"UseDistributionLink\":false}}}"
363
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"Distributions":{"EmailDistributionID":"EMD_b8E27DbWW5znDyl","ParentEmailDistributionID":null,"OwnerID":"<QUALTRICS_LIBRARY_ID>","ServerID":null,"BrandID":"brookeside","RequestStatus":"Pending","RequestType":"Invite","SurveyID":"SV_eYiuFpqEnilVmVn","DistributionQueueID":null,"IndexID":"ML_eKE2eMKYvl0k1bn","SendDate":"2015-02-26
364
+ 09:45:22","ApproxEmails":1,"EmailsSent":"0","EmailsFailed":"0","EmailsResponded":"0","EmailsBounced":"0","EmailsOpened":"0","EmailsSkipped":"0","LastRecipientRowID":null,"SurveysFinished":"0","DistributionLog":null,"Temporary":"0","Complaints":"0","JobID":"J_ba10lVgYfCYQt6Z","DeletedDate":null,"CreatedDate":"2015-02-26
365
+ 09:45:18","ModifiedDate":"2015-02-26 09:45:18","SentFromAddress":"noreply@qemailserver.com","FromEmailAddress":"example@example.com","FromName":"yes_qualtrics","Subject":"game
366
+ convention","MessageLibraryID":"<QUALTRICS_LIBRARY_ID>","MessageID":"MS_4HJhBbFLTIa84FD","ExpirationDate":"2015-04-27
367
+ 09:45:22","LinkType":"Individual","MailingListID":"ML_eKE2eMKYvl0k1bn","RecipientID":"MLRP_3lpkEWAVIdnGxw1","PanelID":"ML_eKE2eMKYvl0k1bn","IDS":{"MessageLibraryID":"<QUALTRICS_LIBRARY_ID>","RecipientLibraryID":"<QUALTRICS_LIBRARY_ID>","RecipientMailingListID":"ML_eKE2eMKYvl0k1bn"},"ExpireDay":"custom","RecipientLibraryID":"<QUALTRICS_LIBRARY_ID>","UseDistributionLink":false}}}'
389
368
  http_version:
390
- recorded_at: Wed, 11 Feb 2015 19:15:14 GMT
369
+ recorded_at: Thu, 26 Feb 2015 16:45:24 GMT
391
370
  - request:
392
371
  method: post
393
372
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
394
373
  body:
395
374
  encoding: UTF-8
396
- string: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_2i9pIk4v113O93D&RecipientID=MLRP_aWDyaPtCl3V5tat&Request=removeRecipient&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
375
+ string: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_eKE2eMKYvl0k1bn&RecipientID=MLRP_3lpkEWAVIdnGxw1&Request=removeRecipient&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
397
376
  headers:
398
377
  User-Agent:
399
- - Faraday v0.9.1
378
+ - Faraday v0.9.0
400
379
  Content-Type:
401
380
  - application/x-www-form-urlencoded
402
381
  Accept-Encoding:
@@ -413,42 +392,42 @@ http_interactions:
413
392
  Cache-Control:
414
393
  - max-age=315360000
415
394
  Expires:
416
- - Sat, 08 Feb 2025 19:15:11 GMT
395
+ - Sun, 23 Feb 2025 16:45:20 GMT
417
396
  P3p:
418
397
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
419
398
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
420
399
  Servershortname:
421
- - w8
400
+ - w016
422
401
  X-Cnection:
423
402
  - close
424
403
  X-Edgeconnect-Midmile-Rtt:
425
- - '15'
426
- - '9'
404
+ - '11'
405
+ - '3'
427
406
  X-Edgeconnect-Origin-Mex-Latency:
428
- - '168'
429
- - '566'
407
+ - '410'
408
+ - '872'
430
409
  Content-Length:
431
410
  - '63'
432
411
  Content-Type:
433
412
  - application/json
434
413
  Date:
435
- - Wed, 11 Feb 2015 19:15:11 GMT
414
+ - Thu, 26 Feb 2015 16:45:20 GMT
436
415
  Connection:
437
416
  - keep-alive
438
417
  body:
439
418
  encoding: UTF-8
440
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"Success\":1}}"
419
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"Success":1}}'
441
420
  http_version:
442
- recorded_at: Wed, 11 Feb 2015 19:15:14 GMT
421
+ recorded_at: Thu, 26 Feb 2015 16:45:25 GMT
443
422
  - request:
444
423
  method: post
445
424
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
446
425
  body:
447
426
  encoding: UTF-8
448
- string: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_2i9pIk4v113O93D&RecipientID=MLRP_2rCJbcP2pGPaatT&Request=removeRecipient&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
427
+ string: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_eKE2eMKYvl0k1bn&RecipientID=MLRP_1z9CZNyZJoHpbqB&Request=removeRecipient&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
449
428
  headers:
450
429
  User-Agent:
451
- - Faraday v0.9.1
430
+ - Faraday v0.9.0
452
431
  Content-Type:
453
432
  - application/x-www-form-urlencoded
454
433
  Accept-Encoding:
@@ -465,42 +444,42 @@ http_interactions:
465
444
  Cache-Control:
466
445
  - max-age=315360000
467
446
  Expires:
468
- - Sat, 08 Feb 2025 19:15:12 GMT
447
+ - Sun, 23 Feb 2025 16:45:21 GMT
469
448
  P3p:
470
449
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
471
450
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
472
451
  Servershortname:
473
- - w634
452
+ - w202
474
453
  X-Cnection:
475
454
  - close
476
455
  X-Edgeconnect-Midmile-Rtt:
477
- - '10'
478
- - '9'
456
+ - '11'
457
+ - '3'
479
458
  X-Edgeconnect-Origin-Mex-Latency:
480
- - '232'
481
- - '617'
459
+ - '325'
460
+ - '770'
482
461
  Content-Length:
483
462
  - '63'
484
463
  Content-Type:
485
464
  - application/json
486
465
  Date:
487
- - Wed, 11 Feb 2015 19:15:12 GMT
466
+ - Thu, 26 Feb 2015 16:45:21 GMT
488
467
  Connection:
489
468
  - keep-alive
490
469
  body:
491
470
  encoding: UTF-8
492
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"Success\":1}}"
471
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"Success":1}}'
493
472
  http_version:
494
- recorded_at: Wed, 11 Feb 2015 19:15:15 GMT
473
+ recorded_at: Thu, 26 Feb 2015 16:45:26 GMT
495
474
  - request:
496
475
  method: post
497
476
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
498
477
  body:
499
478
  encoding: UTF-8
500
- string: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_2i9pIk4v113O93D&Request=deletePanel&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
479
+ string: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_eKE2eMKYvl0k1bn&Request=deletePanel&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
501
480
  headers:
502
481
  User-Agent:
503
- - Faraday v0.9.1
482
+ - Faraday v0.9.0
504
483
  Content-Type:
505
484
  - application/x-www-form-urlencoded
506
485
  Accept-Encoding:
@@ -517,42 +496,42 @@ http_interactions:
517
496
  Cache-Control:
518
497
  - max-age=315360000
519
498
  Expires:
520
- - Sat, 08 Feb 2025 19:15:13 GMT
499
+ - Sun, 23 Feb 2025 16:45:21 GMT
521
500
  P3p:
522
501
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
523
502
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
524
503
  Servershortname:
525
- - w2
504
+ - w015
526
505
  X-Cnection:
527
506
  - close
528
507
  X-Edgeconnect-Midmile-Rtt:
529
- - '11'
530
- - '9'
508
+ - '10'
509
+ - '2'
531
510
  X-Edgeconnect-Origin-Mex-Latency:
532
- - '355'
533
- - '763'
511
+ - '288'
512
+ - '724'
534
513
  Content-Length:
535
514
  - '66'
536
515
  Content-Type:
537
516
  - application/json
538
517
  Date:
539
- - Wed, 11 Feb 2015 19:15:13 GMT
518
+ - Thu, 26 Feb 2015 16:45:22 GMT
540
519
  Connection:
541
520
  - keep-alive
542
521
  body:
543
522
  encoding: UTF-8
544
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"Success\":true}}"
523
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"Success":true}}'
545
524
  http_version:
546
- recorded_at: Wed, 11 Feb 2015 19:15:16 GMT
525
+ recorded_at: Thu, 26 Feb 2015 16:45:27 GMT
547
526
  - request:
548
527
  method: post
549
528
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
550
529
  body:
551
530
  encoding: UTF-8
552
- string: Format=JSON&Request=deleteSurvey&SurveyID=SV_9Sln41J76uDNFit&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
531
+ string: Format=JSON&Request=deleteSurvey&SurveyID=SV_eYiuFpqEnilVmVn&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
553
532
  headers:
554
533
  User-Agent:
555
- - Faraday v0.9.1
534
+ - Faraday v0.9.0
556
535
  Content-Type:
557
536
  - application/x-www-form-urlencoded
558
537
  Accept-Encoding:
@@ -569,31 +548,31 @@ http_interactions:
569
548
  Cache-Control:
570
549
  - max-age=315360000
571
550
  Expires:
572
- - Sat, 08 Feb 2025 19:15:13 GMT
551
+ - Sun, 23 Feb 2025 16:45:22 GMT
573
552
  P3p:
574
553
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
575
554
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
576
555
  Servershortname:
577
- - w2
556
+ - w19
578
557
  X-Cnection:
579
558
  - close
580
559
  X-Edgeconnect-Midmile-Rtt:
581
- - '15'
582
- - '9'
560
+ - '11'
561
+ - '7'
583
562
  X-Edgeconnect-Origin-Mex-Latency:
584
- - '1035'
585
- - '628'
563
+ - '1106'
564
+ - '503'
586
565
  Content-Length:
587
566
  - '54'
588
567
  Content-Type:
589
568
  - application/json
590
569
  Date:
591
- - Wed, 11 Feb 2015 19:15:14 GMT
570
+ - Thu, 26 Feb 2015 16:45:23 GMT
592
571
  Connection:
593
572
  - keep-alive
594
573
  body:
595
574
  encoding: UTF-8
596
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":null}"
575
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":null}'
597
576
  http_version:
598
- recorded_at: Wed, 11 Feb 2015 19:15:17 GMT
599
- recorded_with: VCR 2.9.3
577
+ recorded_at: Thu, 26 Feb 2015 16:45:28 GMT
578
+ recorded_with: VCR 2.9.2