-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtoll-enforce-get-admin.json
More file actions
116 lines (116 loc) · 3.73 KB
/
toll-enforce-get-admin.json
File metadata and controls
116 lines (116 loc) · 3.73 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"$connections": {
"defaultValue": {},
"type": "Object"
}
},
"triggers": {
"manual": {
"type": "Request",
"kind": "Http",
"inputs": {
"method": "GET",
"relativePath": "formId/{formId}",
"schema": {}
}
}
},
"actions": {
"Get_response_details": {
"runAfter": {},
"type": "ApiConnection",
"inputs": {
"host": {
"connection": {
"name": "@parameters('$connections')['microsoftforms']['connectionId']"
}
},
"method": "get",
"path": "/formapi/api/forms('@{encodeURIComponent('3Lt3--vGs02UAOXn9NV_scwAE4PWTPxFg9B_QZcw6HlUODhJNlNKT1VGVElRSlRTMUFCV0NaSDNIMC4u')}')/responses",
"queries": {
"response_id": "@triggerOutputs()['relativePathParameters']['formId']"
}
}
},
"Response": {
"runAfter": {
"Get_response_details": [
"Succeeded"
]
},
"type": "Response",
"kind": "Http",
"inputs": {
"body": {
"email": "@{body('Get_response_details')?['r7a8cf6cef123430a8a7a5d22621f2754']}",
"publicAddress__dollars": "@{body('Get_response_details')?['rb8d33d19eb384b6aac2c67e3034feaac']}",
"publicAddress__ethers": "@{body('Get_response_details')?['r0390f03707544cc4af0b1b0493cbcca4']}",
"remunerationApiUrl__dollars": "@{body('Get_response_details')?['rfdb2cc63a8d3497cb5c741f28c112112']}",
"remunerationApiUrl__ethers": "@{body('Get_response_details')?['r02ade678d07d4649a7323cfdd49ed13c']}",
"zoneA__dollars": "@{body('Get_response_details')?['r85250a44f7c342f497918f7e6af3044e']}",
"zoneA__ethers": "@{body('Get_response_details')?['rca6dcb3207c5401f9c838333c7dedb69']}",
"zoneB__dollars": "@{body('Get_response_details')?['rffafeb30bb3b41a1a3ab492132168974']}",
"zoneB__ethers": "@{body('Get_response_details')?['r3d3cb88f27404e75a7328d8154410c30']}",
"zoneC__dollars": "@{body('Get_response_details')?['rfc0904818b4b45a8a9879e581feac078']}",
"zoneC__ethers": "@{body('Get_response_details')?['rc06b10445cad4331ac3f3e2f89f0b7a2']}"
},
"schema": {
"properties": {
"email": {
"type": "string"
},
"publicAddress__dollars": {
"type": "string"
},
"publicAddress__ethers": {
"type": "string"
},
"remunerationApiUrl__dollars": {
"type": "string"
},
"remunerationApiUrl__ethers": {
"type": "string"
},
"zonaA__dollars": {
"type": "string"
},
"zonaB__dollars": {
"type": "string"
},
"zonaC__dollars": {
"type": "string"
},
"zoneA__ethers": {
"type": "string"
},
"zoneB__ethers": {
"type": "string"
},
"zoneC__ethers": {
"type": "string"
}
},
"required": [
"email",
"publicAddress__dollars",
"publicAddress__ethers",
"remunerationApiUrl__dollars",
"remunerationApiUrl__ethers",
"zonaA__dollars",
"zoneA__ethers",
"zonaB__dollars",
"zoneB__ethers",
"zonaC__dollars",
"zoneC__ethers"
],
"type": "object"
},
"statusCode": 200
}
}
},
"outputs": {}
}