qualtrics_api 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 614308b0a73ec2d9a904703243f2b7ca0828936113122eb8a104aeff1b34e7be
4
- data.tar.gz: dd67d5dc10dc3669679f51a368810161f21fe44516e5a0c796da8b56099bfda8
3
+ metadata.gz: f21b264013b2c5ae7d85c8d6eb7b687660c4fb27fb8d5fb716246cf1e5da710f
4
+ data.tar.gz: f6ffe936f538e835b4c06b737e3c9dd1a49e229a2cf6d7e07f4e55bda733a1a3
5
5
  SHA512:
6
- metadata.gz: d900c025250a3ff9104ceedb881ebeeff156b43f58b4b898ea3fee86941752f1c59a3f86ee7439a29b39d1efd604f80de557d8d64cf5765127713c9a01cd2698
7
- data.tar.gz: 0700d5570105ea93a3ceb7e4c65be6f637a8d239da9d3779929886dbead496ce04a75c872a01c5a5ade6cf1b6d17972c841182e79c448cab65e5aca96bbec848
6
+ metadata.gz: e3cea28d2b4b7b63aaa3c29563d6c8d0738d349c1d74937305980996efd4d1400d5cdeda01217b9d1294435473ec7800999b656fc0eeb29a183524bb3e5c6a60
7
+ data.tar.gz: fe853b8ad49511cbce617a132aa1a9763a5bb234a8151de1f87c8e62294c77780a5078ee144b97b5fe1c25b21d29663ead890b42b2a93c7181d4f22a38841e55
data/README.md CHANGED
@@ -1,7 +1,14 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/qualtrics_api.svg)](http://badge.fury.io/rb/qualtrics_api)
2
- [![Dependency Status](https://gemnasium.com/pallymore/qualtrics_api.svg)](https://gemnasium.com/pallymore/qualtrics_api)
3
2
  [![Build Status](https://travis-ci.org/CambridgeEducation/qualtrics_api.svg)](https://travis-ci.org/CambridgeEducation/qualtrics_api)
4
3
 
4
+ ### Maintenance Mode
5
+
6
+ Hi - Cambridge Education have moved away from Qualtrics and started using a different survey platform since 2018.
7
+ As a result of that - we've stopped developing API integrations with Qualtrics, this repo is officially in maintenance mode.
8
+ However, please feel free to open pull requests / ask questions, I will try my best to review them. Thanks!
9
+
10
+ - Yurui
11
+
5
12
  # QualtricsAPI
6
13
 
7
14
  Ruby wrapper for Qualtrics REST ControlPanel API version 3.0.
@@ -0,0 +1,42 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://co1.qualtrics.com/API/v3/distributions
6
+ body:
7
+ encoding: UTF-8
8
+ string: '{"action":"CreateDistribution","surveyId":"SV_eVtvUQALTlL8Uzr","mailingListId":"ML_3wO6vOd0yrRezyd","description":"Foobar","linkType":"Individual"}'
9
+ headers:
10
+ X-API-TOKEN:
11
+ -
12
+ User-Agent:
13
+ - Faraday v0.13.1
14
+ Content-Type:
15
+ - application/json
16
+ response:
17
+ status:
18
+ code: 200
19
+ message:
20
+ headers:
21
+ request-time:
22
+ - '457'
23
+ content-type:
24
+ - application/json
25
+ content-length:
26
+ - '219'
27
+ date:
28
+ - Mon, 24 Jun 2019 01:48:05 GMT
29
+ connection:
30
+ - close
31
+ set-cookie:
32
+ - TRACK_TLS1_0=FALSE; path=/
33
+ strict-transport-security:
34
+ - max-age=31536000; includeSubDomains; preload
35
+ body:
36
+ encoding: UTF-8
37
+ string: '{"result":{"id":"EMD_9A7FZioL5pgWZJb"},"meta":{"httpStatus":"200 -
38
+ OK","requestId":"91e89c39-569b-4084-9822-88c4dc30ea9f","notice":"Request proxied.
39
+ For faster response times, use this host instead: az1.qualtrics.com"}}'
40
+ http_version:
41
+ recorded_at: Mon, 24 Jun 2019 01:48:01 GMT
42
+ recorded_with: VCR 3.0.3
@@ -0,0 +1,38 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://co1.qualtrics.com/API/v3/distributions/EMD_9A7FZioL5pgxxxx/links?surveyId=SV_eVtvUQALTlL8Uzr
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ X-API-TOKEN:
11
+ -
12
+ User-Agent:
13
+ - Faraday v0.13.1
14
+ response:
15
+ status:
16
+ code: 404
17
+ message:
18
+ headers:
19
+ content-type:
20
+ - application/json
21
+ content-length:
22
+ - '259'
23
+ date:
24
+ - Wed, 03 Jul 2019 21:59:05 GMT
25
+ connection:
26
+ - close
27
+ set-cookie:
28
+ - TRACK_TLS1_0=FALSE; path=/
29
+ strict-transport-security:
30
+ - max-age=31536000; includeSubDomains; preload
31
+ body:
32
+ encoding: UTF-8
33
+ string: '{"meta":{"httpStatus":"404 - Not Found","error":{"errorMessage":"Distribution
34
+ not found.","errorCode":"GED_3"},"requestId":"08d8caf1-ad8c-4170-a5f6-0f393ce4bc8a","notice":"Request
35
+ proxied. For faster response times, use this host instead: az1.qualtrics.com"}}'
36
+ http_version:
37
+ recorded_at: Wed, 03 Jul 2019 21:59:04 GMT
38
+ recorded_with: VCR 3.0.3
@@ -0,0 +1,1353 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://co1.qualtrics.com/API/v3/distributions/EMD_9A7FZioL5pgWZJb/links?surveyId=SV_eVtvUQALTlL8Uzr
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ X-API-TOKEN:
11
+ -
12
+ User-Agent:
13
+ - Faraday v0.13.1
14
+ response:
15
+ status:
16
+ code: 200
17
+ message:
18
+ headers:
19
+ request-time:
20
+ - '1775'
21
+ content-type:
22
+ - application/json
23
+ vary:
24
+ - Accept-Encoding
25
+ date:
26
+ - Wed, 03 Jul 2019 21:44:06 GMT
27
+ content-length:
28
+ - '37542'
29
+ connection:
30
+ - close
31
+ set-cookie:
32
+ - TRACK_TLS1_0=FALSE; path=/
33
+ strict-transport-security:
34
+ - max-age=31536000; includeSubDomains; preload
35
+ body:
36
+ encoding: UTF-8
37
+ string: '{
38
+ "result":{
39
+ "elements":[
40
+ {
41
+ "contactId":"MLRP_3eXXOwwpdF6jw7X",
42
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_3eXXOwwpdF6jw7X",
43
+ "exceededContactFrequency":false,
44
+ "linkExpiration":"2019-08-23T01:48:04Z",
45
+ "status":"Email
46
+ not sent",
47
+ "lastName":"Foo",
48
+ "firstName":"Bario",
49
+ "externalDataReference":"29",
50
+ "email":"foo.bario@emailtest.com",
51
+ "unsubscribed":"0"
52
+ },
53
+ {
54
+ "contactId":"MLRP_0vqUwLNKUSO9fqR",
55
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_0vqUwLNKUSO9fqR",
56
+ "exceededContactFrequency":false,
57
+ "linkExpiration":"2019-08-23T01:48:04Z",
58
+ "status":"Email
59
+ not sent",
60
+ "lastName":"Foo",
61
+ "firstName":"Bario",
62
+ "externalDataReference":"29",
63
+ "email":"foo.bario@emailtest.com",
64
+ "unsubscribed":"0"
65
+ },
66
+ {
67
+ "contactId":"MLRP_3lv4yfHcoBMoCvr",
68
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_3lv4yfHcoBMoCvr",
69
+ "exceededContactFrequency":false,
70
+ "linkExpiration":"2019-08-23T01:48:04Z",
71
+ "status":"Email
72
+ not sent",
73
+ "lastName":"Foo",
74
+ "firstName":"Bario",
75
+ "externalDataReference":"29",
76
+ "email":"foo.bario@emailtest.com",
77
+ "unsubscribed":"0"
78
+ },
79
+ {
80
+ "contactId":"MLRP_5aMb0dIbZowEBMx",
81
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_5aMb0dIbZowEBMx",
82
+ "exceededContactFrequency":false,
83
+ "linkExpiration":"2019-08-23T01:48:04Z",
84
+ "status":"Email
85
+ not sent",
86
+ "lastName":"Foo",
87
+ "firstName":"Bario",
88
+ "externalDataReference":"29",
89
+ "email":"foo.bario@emailtest.com",
90
+ "unsubscribed":"0"
91
+ },
92
+ {
93
+ "contactId":"MLRP_3a7WKBPvTHDLAyN",
94
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_3a7WKBPvTHDLAyN",
95
+ "exceededContactFrequency":false,
96
+ "linkExpiration":"2019-08-23T01:48:04Z",
97
+ "status":"Email
98
+ not sent",
99
+ "lastName":"Foo",
100
+ "firstName":"Bario",
101
+ "externalDataReference":"29",
102
+ "email":"foo.bario@emailtest.com",
103
+ "unsubscribed":"0"
104
+ },
105
+ {
106
+ "contactId":"MLRP_0IWVXBpOELMPswt",
107
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_0IWVXBpOELMPswt",
108
+ "exceededContactFrequency":false,
109
+ "linkExpiration":"2019-08-23T01:48:04Z",
110
+ "status":"Email
111
+ not sent",
112
+ "lastName":"Foo",
113
+ "firstName":"Bario",
114
+ "externalDataReference":"29",
115
+ "email":"foo.bario@emailtest.com",
116
+ "unsubscribed":"0"
117
+ },
118
+ {
119
+ "contactId":"MLRP_djc7Y3zDoSTwMRf",
120
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_djc7Y3zDoSTwMRf",
121
+ "exceededContactFrequency":false,
122
+ "linkExpiration":"2019-08-23T01:48:04Z",
123
+ "status":"Email
124
+ not sent",
125
+ "lastName":"Foo",
126
+ "firstName":"Bario",
127
+ "externalDataReference":"29",
128
+ "email":"foo.bario@emailtest.com",
129
+ "unsubscribed":"0"
130
+ },
131
+ {
132
+ "contactId":"MLRP_5iF9t0qWsAGakzX",
133
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_5iF9t0qWsAGakzX",
134
+ "exceededContactFrequency":false,
135
+ "linkExpiration":"2019-08-23T01:48:04Z",
136
+ "status":"Email
137
+ not sent",
138
+ "lastName":"Foo",
139
+ "firstName":"Bario",
140
+ "externalDataReference":"29",
141
+ "email":"foo.bario@emailtest.com",
142
+ "unsubscribed":"0"
143
+ },
144
+ {
145
+ "contactId":"MLRP_brT1VdH6Lz82Ei9",
146
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_brT1VdH6Lz82Ei9",
147
+ "exceededContactFrequency":false,
148
+ "linkExpiration":"2019-08-23T01:48:04Z",
149
+ "status":"Email
150
+ not sent",
151
+ "lastName":"Foo",
152
+ "firstName":"Bario",
153
+ "externalDataReference":"29",
154
+ "email":"foo.bario@emailtest.com",
155
+ "unsubscribed":"0"
156
+ },
157
+ {
158
+ "contactId":"MLRP_20qv26obdQDUvL7",
159
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_20qv26obdQDUvL7",
160
+ "exceededContactFrequency":false,
161
+ "linkExpiration":"2019-08-23T01:48:04Z",
162
+ "status":"Email
163
+ not sent",
164
+ "lastName":"Foo",
165
+ "firstName":"Bario",
166
+ "externalDataReference":"29",
167
+ "email":"foo.bario@emailtest.com",
168
+ "unsubscribed":"0"
169
+ },
170
+ {
171
+ "contactId":"MLRP_6lFIYeKk0D9L8mF",
172
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_6lFIYeKk0D9L8mF",
173
+ "exceededContactFrequency":false,
174
+ "linkExpiration":"2019-08-23T01:48:04Z",
175
+ "status":"Email
176
+ not sent",
177
+ "lastName":"Foo",
178
+ "firstName":"Bario",
179
+ "externalDataReference":"29",
180
+ "email":"foo.bario@emailtest.com",
181
+ "unsubscribed":"0"
182
+ },
183
+ {
184
+ "contactId":"MLRP_5bb6X14g2XxlEjj",
185
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_5bb6X14g2XxlEjj",
186
+ "exceededContactFrequency":false,
187
+ "linkExpiration":"2019-08-23T01:48:04Z",
188
+ "status":"Email
189
+ not sent",
190
+ "lastName":"Foo",
191
+ "firstName":"Bario",
192
+ "externalDataReference":"29",
193
+ "email":"foo.bario@emailtest.com",
194
+ "unsubscribed":"0"
195
+ },
196
+ {
197
+ "contactId":"MLRP_3KnPfuXRxZDTVWd",
198
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_3KnPfuXRxZDTVWd",
199
+ "exceededContactFrequency":false,
200
+ "linkExpiration":"2019-08-23T01:48:04Z",
201
+ "status":"Email
202
+ not sent",
203
+ "lastName":"Foo",
204
+ "firstName":"Bario",
205
+ "externalDataReference":"29",
206
+ "email":"foo.bario@emailtest.com",
207
+ "unsubscribed":"0"
208
+ },
209
+ {
210
+ "contactId":"MLRP_0CmWt2FoPP1lU8Z",
211
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_0CmWt2FoPP1lU8Z",
212
+ "exceededContactFrequency":false,
213
+ "linkExpiration":"2019-08-23T01:48:04Z",
214
+ "status":"Email
215
+ not sent",
216
+ "lastName":"Foo",
217
+ "firstName":"Bario",
218
+ "externalDataReference":"29",
219
+ "email":"foo.bario@emailtest.com",
220
+ "unsubscribed":"0"
221
+ },
222
+ {
223
+ "contactId":"MLRP_3UGnE64gkNFxNDT",
224
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_3UGnE64gkNFxNDT",
225
+ "exceededContactFrequency":false,
226
+ "linkExpiration":"2019-08-23T01:48:04Z",
227
+ "status":"Email
228
+ not sent",
229
+ "lastName":"Foo",
230
+ "firstName":"Bario",
231
+ "externalDataReference":"29",
232
+ "email":"foo.bario@emailtest.com",
233
+ "unsubscribed":"0"
234
+ },
235
+ {
236
+ "contactId":"MLRP_bkpiUk5iSTeAWvb",
237
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_bkpiUk5iSTeAWvb",
238
+ "exceededContactFrequency":false,
239
+ "linkExpiration":"2019-08-23T01:48:04Z",
240
+ "status":"Email
241
+ not sent",
242
+ "lastName":"Foo",
243
+ "firstName":"Bario",
244
+ "externalDataReference":"29",
245
+ "email":"foo.bario@emailtest.com",
246
+ "unsubscribed":"0"
247
+ },
248
+ {
249
+ "contactId":"MLRP_72SwXWOiZmV1Vkh",
250
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_72SwXWOiZmV1Vkh",
251
+ "exceededContactFrequency":false,
252
+ "linkExpiration":"2019-08-23T01:48:04Z",
253
+ "status":"Email
254
+ not sent",
255
+ "lastName":"Foo",
256
+ "firstName":"Bario",
257
+ "externalDataReference":"29",
258
+ "email":"foo.bario@emailtest.com",
259
+ "unsubscribed":"0"
260
+ },
261
+ {
262
+ "contactId":"MLRP_8q6oy6AnNQcAOOh",
263
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_8q6oy6AnNQcAOOh",
264
+ "exceededContactFrequency":false,
265
+ "linkExpiration":"2019-08-23T01:48:04Z",
266
+ "status":"Email
267
+ not sent",
268
+ "lastName":"Foo",
269
+ "firstName":"Bario",
270
+ "externalDataReference":"29",
271
+ "email":"foo.bario@emailtest.com",
272
+ "unsubscribed":"0"
273
+ },
274
+ {
275
+ "contactId":"MLRP_abIE3I4tEaep2Tz",
276
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_abIE3I4tEaep2Tz",
277
+ "exceededContactFrequency":false,
278
+ "linkExpiration":"2019-08-23T01:48:04Z",
279
+ "status":"Email
280
+ not sent",
281
+ "lastName":"Foo",
282
+ "firstName":"Bario",
283
+ "externalDataReference":"29",
284
+ "email":"foo.bario@emailtest.com",
285
+ "unsubscribed":"0"
286
+ },
287
+ {
288
+ "contactId":"MLRP_elzi3oqPYvPbRmR",
289
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_elzi3oqPYvPbRmR",
290
+ "exceededContactFrequency":false,
291
+ "linkExpiration":"2019-08-23T01:48:04Z",
292
+ "status":"Email
293
+ not sent",
294
+ "lastName":"Foo",
295
+ "firstName":"Bario",
296
+ "externalDataReference":"29",
297
+ "email":"foo.bario@emailtest.com",
298
+ "unsubscribed":"0"
299
+ },
300
+ {
301
+ "contactId":"MLRP_d05OTmamn9zqL0p",
302
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_d05OTmamn9zqL0p",
303
+ "exceededContactFrequency":false,
304
+ "linkExpiration":"2019-08-23T01:48:04Z",
305
+ "status":"Email
306
+ not sent",
307
+ "lastName":"Foo",
308
+ "firstName":"Bario",
309
+ "externalDataReference":"29",
310
+ "email":"foo.bario@emailtest.com",
311
+ "unsubscribed":"0"
312
+ },
313
+ {
314
+ "contactId":"MLRP_4PFsYEIkrwpqEQt",
315
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_4PFsYEIkrwpqEQt",
316
+ "exceededContactFrequency":false,
317
+ "linkExpiration":"2019-08-23T01:48:04Z",
318
+ "status":"Email
319
+ not sent",
320
+ "lastName":"Foo",
321
+ "firstName":"Bario",
322
+ "externalDataReference":"29",
323
+ "email":"foo.bario@emailtest.com",
324
+ "unsubscribed":"0"
325
+ },
326
+ {
327
+ "contactId":"MLRP_6Kn4EQCZPOg0zhH",
328
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_6Kn4EQCZPOg0zhH",
329
+ "exceededContactFrequency":false,
330
+ "linkExpiration":"2019-08-23T01:48:04Z",
331
+ "status":"Email
332
+ not sent",
333
+ "lastName":"Foo",
334
+ "firstName":"Bario",
335
+ "externalDataReference":"29",
336
+ "email":"foo.bario@emailtest.com",
337
+ "unsubscribed":"0"
338
+ },
339
+ {
340
+ "contactId":"MLRP_efUH6IJnUyzmrjf",
341
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_efUH6IJnUyzmrjf",
342
+ "exceededContactFrequency":false,
343
+ "linkExpiration":"2019-08-23T01:48:04Z",
344
+ "status":"Email
345
+ not sent",
346
+ "lastName":"Foo",
347
+ "firstName":"Bario",
348
+ "externalDataReference":"29",
349
+ "email":"foo.bario@emailtest.com",
350
+ "unsubscribed":"0"
351
+ },
352
+ {
353
+ "contactId":"MLRP_9TQHEh03WOMDBE9",
354
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_9TQHEh03WOMDBE9",
355
+ "exceededContactFrequency":false,
356
+ "linkExpiration":"2019-08-23T01:48:04Z",
357
+ "status":"Email
358
+ not sent",
359
+ "lastName":"Foo",
360
+ "firstName":"Bario",
361
+ "externalDataReference":"29",
362
+ "email":"foo.bario@emailtest.com",
363
+ "unsubscribed":"0"
364
+ },
365
+ {
366
+ "contactId":"MLRP_81yvfvGYBwP8CNL",
367
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_81yvfvGYBwP8CNL",
368
+ "exceededContactFrequency":false,
369
+ "linkExpiration":"2019-08-23T01:48:04Z",
370
+ "status":"Email
371
+ not sent",
372
+ "lastName":"Foo",
373
+ "firstName":"Bario",
374
+ "externalDataReference":"29",
375
+ "email":"foo.bario@emailtest.com",
376
+ "unsubscribed":"0"
377
+ },
378
+ {
379
+ "contactId":"MLRP_25hsWekQ6ErYhdr",
380
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_25hsWekQ6ErYhdr",
381
+ "exceededContactFrequency":false,
382
+ "linkExpiration":"2019-08-23T01:48:04Z",
383
+ "status":"Email
384
+ not sent",
385
+ "lastName":"Foo",
386
+ "firstName":"Bario",
387
+ "externalDataReference":"29",
388
+ "email":"foo.bario@emailtest.com",
389
+ "unsubscribed":"0"
390
+ },
391
+ {
392
+ "contactId":"MLRP_1yTI3GzveTKWMRf",
393
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_1yTI3GzveTKWMRf",
394
+ "exceededContactFrequency":false,
395
+ "linkExpiration":"2019-08-23T01:48:04Z",
396
+ "status":"Email
397
+ not sent",
398
+ "lastName":"Foo",
399
+ "firstName":"Bario",
400
+ "externalDataReference":"29",
401
+ "email":"foo.bario@emailtest.com",
402
+ "unsubscribed":"0"
403
+ },
404
+ {
405
+ "contactId":"MLRP_bdCK0BIT0IexLKt",
406
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_bdCK0BIT0IexLKt",
407
+ "exceededContactFrequency":false,
408
+ "linkExpiration":"2019-08-23T01:48:04Z",
409
+ "status":"Email
410
+ not sent",
411
+ "lastName":"Foo",
412
+ "firstName":"Bario",
413
+ "externalDataReference":"29",
414
+ "email":"foo.bario@emailtest.com",
415
+ "unsubscribed":"0"
416
+ },
417
+ {
418
+ "contactId":"MLRP_eFgEj9Nxuw7ebM9",
419
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_eFgEj9Nxuw7ebM9",
420
+ "exceededContactFrequency":false,
421
+ "linkExpiration":"2019-08-23T01:48:04Z",
422
+ "status":"Email
423
+ not sent",
424
+ "lastName":"Foo",
425
+ "firstName":"Bario",
426
+ "externalDataReference":"29",
427
+ "email":"foo.bario@emailtest.com",
428
+ "unsubscribed":"0"
429
+ },
430
+ {
431
+ "contactId":"MLRP_7WmJdeIL502uRp3",
432
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_7WmJdeIL502uRp3",
433
+ "exceededContactFrequency":false,
434
+ "linkExpiration":"2019-08-23T01:48:04Z",
435
+ "status":"Email
436
+ not sent",
437
+ "lastName":"Foo",
438
+ "firstName":"Bario",
439
+ "externalDataReference":"29",
440
+ "email":"foo.bario@emailtest.com",
441
+ "unsubscribed":"0"
442
+ },
443
+ {
444
+ "contactId":"MLRP_9uV6jVA5maeF5e5",
445
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_9uV6jVA5maeF5e5",
446
+ "exceededContactFrequency":false,
447
+ "linkExpiration":"2019-08-23T01:48:04Z",
448
+ "status":"Email
449
+ not sent",
450
+ "lastName":"Foo",
451
+ "firstName":"Bario",
452
+ "externalDataReference":"29",
453
+ "email":"foo.bario@emailtest.com",
454
+ "unsubscribed":"0"
455
+ },
456
+ {
457
+ "contactId":"MLRP_77zV1cZD45fbMj3",
458
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_77zV1cZD45fbMj3",
459
+ "exceededContactFrequency":false,
460
+ "linkExpiration":"2019-08-23T01:48:04Z",
461
+ "status":"Email
462
+ not sent",
463
+ "lastName":"Foo",
464
+ "firstName":"Bario",
465
+ "externalDataReference":"29",
466
+ "email":"foo.bario@emailtest.com",
467
+ "unsubscribed":"0"
468
+ },
469
+ {
470
+ "contactId":"MLRP_elphJLJTZGxV2VT",
471
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_elphJLJTZGxV2VT",
472
+ "exceededContactFrequency":false,
473
+ "linkExpiration":"2019-08-23T01:48:04Z",
474
+ "status":"Email
475
+ not sent",
476
+ "lastName":"Foo",
477
+ "firstName":"Bario",
478
+ "externalDataReference":"29",
479
+ "email":"foo.bario@emailtest.com",
480
+ "unsubscribed":"0"
481
+ },
482
+ {
483
+ "contactId":"MLRP_26rhs7xuYkION5H",
484
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_26rhs7xuYkION5H",
485
+ "exceededContactFrequency":false,
486
+ "linkExpiration":"2019-08-23T01:48:04Z",
487
+ "status":"Email
488
+ not sent",
489
+ "lastName":"Foo",
490
+ "firstName":"Bario",
491
+ "externalDataReference":"29",
492
+ "email":"foo.bario@emailtest.com",
493
+ "unsubscribed":"0"
494
+ },
495
+ {
496
+ "contactId":"MLRP_77MUPZXYRjJqZZX",
497
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_77MUPZXYRjJqZZX",
498
+ "exceededContactFrequency":false,
499
+ "linkExpiration":"2019-08-23T01:48:04Z",
500
+ "status":"Email
501
+ not sent",
502
+ "lastName":"Foo",
503
+ "firstName":"Bario",
504
+ "externalDataReference":"29",
505
+ "email":"foo.bario@emailtest.com",
506
+ "unsubscribed":"0"
507
+ },
508
+ {
509
+ "contactId":"MLRP_blJlKNmuJ0N5AFL",
510
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_blJlKNmuJ0N5AFL",
511
+ "exceededContactFrequency":false,
512
+ "linkExpiration":"2019-08-23T01:48:04Z",
513
+ "status":"Email
514
+ not sent",
515
+ "lastName":"Foo",
516
+ "firstName":"Bario",
517
+ "externalDataReference":"29",
518
+ "email":"foo.bario@emailtest.com",
519
+ "unsubscribed":"0"
520
+ },
521
+ {
522
+ "contactId":"MLRP_bBkvk20dt5CFB4h",
523
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_bBkvk20dt5CFB4h",
524
+ "exceededContactFrequency":false,
525
+ "linkExpiration":"2019-08-23T01:48:04Z",
526
+ "status":"Email
527
+ not sent",
528
+ "lastName":"Foo",
529
+ "firstName":"Bario",
530
+ "externalDataReference":"29",
531
+ "email":"foo.bario@emailtest.com",
532
+ "unsubscribed":"0"
533
+ },
534
+ {
535
+ "contactId":"MLRP_07kuVIf6UwXj8aN",
536
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_07kuVIf6UwXj8aN",
537
+ "exceededContactFrequency":false,
538
+ "linkExpiration":"2019-08-23T01:48:04Z",
539
+ "status":"Email
540
+ not sent",
541
+ "lastName":"Foo",
542
+ "firstName":"Bario",
543
+ "externalDataReference":"29",
544
+ "email":"foo.bario@emailtest.com",
545
+ "unsubscribed":"0"
546
+ },
547
+ {
548
+ "contactId":"MLRP_6x7yS2rLoEqzBdj",
549
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_6x7yS2rLoEqzBdj",
550
+ "exceededContactFrequency":false,
551
+ "linkExpiration":"2019-08-23T01:48:04Z",
552
+ "status":"Email
553
+ not sent",
554
+ "lastName":"Foo",
555
+ "firstName":"Bario",
556
+ "externalDataReference":"29",
557
+ "email":"foo.bario@emailtest.com",
558
+ "unsubscribed":"0"
559
+ },
560
+ {
561
+ "contactId":"MLRP_ba2ZAovvGqzYFpj",
562
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_ba2ZAovvGqzYFpj",
563
+ "exceededContactFrequency":false,
564
+ "linkExpiration":"2019-08-23T01:48:04Z",
565
+ "status":"Email
566
+ not sent",
567
+ "lastName":"Foo",
568
+ "firstName":"Bario",
569
+ "externalDataReference":"29",
570
+ "email":"foo.bario@emailtest.com",
571
+ "unsubscribed":"0"
572
+ },
573
+ {
574
+ "contactId":"MLRP_cUvhTpuIgJGhmkJ",
575
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_cUvhTpuIgJGhmkJ",
576
+ "exceededContactFrequency":false,
577
+ "linkExpiration":"2019-08-23T01:48:04Z",
578
+ "status":"Email
579
+ not sent",
580
+ "lastName":"Foo",
581
+ "firstName":"Bario",
582
+ "externalDataReference":"29",
583
+ "email":"foo.bario@emailtest.com",
584
+ "unsubscribed":"0"
585
+ },
586
+ {
587
+ "contactId":"MLRP_bHt5jE3wXKwBMy1",
588
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_bHt5jE3wXKwBMy1",
589
+ "exceededContactFrequency":false,
590
+ "linkExpiration":"2019-08-23T01:48:04Z",
591
+ "status":"Email
592
+ not sent",
593
+ "lastName":"Foo",
594
+ "firstName":"Bario",
595
+ "externalDataReference":"29",
596
+ "email":"foo.bario@emailtest.com",
597
+ "unsubscribed":"0"
598
+ },
599
+ {
600
+ "contactId":"MLRP_brexzJ4B7Sh51L7",
601
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_brexzJ4B7Sh51L7",
602
+ "exceededContactFrequency":false,
603
+ "linkExpiration":"2019-08-23T01:48:04Z",
604
+ "status":"Email
605
+ not sent",
606
+ "lastName":"Foo",
607
+ "firstName":"Bario",
608
+ "externalDataReference":"29",
609
+ "email":"foo.bario@emailtest.com",
610
+ "unsubscribed":"0"
611
+ },
612
+ {
613
+ "contactId":"MLRP_6XX5ndQRqJBIph3",
614
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_6XX5ndQRqJBIph3",
615
+ "exceededContactFrequency":false,
616
+ "linkExpiration":"2019-08-23T01:48:04Z",
617
+ "status":"Email
618
+ not sent",
619
+ "lastName":"Foo",
620
+ "firstName":"Bario",
621
+ "externalDataReference":"29",
622
+ "email":"foo.bario@emailtest.com",
623
+ "unsubscribed":"0"
624
+ },
625
+ {
626
+ "contactId":"MLRP_0UmzIpy5Lhzr7Gl",
627
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_0UmzIpy5Lhzr7Gl",
628
+ "exceededContactFrequency":false,
629
+ "linkExpiration":"2019-08-23T01:48:04Z",
630
+ "status":"Email
631
+ not sent",
632
+ "lastName":"Foo",
633
+ "firstName":"Bario",
634
+ "externalDataReference":"29",
635
+ "email":"foo.bario@emailtest.com",
636
+ "unsubscribed":"0"
637
+ },
638
+ {
639
+ "contactId":"MLRP_aeYIc555jHGIKkB",
640
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_aeYIc555jHGIKkB",
641
+ "exceededContactFrequency":false,
642
+ "linkExpiration":"2019-08-23T01:48:04Z",
643
+ "status":"Email
644
+ not sent",
645
+ "lastName":"Foo",
646
+ "firstName":"Bario",
647
+ "externalDataReference":"29",
648
+ "email":"foo.bario@emailtest.com",
649
+ "unsubscribed":"0"
650
+ },
651
+ {
652
+ "contactId":"MLRP_3CnybvYyIpSQJHn",
653
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_3CnybvYyIpSQJHn",
654
+ "exceededContactFrequency":false,
655
+ "linkExpiration":"2019-08-23T01:48:04Z",
656
+ "status":"Email
657
+ not sent",
658
+ "lastName":"Foo",
659
+ "firstName":"Bario",
660
+ "externalDataReference":"29",
661
+ "email":"foo.bario@emailtest.com",
662
+ "unsubscribed":"0"
663
+ },
664
+ {
665
+ "contactId":"MLRP_9Rk60DIAZdDKtQF",
666
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_9Rk60DIAZdDKtQF",
667
+ "exceededContactFrequency":false,
668
+ "linkExpiration":"2019-08-23T01:48:04Z",
669
+ "status":"Email
670
+ not sent",
671
+ "lastName":"Foo",
672
+ "firstName":"Bario",
673
+ "externalDataReference":"29",
674
+ "email":"foo.bario@emailtest.com",
675
+ "unsubscribed":"0"
676
+ },
677
+ {
678
+ "contactId":"MLRP_9BL6XrEPDb1Hmol",
679
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_9BL6XrEPDb1Hmol",
680
+ "exceededContactFrequency":false,
681
+ "linkExpiration":"2019-08-23T01:48:04Z",
682
+ "status":"Email
683
+ not sent",
684
+ "lastName":"Foo",
685
+ "firstName":"Bario",
686
+ "externalDataReference":"29",
687
+ "email":"foo.bario@emailtest.com",
688
+ "unsubscribed":"0"
689
+ },
690
+ {
691
+ "contactId":"MLRP_2t8zcIAkelbvyYJ",
692
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_2t8zcIAkelbvyYJ",
693
+ "exceededContactFrequency":false,
694
+ "linkExpiration":"2019-08-23T01:48:04Z",
695
+ "status":"Email
696
+ not sent",
697
+ "lastName":"Foo",
698
+ "firstName":"Bario",
699
+ "externalDataReference":"29",
700
+ "email":"foo.bario@emailtest.com",
701
+ "unsubscribed":"0"
702
+ },
703
+ {
704
+ "contactId":"MLRP_0jgqfjmlQ3INbSZ",
705
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_0jgqfjmlQ3INbSZ",
706
+ "exceededContactFrequency":false,
707
+ "linkExpiration":"2019-08-23T01:48:04Z",
708
+ "status":"Email
709
+ not sent",
710
+ "lastName":"Foo",
711
+ "firstName":"Bario",
712
+ "externalDataReference":"29",
713
+ "email":"foo.bario@emailtest.com",
714
+ "unsubscribed":"0"
715
+ },
716
+ {
717
+ "contactId":"MLRP_eEb77AnLXNPvAkl",
718
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_eEb77AnLXNPvAkl",
719
+ "exceededContactFrequency":false,
720
+ "linkExpiration":"2019-08-23T01:48:04Z",
721
+ "status":"Email
722
+ not sent",
723
+ "lastName":"Foo",
724
+ "firstName":"Bario",
725
+ "externalDataReference":"29",
726
+ "email":"foo.bario@emailtest.com",
727
+ "unsubscribed":"0"
728
+ },
729
+ {
730
+ "contactId":"MLRP_0e88FxsS7Ip05Rr",
731
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_0e88FxsS7Ip05Rr",
732
+ "exceededContactFrequency":false,
733
+ "linkExpiration":"2019-08-23T01:48:04Z",
734
+ "status":"Email
735
+ not sent",
736
+ "lastName":"Foo",
737
+ "firstName":"Bario",
738
+ "externalDataReference":"29",
739
+ "email":"foo.bario@emailtest.com",
740
+ "unsubscribed":"0"
741
+ },
742
+ {
743
+ "contactId":"MLRP_cY1sDlDaZNqJLrT",
744
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_cY1sDlDaZNqJLrT",
745
+ "exceededContactFrequency":false,
746
+ "linkExpiration":"2019-08-23T01:48:04Z",
747
+ "status":"Email
748
+ not sent",
749
+ "lastName":"Foo",
750
+ "firstName":"Bario",
751
+ "externalDataReference":"29",
752
+ "email":"foo.bario@emailtest.com",
753
+ "unsubscribed":"0"
754
+ },
755
+ {
756
+ "contactId":"MLRP_bDgId8B4UqexCDP",
757
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_bDgId8B4UqexCDP",
758
+ "exceededContactFrequency":false,
759
+ "linkExpiration":"2019-08-23T01:48:04Z",
760
+ "status":"Email
761
+ not sent",
762
+ "lastName":"Foo",
763
+ "firstName":"Bario",
764
+ "externalDataReference":"29",
765
+ "email":"foo.bario@emailtest.com",
766
+ "unsubscribed":"0"
767
+ },
768
+ {
769
+ "contactId":"MLRP_1M1scm6pfc9oFDL",
770
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_1M1scm6pfc9oFDL",
771
+ "exceededContactFrequency":false,
772
+ "linkExpiration":"2019-08-23T01:48:04Z",
773
+ "status":"Email
774
+ not sent",
775
+ "lastName":"Foo",
776
+ "firstName":"Bario",
777
+ "externalDataReference":"29",
778
+ "email":"foo.bario@emailtest.com",
779
+ "unsubscribed":"0"
780
+ },
781
+ {
782
+ "contactId":"MLRP_cZpJP7cekT1lEQl",
783
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_cZpJP7cekT1lEQl",
784
+ "exceededContactFrequency":false,
785
+ "linkExpiration":"2019-08-23T01:48:04Z",
786
+ "status":"Email
787
+ not sent",
788
+ "lastName":"Foo",
789
+ "firstName":"Bario",
790
+ "externalDataReference":"29",
791
+ "email":"foo.bario@emailtest.com",
792
+ "unsubscribed":"0"
793
+ },
794
+ {
795
+ "contactId":"MLRP_881nc1WUWh991FX",
796
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_881nc1WUWh991FX",
797
+ "exceededContactFrequency":false,
798
+ "linkExpiration":"2019-08-23T01:48:04Z",
799
+ "status":"Email
800
+ not sent",
801
+ "lastName":"Foo",
802
+ "firstName":"Bario",
803
+ "externalDataReference":"29",
804
+ "email":"foo.bario@emailtest.com",
805
+ "unsubscribed":"0"
806
+ },
807
+ {
808
+ "contactId":"MLRP_0CkgXKYCFzo3eCx",
809
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_0CkgXKYCFzo3eCx",
810
+ "exceededContactFrequency":false,
811
+ "linkExpiration":"2019-08-23T01:48:04Z",
812
+ "status":"Email
813
+ not sent",
814
+ "lastName":"Foo",
815
+ "firstName":"Bario",
816
+ "externalDataReference":"29",
817
+ "email":"foo.bario@emailtest.com",
818
+ "unsubscribed":"0"
819
+ },
820
+ {
821
+ "contactId":"MLRP_bwvQ8IM1entIJPT",
822
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_bwvQ8IM1entIJPT",
823
+ "exceededContactFrequency":false,
824
+ "linkExpiration":"2019-08-23T01:48:04Z",
825
+ "status":"Email
826
+ not sent",
827
+ "lastName":"Foo",
828
+ "firstName":"Bario",
829
+ "externalDataReference":"29",
830
+ "email":"foo.bario@emailtest.com",
831
+ "unsubscribed":"0"
832
+ },
833
+ {
834
+ "contactId":"MLRP_a4dfJXNVwV0pBM9",
835
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_a4dfJXNVwV0pBM9",
836
+ "exceededContactFrequency":false,
837
+ "linkExpiration":"2019-08-23T01:48:04Z",
838
+ "status":"Email
839
+ not sent",
840
+ "lastName":"Foo",
841
+ "firstName":"Bario",
842
+ "externalDataReference":"29",
843
+ "email":"foo.bario@emailtest.com",
844
+ "unsubscribed":"0"
845
+ },
846
+ {
847
+ "contactId":"MLRP_etE9zij39PQJCgB",
848
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_etE9zij39PQJCgB",
849
+ "exceededContactFrequency":false,
850
+ "linkExpiration":"2019-08-23T01:48:04Z",
851
+ "status":"Email
852
+ not sent",
853
+ "lastName":"Foo",
854
+ "firstName":"Bario",
855
+ "externalDataReference":"29",
856
+ "email":"foo.bario@emailtest.com",
857
+ "unsubscribed":"0"
858
+ },
859
+ {
860
+ "contactId":"MLRP_ey3sulbpDAGz6Hb",
861
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_ey3sulbpDAGz6Hb",
862
+ "exceededContactFrequency":false,
863
+ "linkExpiration":"2019-08-23T01:48:04Z",
864
+ "status":"Email
865
+ not sent",
866
+ "lastName":"Foo",
867
+ "firstName":"Bario",
868
+ "externalDataReference":"29",
869
+ "email":"foo.bario@emailtest.com",
870
+ "unsubscribed":"0"
871
+ },
872
+ {
873
+ "contactId":"MLRP_3WWVCGgh4KB7Ky9",
874
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_3WWVCGgh4KB7Ky9",
875
+ "exceededContactFrequency":false,
876
+ "linkExpiration":"2019-08-23T01:48:04Z",
877
+ "status":"Email
878
+ not sent",
879
+ "lastName":"Foo",
880
+ "firstName":"Bario",
881
+ "externalDataReference":"29",
882
+ "email":"foo.bario@emailtest.com",
883
+ "unsubscribed":"0"
884
+ },
885
+ {
886
+ "contactId":"MLRP_eb2KmfwgBjhUMN7",
887
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_eb2KmfwgBjhUMN7",
888
+ "exceededContactFrequency":false,
889
+ "linkExpiration":"2019-08-23T01:48:04Z",
890
+ "status":"Email
891
+ not sent",
892
+ "lastName":"Foo",
893
+ "firstName":"Bario",
894
+ "externalDataReference":"29",
895
+ "email":"foo.bario@emailtest.com",
896
+ "unsubscribed":"0"
897
+ },
898
+ {
899
+ "contactId":"MLRP_7U4us19tDx4ly6x",
900
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_7U4us19tDx4ly6x",
901
+ "exceededContactFrequency":false,
902
+ "linkExpiration":"2019-08-23T01:48:04Z",
903
+ "status":"Email
904
+ not sent",
905
+ "lastName":"Foo",
906
+ "firstName":"Bario",
907
+ "externalDataReference":"29",
908
+ "email":"foo.bario@emailtest.com",
909
+ "unsubscribed":"0"
910
+ },
911
+ {
912
+ "contactId":"MLRP_6eOfPbSqzEsfTVz",
913
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_6eOfPbSqzEsfTVz",
914
+ "exceededContactFrequency":false,
915
+ "linkExpiration":"2019-08-23T01:48:04Z",
916
+ "status":"Email
917
+ not sent",
918
+ "lastName":"Foo",
919
+ "firstName":"Bario",
920
+ "externalDataReference":"29",
921
+ "email":"foo.bario@emailtest.com",
922
+ "unsubscribed":"0"
923
+ },
924
+ {
925
+ "contactId":"MLRP_dgVx6CBjtcQywbX",
926
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_dgVx6CBjtcQywbX",
927
+ "exceededContactFrequency":false,
928
+ "linkExpiration":"2019-08-23T01:48:04Z",
929
+ "status":"Email
930
+ not sent",
931
+ "lastName":"Foo",
932
+ "firstName":"Bario",
933
+ "externalDataReference":"29",
934
+ "email":"foo.bario@emailtest.com",
935
+ "unsubscribed":"0"
936
+ },
937
+ {
938
+ "contactId":"MLRP_22ZVnvzTuZj7Srr",
939
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_22ZVnvzTuZj7Srr",
940
+ "exceededContactFrequency":false,
941
+ "linkExpiration":"2019-08-23T01:48:04Z",
942
+ "status":"Email
943
+ not sent",
944
+ "lastName":"Foo",
945
+ "firstName":"Bario",
946
+ "externalDataReference":"29",
947
+ "email":"foo.bario@emailtest.com",
948
+ "unsubscribed":"0"
949
+ },
950
+ {
951
+ "contactId":"MLRP_4So2Tm9jX0IxR8p",
952
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_4So2Tm9jX0IxR8p",
953
+ "exceededContactFrequency":false,
954
+ "linkExpiration":"2019-08-23T01:48:04Z",
955
+ "status":"Email
956
+ not sent",
957
+ "lastName":"Foo",
958
+ "firstName":"Bario",
959
+ "externalDataReference":"29",
960
+ "email":"foo.bario@emailtest.com",
961
+ "unsubscribed":"0"
962
+ },
963
+ {
964
+ "contactId":"MLRP_4UvxfxadNuCUWKF",
965
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_4UvxfxadNuCUWKF",
966
+ "exceededContactFrequency":false,
967
+ "linkExpiration":"2019-08-23T01:48:04Z",
968
+ "status":"Email
969
+ not sent",
970
+ "lastName":"Foo",
971
+ "firstName":"Bario",
972
+ "externalDataReference":"29",
973
+ "email":"foo.bario@emailtest.com",
974
+ "unsubscribed":"0"
975
+ },
976
+ {
977
+ "contactId":"MLRP_daSOFNSC0BReSQB",
978
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_daSOFNSC0BReSQB",
979
+ "exceededContactFrequency":false,
980
+ "linkExpiration":"2019-08-23T01:48:04Z",
981
+ "status":"Email
982
+ not sent",
983
+ "lastName":"Foo",
984
+ "firstName":"Bario",
985
+ "externalDataReference":"29",
986
+ "email":"foo.bario@emailtest.com",
987
+ "unsubscribed":"0"
988
+ },
989
+ {
990
+ "contactId":"MLRP_57kfjhq3oOseXT7",
991
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_57kfjhq3oOseXT7",
992
+ "exceededContactFrequency":false,
993
+ "linkExpiration":"2019-08-23T01:48:04Z",
994
+ "status":"Email
995
+ not sent",
996
+ "lastName":"Foo",
997
+ "firstName":"Bario",
998
+ "externalDataReference":"29",
999
+ "email":"foo.bario@emailtest.com",
1000
+ "unsubscribed":"0"
1001
+ },
1002
+ {
1003
+ "contactId":"MLRP_9B3tvj27VtKLdgV",
1004
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_9B3tvj27VtKLdgV",
1005
+ "exceededContactFrequency":false,
1006
+ "linkExpiration":"2019-08-23T01:48:04Z",
1007
+ "status":"Email
1008
+ not sent",
1009
+ "lastName":"Foo",
1010
+ "firstName":"Bario",
1011
+ "externalDataReference":"29",
1012
+ "email":"foo.bario@emailtest.com",
1013
+ "unsubscribed":"0"
1014
+ },
1015
+ {
1016
+ "contactId":"MLRP_8robtqekBJhlKcJ",
1017
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_8robtqekBJhlKcJ",
1018
+ "exceededContactFrequency":false,
1019
+ "linkExpiration":"2019-08-23T01:48:04Z",
1020
+ "status":"Email
1021
+ not sent",
1022
+ "lastName":"Foo",
1023
+ "firstName":"Bario",
1024
+ "externalDataReference":"29",
1025
+ "email":"foo.bario@emailtest.com",
1026
+ "unsubscribed":"0"
1027
+ },
1028
+ {
1029
+ "contactId":"MLRP_6ie01mUBa4VqF3T",
1030
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_6ie01mUBa4VqF3T",
1031
+ "exceededContactFrequency":false,
1032
+ "linkExpiration":"2019-08-23T01:48:04Z",
1033
+ "status":"Email
1034
+ not sent",
1035
+ "lastName":"Foo",
1036
+ "firstName":"Bario",
1037
+ "externalDataReference":"29",
1038
+ "email":"foo.bario@emailtest.com",
1039
+ "unsubscribed":"0"
1040
+ },
1041
+ {
1042
+ "contactId":"MLRP_9t4ZScCWd2uZB9r",
1043
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_9t4ZScCWd2uZB9r",
1044
+ "exceededContactFrequency":false,
1045
+ "linkExpiration":"2019-08-23T01:48:04Z",
1046
+ "status":"Email
1047
+ not sent",
1048
+ "lastName":"Foo",
1049
+ "firstName":"Bario",
1050
+ "externalDataReference":"29",
1051
+ "email":"foo.bario@emailtest.com",
1052
+ "unsubscribed":"0"
1053
+ },
1054
+ {
1055
+ "contactId":"MLRP_0dK0dMomFlFwrlz",
1056
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_0dK0dMomFlFwrlz",
1057
+ "exceededContactFrequency":false,
1058
+ "linkExpiration":"2019-08-23T01:48:04Z",
1059
+ "status":"Email
1060
+ not sent",
1061
+ "lastName":"Foo",
1062
+ "firstName":"Bario",
1063
+ "externalDataReference":"29",
1064
+ "email":"foo.bario@emailtest.com",
1065
+ "unsubscribed":"0"
1066
+ },
1067
+ {
1068
+ "contactId":"MLRP_3PLn73FJsm8aRFz",
1069
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_3PLn73FJsm8aRFz",
1070
+ "exceededContactFrequency":false,
1071
+ "linkExpiration":"2019-08-23T01:48:04Z",
1072
+ "status":"Email
1073
+ not sent",
1074
+ "lastName":"Foo",
1075
+ "firstName":"Bario",
1076
+ "externalDataReference":"29",
1077
+ "email":"foo.bario@emailtest.com",
1078
+ "unsubscribed":"0"
1079
+ },
1080
+ {
1081
+ "contactId":"MLRP_e9Z2IeFSZVGrAdT",
1082
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_e9Z2IeFSZVGrAdT",
1083
+ "exceededContactFrequency":false,
1084
+ "linkExpiration":"2019-08-23T01:48:04Z",
1085
+ "status":"Email
1086
+ not sent",
1087
+ "lastName":"Foo",
1088
+ "firstName":"Bario",
1089
+ "externalDataReference":"29",
1090
+ "email":"foo.bario@emailtest.com",
1091
+ "unsubscribed":"0"
1092
+ },
1093
+ {
1094
+ "contactId":"MLRP_3dsdK4HOcdahYCV",
1095
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_3dsdK4HOcdahYCV",
1096
+ "exceededContactFrequency":false,
1097
+ "linkExpiration":"2019-08-23T01:48:04Z",
1098
+ "status":"Email
1099
+ not sent",
1100
+ "lastName":"Foo",
1101
+ "firstName":"Bario",
1102
+ "externalDataReference":"29",
1103
+ "email":"foo.bario@emailtest.com",
1104
+ "unsubscribed":"0"
1105
+ },
1106
+ {
1107
+ "contactId":"MLRP_6fjZtCiDJdtp3eZ",
1108
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_6fjZtCiDJdtp3eZ",
1109
+ "exceededContactFrequency":false,
1110
+ "linkExpiration":"2019-08-23T01:48:04Z",
1111
+ "status":"Email
1112
+ not sent",
1113
+ "lastName":"Foo",
1114
+ "firstName":"Bario",
1115
+ "externalDataReference":"29",
1116
+ "email":"foo.bario@emailtest.com",
1117
+ "unsubscribed":"0"
1118
+ },
1119
+ {
1120
+ "contactId":"MLRP_aYno67k4rPfi3RP",
1121
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_aYno67k4rPfi3RP",
1122
+ "exceededContactFrequency":false,
1123
+ "linkExpiration":"2019-08-23T01:48:04Z",
1124
+ "status":"Email
1125
+ not sent",
1126
+ "lastName":"Foo",
1127
+ "firstName":"Bario",
1128
+ "externalDataReference":"29",
1129
+ "email":"foo.bario@emailtest.com",
1130
+ "unsubscribed":"0"
1131
+ },
1132
+ {
1133
+ "contactId":"MLRP_5psIZkv9BveqOO1",
1134
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_5psIZkv9BveqOO1",
1135
+ "exceededContactFrequency":false,
1136
+ "linkExpiration":"2019-08-23T01:48:04Z",
1137
+ "status":"Email
1138
+ not sent",
1139
+ "lastName":"Foo",
1140
+ "firstName":"Bario",
1141
+ "externalDataReference":"29",
1142
+ "email":"foo.bario@emailtest.com",
1143
+ "unsubscribed":"0"
1144
+ },
1145
+ {
1146
+ "contactId":"MLRP_50vLSNXdaXXHMJT",
1147
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_50vLSNXdaXXHMJT",
1148
+ "exceededContactFrequency":false,
1149
+ "linkExpiration":"2019-08-23T01:48:04Z",
1150
+ "status":"Email
1151
+ not sent",
1152
+ "lastName":"Foo",
1153
+ "firstName":"Bario",
1154
+ "externalDataReference":"29",
1155
+ "email":"foo.bario@emailtest.com",
1156
+ "unsubscribed":"0"
1157
+ },
1158
+ {
1159
+ "contactId":"MLRP_6tWkBzCNB15cnc1",
1160
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_6tWkBzCNB15cnc1",
1161
+ "exceededContactFrequency":false,
1162
+ "linkExpiration":"2019-08-23T01:48:04Z",
1163
+ "status":"Email
1164
+ not sent",
1165
+ "lastName":"Foo",
1166
+ "firstName":"Bario",
1167
+ "externalDataReference":"29",
1168
+ "email":"foo.bario@emailtest.com",
1169
+ "unsubscribed":"0"
1170
+ },
1171
+ {
1172
+ "contactId":"MLRP_7a3ND6r1JCNo6e9",
1173
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_7a3ND6r1JCNo6e9",
1174
+ "exceededContactFrequency":false,
1175
+ "linkExpiration":"2019-08-23T01:48:04Z",
1176
+ "status":"Email
1177
+ not sent",
1178
+ "lastName":"Foo",
1179
+ "firstName":"Bario",
1180
+ "externalDataReference":"29",
1181
+ "email":"foo.bario@emailtest.com",
1182
+ "unsubscribed":"0"
1183
+ },
1184
+ {
1185
+ "contactId":"MLRP_003KVAd6ncaByDz",
1186
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_003KVAd6ncaByDz",
1187
+ "exceededContactFrequency":false,
1188
+ "linkExpiration":"2019-08-23T01:48:04Z",
1189
+ "status":"Email
1190
+ not sent",
1191
+ "lastName":"Foo",
1192
+ "firstName":"Bario",
1193
+ "externalDataReference":"29",
1194
+ "email":"foo.bario@emailtest.com",
1195
+ "unsubscribed":"0"
1196
+ },
1197
+ {
1198
+ "contactId":"MLRP_cu3CqyLQDnKmjel",
1199
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_cu3CqyLQDnKmjel",
1200
+ "exceededContactFrequency":false,
1201
+ "linkExpiration":"2019-08-23T01:48:04Z",
1202
+ "status":"Email
1203
+ not sent",
1204
+ "lastName":"Foo",
1205
+ "firstName":"Bario",
1206
+ "externalDataReference":"29",
1207
+ "email":"foo.bario@emailtest.com",
1208
+ "unsubscribed":"0"
1209
+ },
1210
+ {
1211
+ "contactId":"MLRP_6SxRZ6mw7NsKozb",
1212
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_6SxRZ6mw7NsKozb",
1213
+ "exceededContactFrequency":false,
1214
+ "linkExpiration":"2019-08-23T01:48:04Z",
1215
+ "status":"Email
1216
+ not sent",
1217
+ "lastName":"Foo",
1218
+ "firstName":"Bario",
1219
+ "externalDataReference":"29",
1220
+ "email":"foo.bario@emailtest.com",
1221
+ "unsubscribed":"0"
1222
+ },
1223
+ {
1224
+ "contactId":"MLRP_06CFRvOfK59xGy9",
1225
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_06CFRvOfK59xGy9",
1226
+ "exceededContactFrequency":false,
1227
+ "linkExpiration":"2019-08-23T01:48:04Z",
1228
+ "status":"Email
1229
+ not sent",
1230
+ "lastName":"Foo",
1231
+ "firstName":"Bario",
1232
+ "externalDataReference":"29",
1233
+ "email":"foo.bario@emailtest.com",
1234
+ "unsubscribed":"0"
1235
+ },
1236
+ {
1237
+ "contactId":"MLRP_3q7HPmQu4iwb4Xj",
1238
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_3q7HPmQu4iwb4Xj",
1239
+ "exceededContactFrequency":false,
1240
+ "linkExpiration":"2019-08-23T01:48:04Z",
1241
+ "status":"Email
1242
+ not sent",
1243
+ "lastName":"Foo",
1244
+ "firstName":"Bario",
1245
+ "externalDataReference":"29",
1246
+ "email":"foo.bario@emailtest.com",
1247
+ "unsubscribed":"0"
1248
+ },
1249
+ {
1250
+ "contactId":"MLRP_71BPoJp07NvjQJD",
1251
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_71BPoJp07NvjQJD",
1252
+ "exceededContactFrequency":false,
1253
+ "linkExpiration":"2019-08-23T01:48:04Z",
1254
+ "status":"Email
1255
+ not sent",
1256
+ "lastName":"Foo",
1257
+ "firstName":"Bario",
1258
+ "externalDataReference":"29",
1259
+ "email":"foo.bario@emailtest.com",
1260
+ "unsubscribed":"0"
1261
+ },
1262
+ {
1263
+ "contactId":"MLRP_3K9dbep7gyg3h9X",
1264
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_3K9dbep7gyg3h9X",
1265
+ "exceededContactFrequency":false,
1266
+ "linkExpiration":"2019-08-23T01:48:04Z",
1267
+ "status":"Email
1268
+ not sent",
1269
+ "lastName":"Foo",
1270
+ "firstName":"Bario",
1271
+ "externalDataReference":"29",
1272
+ "email":"foo.bario@emailtest.com",
1273
+ "unsubscribed":"0"
1274
+ },
1275
+ {
1276
+ "contactId":"MLRP_1S5MBtY3W5hYtMN",
1277
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_1S5MBtY3W5hYtMN",
1278
+ "exceededContactFrequency":false,
1279
+ "linkExpiration":"2019-08-23T01:48:04Z",
1280
+ "status":"Email
1281
+ not sent",
1282
+ "lastName":"Foo",
1283
+ "firstName":"Bario",
1284
+ "externalDataReference":"29",
1285
+ "email":"foo.bario@emailtest.com",
1286
+ "unsubscribed":"0"
1287
+ },
1288
+ {
1289
+ "contactId":"MLRP_cwmD7Nm5pFFGi2N",
1290
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_cwmD7Nm5pFFGi2N",
1291
+ "exceededContactFrequency":false,
1292
+ "linkExpiration":"2019-08-23T01:48:04Z",
1293
+ "status":"Email
1294
+ not sent",
1295
+ "lastName":"Foo",
1296
+ "firstName":"Bario",
1297
+ "externalDataReference":"29",
1298
+ "email":"foo.bario@emailtest.com",
1299
+ "unsubscribed":"0"
1300
+ },
1301
+ {
1302
+ "contactId":"MLRP_3xtbcdjSXTBR9xH",
1303
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_3xtbcdjSXTBR9xH",
1304
+ "exceededContactFrequency":false,
1305
+ "linkExpiration":"2019-08-23T01:48:04Z",
1306
+ "status":"Email
1307
+ not sent",
1308
+ "lastName":"Foo",
1309
+ "firstName":"Bario",
1310
+ "externalDataReference":"29",
1311
+ "email":"foo.bario@emailtest.com",
1312
+ "unsubscribed":"0"
1313
+ },
1314
+ {
1315
+ "contactId":"MLRP_3TMvvLrVnGsR6HX",
1316
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_3TMvvLrVnGsR6HX",
1317
+ "exceededContactFrequency":false,
1318
+ "linkExpiration":"2019-08-23T01:48:04Z",
1319
+ "status":"Email
1320
+ not sent",
1321
+ "lastName":"Foo",
1322
+ "firstName":"Bario",
1323
+ "externalDataReference":"29",
1324
+ "email":"foo.bario@emailtest.com",
1325
+ "unsubscribed":"0"
1326
+ },
1327
+ {
1328
+ "contactId":"MLRP_2trBWUssJTdtDF3",
1329
+ "link":"https://scienceexchange.az1.qualtrics.com/SE?Q_DL=9A7FZioL5pgWZJb_eVtvUQALTlL8Uzr_MLRP_2trBWUssJTdtDF3",
1330
+ "exceededContactFrequency":false,
1331
+ "linkExpiration":"2019-08-23T01:48:04Z",
1332
+ "status":"Email
1333
+ not sent",
1334
+ "lastName":"Foo",
1335
+ "firstName":"Bario",
1336
+ "externalDataReference":"29",
1337
+ "email":"foo.bario@emailtest.com",
1338
+ "unsubscribed":"0"
1339
+ }
1340
+ ],
1341
+ "nextPage":"https://az1.qualtrics.com/API/v3/distributions/EMD_9A7FZioL5pgWZJb/links?surveyId=SV_eVtvUQALTlL8Uzr&proxyDepth=1&proxyInfo=%7B%22proxyDepth%22%3A1%7D&skipToken=MLRP_2trBWUssJTdtDF3"
1342
+ },
1343
+ "meta":{
1344
+ "httpStatus":"200
1345
+ - OK",
1346
+ "requestId":"03c2a870-6e83-4261-9aff-8c09cf39de1f",
1347
+ "notice":"Request
1348
+ proxied. For faster response times, use this host instead: az1.qualtrics.com"
1349
+ }
1350
+ }'
1351
+ http_version:
1352
+ recorded_at: Wed, 03 Jul 2019 21:44:05 GMT
1353
+ recorded_with: VCR 3.0.3