-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCLAMS.postman_collection.json
80 lines (80 loc) · 1.35 KB
/
CLAMS.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
{
"info": {
"_postman_id": "919b40fa-b7dd-4ad9-88c2-58e9f50f90e8",
"name": "CLAMS",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "4902280"
},
"item": [
{
"name": "Report",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://[path.to.api-gateway.uri]/clams/report",
"protocol": "https",
"host": [
"",
"execute-api",
"us-east-1",
"amazonaws",
"com"
],
"path": [
"attendees",
"5F7BCD"
]
}
},
"response": []
},
{
"name": "All Attendees",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://[path.to.api-gateway.uri]/clams/attendees",
"protocol": "https",
"host": [
"",
"execute-api",
"us-east-1",
"amazonaws",
"com"
],
"path": [
"clams",
"attendees"
]
}
},
"response": []
},
{
"name": "Test Attendee",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://[path.to.api-gateway.uri]/clams/attendee/5F7BCD",
"protocol": "https",
"host": [
"",
"execute-api",
"us-east-1",
"amazonaws",
"com"
],
"path": [
"clams",
"attendee",
"5F7BCD"
]
}
},
"response": []
}
]
}