forked from microsoft/PowerPlatformConnectors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapiDefinition.swagger.json
358 lines (358 loc) · 9.92 KB
/
apiDefinition.swagger.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
{
"swagger": "2.0",
"info": {
"title": "1Me Corporate",
"description": "1Me is the easiest and fastest way to share your contact information.\nWith 1Me, you can have an unlimited number of contact cards. You can choose which contact information to include on each card, and then choose who to share each card with.\nThis is best for separating your business and personal contact information",
"contact": {
"name": "1Me Support",
"url": "https://www.1me.live/support",
"email": "support@1me.live"
},
"version": "1.0"
},
"host": "automate.1me.live",
"basePath": "/",
"schemes": [
"https"
],
"consumes": [],
"produces": [],
"paths": {
"/api/CardTempletes/": {
"get": {
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/ReturnCardTemplete"
}
},
"400": {
"description": "Bad Request"
},
"404": {
"description": "Not Found"
},
"401": {
"description": "Unauthorized"
},
"403": {
"description": "Forbidden"
},
"500": {
"description": "Internal Server Error. Unknown error occurred"
},
"default": {
"description": "Operation Failed."
}
},
"operationId": "RetrieveCardTemplates",
"summary": "Get Card Templates",
"description": "Retrieve all corporate card templates",
"parameters": []
}
},
"/api/Invitation/": {
"post": {
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/ApiResponse"
}
},
"400": {
"description": "Bad Request"
},
"404": {
"description": "Not Found"
},
"401": {
"description": "Unauthorized"
},
"403": {
"description": "Forbidden"
},
"500": {
"description": "Internal Server Error. Unknown error occurred"
},
"default": {
"description": "Operation Failed."
}
},
"summary": "Send Invitation",
"operationId": "SendInvitation",
"description": "Create invitation and send email for your corporate members",
"parameters": [
{
"name": "body",
"in": "body",
"required": true,
"schema": {
"type": "object",
"properties": {
"CardTemplateId": {
"type": "string",
"description": "Card Template Id",
"title": "Card Template Id"
},
"NameOnCard": {
"type": "string",
"description": "Name On Card",
"title": "Name On Card"
},
"Jobtitle": {
"type": "string",
"description": "Job Title",
"title": "Job Title"
},
"WorkEmail": {
"type": "string",
"description": "Work Email",
"title": "Work Email"
},
"Extension": {
"type": "string",
"description": "Extension",
"title": "Extension"
}
},
"required": [
"CardTemplateId",
"Jobtitle",
"WorkEmail"
]
}
}
]
}
},
"/api/Invitation/Disassociate": {
"delete": {
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/ApiResponse"
}
},
"400": {
"description": "Bad Request"
},
"404": {
"description": "Not Found"
},
"401": {
"description": "Unauthorized"
},
"403": {
"description": "Forbidden"
},
"500": {
"description": "Internal Server Error. Unknown error occurred"
},
"default": {
"description": "Operation Failed."
}
},
"operationId": "DisassociateMember",
"summary": "Disassociate Member",
"description": "Disassociate members from your corporate",
"parameters": [
{
"description": "Disassociate members from your corporate",
"x-ms-summary": "Disassociate members from your corporate",
"name": "Content-Type",
"in": "header",
"required": true,
"type": "string",
"default": "application/json"
},
{
"name": "body",
"in": "body",
"required": false,
"schema": {
"type": "object",
"properties": {
"Email": {
"type": "string",
"description": "Email",
"title": "Email"
}
},
"required": [
"Email"
]
}
}
]
}
},
"/api/Invitation/GetAccountInvitations/": {
"get": {
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/AccountInvitations"
}
},
"400": {
"description": "Bad Request"
},
"404": {
"description": "Not Found"
},
"401": {
"description": "Unauthorized"
},
"403": {
"description": "Forbidden"
},
"500": {
"description": "Internal Server Error. Unknown error occurred"
},
"default": {
"description": "Operation Failed."
}
},
"operationId": "RetrieveAllInvitations",
"summary": "Retrieve all Invitations",
"description": "Retrieve all corporate invitations",
"parameters": []
}
}
},
"definitions": {
"ReturnCardTemplete": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"description": "The unique identifier for the Card Template.",
"type": "string",
"x-ms-summary": "Id"
},
"Name": {
"description": "The Name of the Card Template.",
"type": "string",
"x-ms-summary": "Name"
},
"CreatedOn": {
"description": "The Date on which the card was created on.",
"type": "string",
"x-ms-summary": "CreatedOn"
},
"CardsCount": {
"description": "The number of Cards which have this Card Template.",
"type": "integer",
"x-ms-summary": "CardsCount"
}
}
}
},
"ApiResponse": {
"type": "object",
"properties": {
"Data": {
"description": "The genaric data of Response",
"type": "string",
"x-ms-summary": "Data"
},
"isSuccess": {
"description": "the flag of responses Status.",
"type": "boolean",
"x-ms-summary": "isSuccess"
},
"Status": {
"description": "the Code of responses Status.",
"type": "integer",
"x-ms-summary": "Status"
},
"Message": {
"description": "the message of responses Status.",
"type": "string",
"x-ms-summary": "Message"
}
}
},
"AccountInvitations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Code": {
"description": "The code of invitation.",
"type": "string",
"x-ms-summary": "Code"
},
"Date": {
"description": "The Date on which the invitation was created on.",
"type": "string",
"x-ms-summary": "Date"
},
"ModifiedOn": {
"description": "The Date on which the invitation was Modified On.",
"type": "string",
"x-ms-summary": "ModifiedOn"
},
"CardTemplateID": {
"description": "The unique identifier for the Card Template.",
"type": "string",
"x-ms-summary": "CardTemplateID"
},
"NameOnCard": {
"description": "the Name which is written on the card.",
"type": "string",
"x-ms-summary": "NameOnCard"
},
"WorkEmail": {
"description": "the Work Email of the Employee.",
"type": "string",
"x-ms-summary": "WorkEmail"
},
"JobTitle": {
"description": "the Job Title of the Employee.",
"type": "string",
"x-ms-summary": "JobTitle"
},
"Extention": {
"description": "the Extention of the Employee.",
"type": "string",
"x-ms-summary": "Extention"
},
"Status": {
"description": "the Status of The Invitation.",
"type": "string",
"x-ms-summary": "Status"
}
}
}
}
},
"securityDefinitions": {
"api_key": {
"type": "apiKey",
"in": "header",
"name": "XApiKey"
}
},
"security": [],
"tags": [],
"x-ms-connector-metadata": [
{
"propertyName": "Website",
"propertyValue": "https://www.1me.live/"
},
{
"propertyName": "Privacy policy",
"propertyValue": "https://www.1me.live/privacy"
},
{
"propertyName": "Categories",
"propertyValue": "IT Operations;Website"
}
]
}