-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdashboard-api.postman_collection.json
101 lines (101 loc) · 3.24 KB
/
dashboard-api.postman_collection.json
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"id": "fa1b6b04-eda0-8ac1-d043-cd96c99ed1a8",
"name": "Sandbox",
"description": "",
"order": [
"a61345c1-563f-12a6-76b3-be36a2e9ba12",
"ac6c2c58-c556-86a6-6d31-d5340c8992db",
"b3ff913c-6d87-cbae-2717-7c613757b751",
"c746e998-3ad3-fd32-332e-0b084a75b21a"
],
"folders": [],
"timestamp": 1475537567639,
"owner": "",
"public": false,
"published": false,
"requests": [
{
"id": "a61345c1-563f-12a6-76b3-be36a2e9ba12",
"headers": "Authorization: Bearer e94029d1fdfa4dcc4d243cfc\nContent-Type: application/json\n",
"url": "https://dashboard-sandbox-x.apps.staging.digital.gov.au/api/v1/datasets/1/datapoints/",
"preRequestScript": null,
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1475718228081,
"name": "Sample Create Datapoint",
"description": "",
"collectionId": "fa1b6b04-eda0-8ac1-d043-cd96c99ed1a8",
"responses": [],
"rawModeData": "{\n \"datapoints\": [\n \t{ \"ts\": \"2016-01-01T01:01:01.111Z\", \"value\": \"42\"}\n ]\n}"
},
{
"id": "ac6c2c58-c556-86a6-6d31-d5340c8992db",
"headers": "Authorization: Bearer e94029d1fdfa4dcc4d243cfc\nContent-Type: application/json\n",
"url": "https://dashboard-sandbox-x.apps.staging.digital.gov.au/api/v1/datasets/",
"pathVariables": {},
"preRequestScript": null,
"method": "POST",
"collectionId": "fa1b6b04-eda0-8ac1-d043-cd96c99ed1a8",
"data": [],
"dataMode": "raw",
"name": "Sample Create Dataset",
"description": "",
"descriptionFormat": "html",
"time": 1475718269785,
"version": 2,
"responses": [],
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"rawModeData": "{ \"name\": \"blat\"}"
},
{
"id": "b3ff913c-6d87-cbae-2717-7c613757b751",
"headers": "Authorization: Bearer e94029d1fdfa4dcc4d243cfc\nContent-Type: application/json\n",
"url": "https://dashboard-sandbox-x.apps.staging.digital.gov.au/api/v1/datasets/1/datapoints/",
"pathVariables": {},
"preRequestScript": null,
"method": "GET",
"collectionId": "fa1b6b04-eda0-8ac1-d043-cd96c99ed1a8",
"data": [],
"dataMode": "raw",
"name": "List Datapoints",
"description": "",
"descriptionFormat": "html",
"time": 1475726345238,
"version": 2,
"responses": [],
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"rawModeData": "{\n \"datapoints\": [\n \t{ \"ts\": \"2016-01-01T01:01:01.111Z\", \"value\": \"42\"}\n ]\n}"
},
{
"id": "c746e998-3ad3-fd32-332e-0b084a75b21a",
"headers": "Authorization: Bearer e94029d1fdfa4dcc4d243cfc\nContent-Type: application/json\n",
"url": "https://dashboard-sandbox-x.apps.staging.digital.gov.au/api/v1/datasets/",
"pathVariables": {},
"preRequestScript": null,
"method": "GET",
"collectionId": "fa1b6b04-eda0-8ac1-d043-cd96c99ed1a8",
"data": [],
"dataMode": "raw",
"name": "List Datasets",
"description": "",
"descriptionFormat": "html",
"time": 1475726366991,
"version": 2,
"responses": [],
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"rawModeData": "{\n \"datapoints\": [\n \t{ \"ts\": \"2016-01-01T01:01:01.111Z\", \"value\": \"42\"}\n ]\n}"
}
]
}