1
+ {
2
+ "info" : {
3
+ "_postman_id" : " 7b8463af-1235-40b0-8be4-d4396ee2a56a" ,
4
+ "name" : " Echo" ,
5
+ "schema" : " https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6
+ },
7
+ "item" : [
8
+ {
9
+ "name" : " echo" ,
10
+ "request" : {
11
+ "method" : " POST" ,
12
+ "header" : [
13
+ {
14
+ "key" : " Content-Type" ,
15
+ "name" : " Content-Type" ,
16
+ "value" : " application/x-www-form-urlencoded" ,
17
+ "type" : " text"
18
+ }
19
+ ],
20
+ "body" : {
21
+ "mode" : " urlencoded" ,
22
+ "urlencoded" : [
23
+ {
24
+ "key" : " RandomInt" ,
25
+ "value" : " {{$randomInt}}" ,
26
+ "type" : " text"
27
+ },
28
+ {
29
+ "key" : " Abbreviation" ,
30
+ "value" : " {{$randomAbbreviation}}" ,
31
+ "type" : " text"
32
+ },
33
+ {
34
+ "key" : " Business Image" ,
35
+ "value" : " {{$randomBusinessImage}}" ,
36
+ "type" : " text"
37
+ },
38
+ {
39
+ "key" : " Catch Phrase" ,
40
+ "value" : " {{$randomCatchPhrase}}" ,
41
+ "type" : " text"
42
+ },
43
+ {
44
+ "key" : " City" ,
45
+ "value" : " {{$randomCity}}" ,
46
+ "type" : " text"
47
+ },
48
+ {
49
+ "key" : " Bitcoin Address" ,
50
+ "value" : " {{$randomBitcoin}}" ,
51
+ "type" : " text"
52
+ },
53
+ {
54
+ "key" : " Color" ,
55
+ "value" : " {{$randomColor}}" ,
56
+ "type" : " text"
57
+ },
58
+ {
59
+ "key" : " Last Name" ,
60
+ "value" : " {{$randomLastName}}" ,
61
+ "type" : " text"
62
+ },
63
+ {
64
+ "key" : " Latitude" ,
65
+ "value" : " {{$randomLatitude}}" ,
66
+ "type" : " text"
67
+ },
68
+ {
69
+ "key" : " Date Past" ,
70
+ "value" : " {{$randomDatePast}}" ,
71
+ "type" : " text"
72
+ },
73
+ {
74
+ "key" : " Email" ,
75
+ "value" : " {{$randomEmail}}" ,
76
+ "type" : " text"
77
+ },
78
+ {
79
+ "key" : " Hex Color" ,
80
+ "value" : " {{$randomHexColor}}" ,
81
+ "type" : " text"
82
+ },
83
+ {
84
+ "key" : " Currency Code" ,
85
+ "value" : " {{$randomCurrencyCode}}" ,
86
+ "type" : " text"
87
+ },
88
+ {
89
+ "key" : " Lorem" ,
90
+ "value" : " {{$randomLoremSlug}}" ,
91
+ "type" : " text"
92
+ },
93
+ {
94
+ "key" : " Mime Type" ,
95
+ "value" : " {{$randomMimeType}}" ,
96
+ "type" : " text"
97
+ },
98
+ {
99
+ "key" : " Phone Ext" ,
100
+ "value" : " {{$randomPhoneNumberExt}}" ,
101
+ "type" : " text"
102
+ },
103
+ {
104
+ "key" : " Password" ,
105
+ "value" : " {{$randomPassword}}" ,
106
+ "type" : " text"
107
+ },
108
+ {
109
+ "key" : " Job Description" ,
110
+ "value" : " {{$randomJobDescriptor}}" ,
111
+ "type" : " text"
112
+ },
113
+ {
114
+ "key" : " Directory" ,
115
+ "value" : " {{$randomDirectoryPath}}" ,
116
+ "type" : " text"
117
+ },
118
+ {
119
+ "key" : " UUID" ,
120
+ "value" : " {{$randomUUID}}" ,
121
+ "type" : " text"
122
+ },
123
+ {
124
+ "key" : " Protocol" ,
125
+ "value" : " {{$randomProtocol}}" ,
126
+ "type" : " text"
127
+ },
128
+ {
129
+ "key" : " MAC Address" ,
130
+ "value" : " {{$randomMACAddress}}" ,
131
+ "type" : " text"
132
+ },
133
+ {
134
+ "key" : " Semver" ,
135
+ "value" : " {{$randomSemver}}" ,
136
+ "type" : " text"
137
+ },
138
+ {
139
+ "key" : " Street" ,
140
+ "value" : " {{$randomStreetAddress}}" ,
141
+ "type" : " text"
142
+ },
143
+ {
144
+ "key" : " IP v6" ,
145
+ "value" : " {{$randomIPV6}}" ,
146
+ "type" : " text"
147
+ }
148
+ ]
149
+ },
150
+ "url" : {
151
+ "raw" : " {{baseurl}}/Echo" ,
152
+ "host" : [
153
+ " {{baseurl}}"
154
+ ],
155
+ "path" : [
156
+ " Echo"
157
+ ]
158
+ },
159
+ "description" : " Demonstrates Postman's random data fields."
160
+ },
161
+ "response" : [
162
+ {
163
+ "name" : " echo" ,
164
+ "originalRequest" : {
165
+ "method" : " POST" ,
166
+ "header" : [
167
+ {
168
+ "key" : " Content-Type" ,
169
+ "name" : " Content-Type" ,
170
+ "value" : " application/x-www-form-urlencoded" ,
171
+ "type" : " text"
172
+ }
173
+ ],
174
+ "body" : {
175
+ "mode" : " urlencoded" ,
176
+ "urlencoded" : [
177
+ {
178
+ "key" : " RandomInt" ,
179
+ "value" : " {{$randomInt}}" ,
180
+ "type" : " text"
181
+ },
182
+ {
183
+ "key" : " Abbreviation" ,
184
+ "value" : " {{$randomAbbreviation}}" ,
185
+ "type" : " text"
186
+ },
187
+ {
188
+ "key" : " Business Image" ,
189
+ "value" : " {{$randomBusinessImage}}" ,
190
+ "type" : " text"
191
+ },
192
+ {
193
+ "key" : " Catch Phrase" ,
194
+ "value" : " {{$randomCatchPhrase}}" ,
195
+ "type" : " text"
196
+ },
197
+ {
198
+ "key" : " City" ,
199
+ "value" : " {{$randomCity}}" ,
200
+ "type" : " text"
201
+ },
202
+ {
203
+ "key" : " Bitcoin Address" ,
204
+ "value" : " {{$randomBitcoin}}" ,
205
+ "type" : " text"
206
+ },
207
+ {
208
+ "key" : " Color" ,
209
+ "value" : " {{$randomColor}}" ,
210
+ "type" : " text"
211
+ },
212
+ {
213
+ "key" : " Last Name" ,
214
+ "value" : " {{$randomLastName}}" ,
215
+ "type" : " text"
216
+ },
217
+ {
218
+ "key" : " Latitude" ,
219
+ "value" : " {{$randomLatitude}}" ,
220
+ "type" : " text"
221
+ },
222
+ {
223
+ "key" : " Date Past" ,
224
+ "value" : " {{$randomDatePast}}" ,
225
+ "type" : " text"
226
+ },
227
+ {
228
+ "key" : " Email" ,
229
+ "value" : " {{$randomEmail}}" ,
230
+ "type" : " text"
231
+ },
232
+ {
233
+ "key" : " Hex Color" ,
234
+ "value" : " {{$randomHexColor}}" ,
235
+ "type" : " text"
236
+ },
237
+ {
238
+ "key" : " Currency Code" ,
239
+ "value" : " {{$randomCurrencyCode}}" ,
240
+ "type" : " text"
241
+ },
242
+ {
243
+ "key" : " Lorem" ,
244
+ "value" : " {{$randomLoremSlug}}" ,
245
+ "type" : " text"
246
+ },
247
+ {
248
+ "key" : " Mime Type" ,
249
+ "value" : " {{$randomMimeType}}" ,
250
+ "type" : " text"
251
+ },
252
+ {
253
+ "key" : " Phone Ext" ,
254
+ "value" : " {{$randomPhoneNumberExt}}" ,
255
+ "type" : " text"
256
+ },
257
+ {
258
+ "key" : " Password" ,
259
+ "value" : " {{$randomPassword}}" ,
260
+ "type" : " text"
261
+ },
262
+ {
263
+ "key" : " Job Description" ,
264
+ "value" : " {{$randomJobDescriptor}}" ,
265
+ "type" : " text"
266
+ },
267
+ {
268
+ "key" : " Directory" ,
269
+ "value" : " {{$randomDirectoryPath}}" ,
270
+ "type" : " text"
271
+ },
272
+ {
273
+ "key" : " UUID" ,
274
+ "value" : " {{$randomUUID}}" ,
275
+ "type" : " text"
276
+ },
277
+ {
278
+ "key" : " Protocol" ,
279
+ "value" : " {{$randomProtocol}}" ,
280
+ "type" : " text"
281
+ },
282
+ {
283
+ "key" : " MAC Address" ,
284
+ "value" : " {{$randomMACAddress}}" ,
285
+ "type" : " text"
286
+ },
287
+ {
288
+ "key" : " Semver" ,
289
+ "value" : " {{$randomSemver}}" ,
290
+ "type" : " text"
291
+ },
292
+ {
293
+ "key" : " Street" ,
294
+ "value" : " {{$randomStreetAddress}}" ,
295
+ "type" : " text"
296
+ },
297
+ {
298
+ "key" : " IP v6" ,
299
+ "value" : " {{$randomIPV6}}" ,
300
+ "type" : " text"
301
+ }
302
+ ]
303
+ },
304
+ "url" : {
305
+ "raw" : " {{baseurl}}/Echo" ,
306
+ "host" : [
307
+ " {{baseurl}}"
308
+ ],
309
+ "path" : [
310
+ " Echo"
311
+ ]
312
+ }
313
+ },
314
+ "status" : " OK" ,
315
+ "code" : 200 ,
316
+ "_postman_previewlanguage" : " json" ,
317
+ "header" : [
318
+ {
319
+ "key" : " Date" ,
320
+ "value" : " Tue, 15 Oct 2019 21:45:58 GMT"
321
+ },
322
+ {
323
+ "key" : " Content-Type" ,
324
+ "value" : " application/json; charset=utf-8"
325
+ },
326
+ {
327
+ "key" : " Server" ,
328
+ "value" : " Kestrel"
329
+ },
330
+ {
331
+ "key" : " Transfer-Encoding" ,
332
+ "value" : " chunked"
333
+ }
334
+ ],
335
+ "cookie" : [],
336
+ "body": "{\n \"RandomInt\": \"401\",\n \"Abbreviation\": \"COM\",\n \"Business Image\": \"http://lorempixel.com/640/480/business\",\n \"Catch Phrase\": \"Synergistic modular flexibility\",\n \"City\": \"North Chyna\",\n \"Bitcoin Address\": \"1U05W8IG6ZX78ULL20BCF64M9QSA5QA\",\n \"Color\": \"violet\",\n \"Last Name\": \"Bradtke\",\n \"Latitude\": \"10.4845\",\n \"Date Past\": \"Mon Jul 01 2019 07:17:50 GMT-0400 (Eastern Daylight Time)\",\n \"Email\": \"
[email protected] \",\n \"Hex Color\": \"#10603f\",\n \"Currency Code\": \"NIO\",\n \"Lorem\": \"ea-vitae-repellat\",\n \"Mime Type\": \"application/vnd.ntt-local.sip-ta_tcp_stream\",\n \"Phone Ext\": \"97-970-970-1249\",\n \"Password\": \"Y6HQAba68iuQdut\",\n \"Job Description\": \"Chief\",\n \"Directory\": \"/mnt\",\n \"UUID\": \"bfc5b542-c9e4-49fd-9d62-d69f3504a9fb\",\n \"Protocol\": \"http\",\n \"MAC Address\": \"5d:ec:dc:4c:26:65\",\n \"Semver\": \"6.5.9\",\n \"Street\": \"3387 Hagenes Trafficway\",\n \"IP v6\": \"5346:36f1:066f:9e03:a5ac:ee6d:c73e:d104\"\n}"
337
+ }
338
+ ]
339
+ }
340
+ ],
341
+ "protocolProfileBehavior" : {}
342
+ }
0 commit comments