-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpostman_collection.json
More file actions
54 lines (54 loc) · 1.67 KB
/
postman_collection.json
File metadata and controls
54 lines (54 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"owner": "118332",
"lastUpdatedBy": "118332",
"lastRevision": 66425343,
"team": null,
"id": "4db8c788-01d1-24b3-b76a-d5a4d6ed629c",
"name": "Enttoi",
"description": "",
"remoteLink": "https://www.getpostman.com/collections/40489326758383488e07",
"order": [
"d284c435-06b0-359b-6c71-8d4de2ebe9d9",
"66ef96d5-29d7-ede1-c830-6611b861dbc2"
],
"requests": [
{
"id": "66ef96d5-29d7-ede1-c830-6611b861dbc2",
"headers": "Content-Type: application/json\nAuthorization: 56454cfe-a127-478a-a262-93b39082740e\n",
"url": "http://localhost:3000/sensor",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "normal",
"helperAttributes": {},
"time": 1444854543358,
"name": "http://localhost:3000/sensor",
"description": "",
"collectionId": "4db8c788-01d1-24b3-b76a-d5a4d6ed629c",
"rawModeData": "{\n \"sensor_type\": \"cabin_door\",\n \"sensor_id\": 0,\n \"state\":1\n}"
},
{
"id": "d284c435-06b0-359b-6c71-8d4de2ebe9d9",
"headers": "Content-Type: application/json\nAuthorization: 56454cfe-a127-478a-a262-93b39082740e\n",
"url": "http://enttoi-gw.azurewebsites.net/sensor",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "normal",
"helperAttributes": {},
"time": 1444854593152,
"name": "http://enttoi-gw.azurewebsites.net/sensor",
"description": "",
"collectionId": "4db8c788-01d1-24b3-b76a-d5a4d6ed629c",
"rawModeData": "{\n \"sensor_type\": \"cabin_door\",\n \"sensor_id\": 1,\n \"state\":1\n}"
}
]
}