@avantguardllc/n8n-nodes-halopsa 0.1.28 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3369 -0
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,3369 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://n8n.io"><img src="https://raw.githubusercontent.com/n8n-io/n8n/master/assets/n8n-logo.png" alt="n8n" height="40" /></a>
|
|
3
|
+
|
|
4
|
+
<a href="https://avantguard.it"><img src="https://i0.wp.com/avantguard.it/wp-content/uploads/2024/02/NewLogoSmalNoPicl.png?fit=398%2C71" alt="AvantGuard" height="40" /></a>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
# HaloPSA n8n Node
|
|
8
|
+
|
|
9
|
+
 
|
|
10
|
+
|
|
11
|
+
The HaloITSM, HaloPSA and HaloCRM REST API
|
|
12
|
+
|
|
13
|
+
## Table of Contents
|
|
14
|
+
|
|
15
|
+
- [Installation](#installation)
|
|
16
|
+
- [Authentication](#authentication)
|
|
17
|
+
- [Resources & Operations](#resources--operations)
|
|
18
|
+
- [Compatibility](#compatibility)
|
|
19
|
+
- [License](#license)
|
|
20
|
+
|
|
21
|
+
## Installation
|
|
22
|
+
|
|
23
|
+
Follow the [n8n community node installation guide](https://docs.n8n.io/integrations/community-nodes/installation/).
|
|
24
|
+
|
|
25
|
+
Or install directly via npm:
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
npm install @avantguardllc/n8n-nodes-halopsa
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
## Authentication
|
|
32
|
+
|
|
33
|
+
This node authenticates using **OAuth 2.0**.
|
|
34
|
+
|
|
35
|
+
| Setting | Value |
|
|
36
|
+
|---------|-------|
|
|
37
|
+
| Type | OAuth2 |
|
|
38
|
+
| Base URL | `/api` (editable in credentials) |
|
|
39
|
+
|
|
40
|
+
> **Tip:** The Base URL can be changed in the credential settings if your instance uses a different host.
|
|
41
|
+
|
|
42
|
+
## Resources & Operations
|
|
43
|
+
|
|
44
|
+
**Base URL:** `/api`
|
|
45
|
+
|
|
46
|
+
### Actions
|
|
47
|
+
|
|
48
|
+
| | Endpoint | Description |
|
|
49
|
+
|---|----------|-------------|
|
|
50
|
+
| 🔴 **`DELETE`** | `/Actions/{id}` | delete__Actions__id_ |
|
|
51
|
+
| 🔵 **`GET`** | `/Actions/{id}` | Get one Actions |
|
|
52
|
+
| 🔵 **`GET`** | `/Actions` | List of Actions |
|
|
53
|
+
| 🟢 **`POST`** | `/Actions` | post__Actions |
|
|
54
|
+
| 🟢 **`POST`** | `/Actions/reaction` | post__Actions_reaction |
|
|
55
|
+
| 🟢 **`POST`** | `/Actions/Review` | post__Actions_Review |
|
|
56
|
+
|
|
57
|
+
### Addigy
|
|
58
|
+
|
|
59
|
+
| | Endpoint | Description |
|
|
60
|
+
|---|----------|-------------|
|
|
61
|
+
| 🔵 **`GET`** | `/Addigy/Get` | get__Addigy_Get |
|
|
62
|
+
| 🟢 **`POST`** | `/Addigy/Post` | post__Addigy_Post |
|
|
63
|
+
|
|
64
|
+
### AddigyDetails
|
|
65
|
+
|
|
66
|
+
| | Endpoint | Description |
|
|
67
|
+
|---|----------|-------------|
|
|
68
|
+
| 🔴 **`DELETE`** | `/AddigyDetails/{id}` | delete__AddigyDetails__id_ |
|
|
69
|
+
| 🔵 **`GET`** | `/AddigyDetails` | get__AddigyDetails |
|
|
70
|
+
| 🔵 **`GET`** | `/AddigyDetails/{id}` | get__AddigyDetails__id_ |
|
|
71
|
+
| 🟢 **`POST`** | `/AddigyDetails` | post__AddigyDetails |
|
|
72
|
+
|
|
73
|
+
### Addressbook
|
|
74
|
+
|
|
75
|
+
| | Endpoint | Description |
|
|
76
|
+
|---|----------|-------------|
|
|
77
|
+
| 🔴 **`DELETE`** | `/Addressbook/{id}` | delete__Addressbook__id_ |
|
|
78
|
+
| 🔵 **`GET`** | `/Addressbook` | get__Addressbook |
|
|
79
|
+
| 🔵 **`GET`** | `/Addressbook/{id}` | get__Addressbook__id_ |
|
|
80
|
+
| 🟢 **`POST`** | `/Addressbook` | post__Addressbook |
|
|
81
|
+
|
|
82
|
+
### AddressStore
|
|
83
|
+
|
|
84
|
+
| | Endpoint | Description |
|
|
85
|
+
|---|----------|-------------|
|
|
86
|
+
| 🔴 **`DELETE`** | `/Address/{id}` | delete__Address__id_ |
|
|
87
|
+
| 🔵 **`GET`** | `/Address/{id}` | Get one AddressStore |
|
|
88
|
+
| 🔵 **`GET`** | `/Address` | List of AddressStore |
|
|
89
|
+
| 🟢 **`POST`** | `/Address` | post__Address |
|
|
90
|
+
|
|
91
|
+
### AdobeAcrobatDetails
|
|
92
|
+
|
|
93
|
+
| | Endpoint | Description |
|
|
94
|
+
|---|----------|-------------|
|
|
95
|
+
| 🔴 **`DELETE`** | `/AdobeAcrobatDetails/{id}` | delete__AdobeAcrobatDetails__id_ |
|
|
96
|
+
| 🔵 **`GET`** | `/AdobeAcrobatDetails` | get__AdobeAcrobatDetails |
|
|
97
|
+
| 🔵 **`GET`** | `/AdobeAcrobatDetails/{id}` | get__AdobeAcrobatDetails__id_ |
|
|
98
|
+
| 🟢 **`POST`** | `/AdobeAcrobatDetails` | post__AdobeAcrobatDetails |
|
|
99
|
+
|
|
100
|
+
### AdobeCommerceDetails
|
|
101
|
+
|
|
102
|
+
| | Endpoint | Description |
|
|
103
|
+
|---|----------|-------------|
|
|
104
|
+
| 🔴 **`DELETE`** | `/AdobeCommerceDetails/{id}` | delete__AdobeCommerceDetails__id_ |
|
|
105
|
+
| 🔵 **`GET`** | `/AdobeCommerceDetails` | get__AdobeCommerceDetails |
|
|
106
|
+
| 🔵 **`GET`** | `/AdobeCommerceDetails/{id}` | get__AdobeCommerceDetails__id_ |
|
|
107
|
+
| 🟢 **`POST`** | `/AdobeCommerceDetails` | post__AdobeCommerceDetails |
|
|
108
|
+
|
|
109
|
+
### AdobeCommerceIntegration
|
|
110
|
+
|
|
111
|
+
| | Endpoint | Description |
|
|
112
|
+
|---|----------|-------------|
|
|
113
|
+
| 🔵 **`GET`** | `/AdobeCommerceIntegration` | get__AdobeCommerceIntegration |
|
|
114
|
+
| 🟢 **`POST`** | `/AdobeCommerceIntegration/auth` | post__AdobeCommerceIntegration_auth |
|
|
115
|
+
|
|
116
|
+
### AgentCheckIn
|
|
117
|
+
|
|
118
|
+
| | Endpoint | Description |
|
|
119
|
+
|---|----------|-------------|
|
|
120
|
+
| 🔵 **`GET`** | `/AgentCheckIn/{id}` | Get one AgentCheckIn |
|
|
121
|
+
| 🔵 **`GET`** | `/AgentCheckIn` | List of AgentCheckIn |
|
|
122
|
+
| 🟢 **`POST`** | `/AgentCheckIn` | post__AgentCheckIn |
|
|
123
|
+
|
|
124
|
+
### AgentImage
|
|
125
|
+
|
|
126
|
+
| | Endpoint | Description |
|
|
127
|
+
|---|----------|-------------|
|
|
128
|
+
| 🔵 **`GET`** | `/AgentImage/{id}` | Get one Uname |
|
|
129
|
+
|
|
130
|
+
### AiSuggestion
|
|
131
|
+
|
|
132
|
+
| | Endpoint | Description |
|
|
133
|
+
|---|----------|-------------|
|
|
134
|
+
| 🔴 **`DELETE`** | `/AISuggestion/{id}` | delete__AISuggestion__id_ |
|
|
135
|
+
| 🔵 **`GET`** | `/AISuggestion` | get__AISuggestion |
|
|
136
|
+
| 🔵 **`GET`** | `/AISuggestion/{id}` | get__AISuggestion__id_ |
|
|
137
|
+
| 🟢 **`POST`** | `/AISuggestion` | post__AISuggestion |
|
|
138
|
+
|
|
139
|
+
### Alemba
|
|
140
|
+
|
|
141
|
+
| | Endpoint | Description |
|
|
142
|
+
|---|----------|-------------|
|
|
143
|
+
| 🔵 **`GET`** | `/Alemba/Get` | get__Alemba_Get |
|
|
144
|
+
|
|
145
|
+
### AmazonSellerDetails
|
|
146
|
+
|
|
147
|
+
| | Endpoint | Description |
|
|
148
|
+
|---|----------|-------------|
|
|
149
|
+
| 🔴 **`DELETE`** | `/AmazonSellerDetails/{id}` | delete__AmazonSellerDetails__id_ |
|
|
150
|
+
| 🔵 **`GET`** | `/AmazonSellerDetails` | get__AmazonSellerDetails |
|
|
151
|
+
| 🔵 **`GET`** | `/AmazonSellerDetails/{id}` | get__AmazonSellerDetails__id_ |
|
|
152
|
+
| 🟢 **`POST`** | `/AmazonSellerDetails` | post__AmazonSellerDetails |
|
|
153
|
+
|
|
154
|
+
### AnalyzerProfile
|
|
155
|
+
|
|
156
|
+
| | Endpoint | Description |
|
|
157
|
+
|---|----------|-------------|
|
|
158
|
+
| 🔴 **`DELETE`** | `/Report/{id}` | delete__Report__id_ |
|
|
159
|
+
| 🔵 **`GET`** | `/Report/{id}` | Get one AnalyzerProfile |
|
|
160
|
+
| 🔵 **`GET`** | `/Report` | List of AnalyzerProfile |
|
|
161
|
+
| 🟢 **`POST`** | `/Report` | post__Report |
|
|
162
|
+
| 🟢 **`POST`** | `/Report/Bookmark` | post__Report_Bookmark |
|
|
163
|
+
| 🟢 **`POST`** | `/Report/createpdf` | post__Report_createpdf |
|
|
164
|
+
| 🟢 **`POST`** | `/Report/print` | post__Report_print |
|
|
165
|
+
|
|
166
|
+
### Appointment
|
|
167
|
+
|
|
168
|
+
| | Endpoint | Description |
|
|
169
|
+
|---|----------|-------------|
|
|
170
|
+
| 🔴 **`DELETE`** | `/Appointment/{id}` | Delete one Appointment |
|
|
171
|
+
| 🔵 **`GET`** | `/Appointment/{id}` | Get one Appointment |
|
|
172
|
+
| 🔵 **`GET`** | `/Appointment/Booking` | get__Appointment_Booking |
|
|
173
|
+
| 🔵 **`GET`** | `/Appointment` | List of Appointment |
|
|
174
|
+
| 🟢 **`POST`** | `/Appointment` | post__Appointment |
|
|
175
|
+
| 🟢 **`POST`** | `/Appointment/Booking` | post__Appointment_Booking |
|
|
176
|
+
| 🟢 **`POST`** | `/Appointment/Generate` | post__Appointment_Generate |
|
|
177
|
+
|
|
178
|
+
### ApprovalProcess
|
|
179
|
+
|
|
180
|
+
| | Endpoint | Description |
|
|
181
|
+
|---|----------|-------------|
|
|
182
|
+
| 🔴 **`DELETE`** | `/ApprovalProcess/{id}` | delete__ApprovalProcess__id_ |
|
|
183
|
+
| 🔵 **`GET`** | `/ApprovalProcess/{id}` | Get one ApprovalProcess |
|
|
184
|
+
| 🔵 **`GET`** | `/ApprovalProcess` | List of ApprovalProcess |
|
|
185
|
+
| 🟢 **`POST`** | `/ApprovalProcess` | post__ApprovalProcess |
|
|
186
|
+
|
|
187
|
+
### ApprovalProcessRule
|
|
188
|
+
|
|
189
|
+
| | Endpoint | Description |
|
|
190
|
+
|---|----------|-------------|
|
|
191
|
+
| 🔴 **`DELETE`** | `/ApprovalProcessRule/{id}` | delete__ApprovalProcessRule__id_ |
|
|
192
|
+
| 🔵 **`GET`** | `/ApprovalProcessRule/{id}` | Get one ApprovalProcessRule |
|
|
193
|
+
| 🔵 **`GET`** | `/ApprovalProcessRule` | List of ApprovalProcessRule |
|
|
194
|
+
| 🟢 **`POST`** | `/ApprovalProcessRule` | post__ApprovalProcessRule |
|
|
195
|
+
|
|
196
|
+
### ApprovalStore
|
|
197
|
+
|
|
198
|
+
| | Endpoint | Description |
|
|
199
|
+
|---|----------|-------------|
|
|
200
|
+
| 🟢 **`POST`** | `/ApprovalStore` | post__ApprovalStore |
|
|
201
|
+
|
|
202
|
+
### Area
|
|
203
|
+
|
|
204
|
+
| | Endpoint | Description |
|
|
205
|
+
|---|----------|-------------|
|
|
206
|
+
| 🔴 **`DELETE`** | `/Client/{id}` | delete__Client__id_ |
|
|
207
|
+
| 🔵 **`GET`** | `/Client/{id}` | Get one Area |
|
|
208
|
+
| 🔵 **`GET`** | `/Client/me` | get__Client_me |
|
|
209
|
+
| 🔵 **`GET`** | `/Client` | List of Area |
|
|
210
|
+
| 🟢 **`POST`** | `/Client` | post__Client |
|
|
211
|
+
| 🟢 **`POST`** | `/Client/NewAccountsId` | post__Client_NewAccountsId |
|
|
212
|
+
| 🟢 **`POST`** | `/Client/PaymentMethodUpdate` | post__Client_PaymentMethodUpdate |
|
|
213
|
+
|
|
214
|
+
### AreaAzureTenant
|
|
215
|
+
|
|
216
|
+
| | Endpoint | Description |
|
|
217
|
+
|---|----------|-------------|
|
|
218
|
+
| 🔵 **`GET`** | `/AreaAzureTenant` | List of AreaAzureTenant |
|
|
219
|
+
|
|
220
|
+
### AreaItem
|
|
221
|
+
|
|
222
|
+
| | Endpoint | Description |
|
|
223
|
+
|---|----------|-------------|
|
|
224
|
+
| 🔵 **`GET`** | `/RecurringItem` | List of AreaItem |
|
|
225
|
+
|
|
226
|
+
### AreaNote
|
|
227
|
+
|
|
228
|
+
| | Endpoint | Description |
|
|
229
|
+
|---|----------|-------------|
|
|
230
|
+
| 🔴 **`DELETE`** | `/CRMNote/{id}` | delete__CRMNote__id_ |
|
|
231
|
+
| 🔵 **`GET`** | `/CRMNote/{id}` | Get one AreaNote |
|
|
232
|
+
| 🔵 **`GET`** | `/CRMNote` | List of AreaNote |
|
|
233
|
+
| 🟢 **`POST`** | `/CRMNote` | post__CRMNote |
|
|
234
|
+
|
|
235
|
+
### AreaPopup
|
|
236
|
+
|
|
237
|
+
| | Endpoint | Description |
|
|
238
|
+
|---|----------|-------------|
|
|
239
|
+
| 🔵 **`GET`** | `/PopupNote` | List of AreaPopup |
|
|
240
|
+
| 🟢 **`POST`** | `/PopupNote/read` | post__PopupNote_read |
|
|
241
|
+
|
|
242
|
+
### AreaRequestType
|
|
243
|
+
|
|
244
|
+
| | Endpoint | Description |
|
|
245
|
+
|---|----------|-------------|
|
|
246
|
+
| 🔵 **`GET`** | `/AreaRequestType/{id}` | Get one AreaRequestType |
|
|
247
|
+
| 🔵 **`GET`** | `/AreaRequestType` | get__AreaRequestType |
|
|
248
|
+
|
|
249
|
+
### Armis
|
|
250
|
+
|
|
251
|
+
| | Endpoint | Description |
|
|
252
|
+
|---|----------|-------------|
|
|
253
|
+
| 🔵 **`GET`** | `/Armis/Get` | get__Armis_Get |
|
|
254
|
+
|
|
255
|
+
### ArmisDetails
|
|
256
|
+
|
|
257
|
+
| | Endpoint | Description |
|
|
258
|
+
|---|----------|-------------|
|
|
259
|
+
| 🔴 **`DELETE`** | `/ArmisDetails/{id}` | delete__ArmisDetails__id_ |
|
|
260
|
+
| 🔵 **`GET`** | `/ArmisDetails` | get__ArmisDetails |
|
|
261
|
+
| 🔵 **`GET`** | `/ArmisDetails/{id}` | get__ArmisDetails__id_ |
|
|
262
|
+
| 🟢 **`POST`** | `/ArmisDetails` | post__ArmisDetails |
|
|
263
|
+
|
|
264
|
+
### ArrowSphereDetails
|
|
265
|
+
|
|
266
|
+
| | Endpoint | Description |
|
|
267
|
+
|---|----------|-------------|
|
|
268
|
+
| 🔴 **`DELETE`** | `/ArrowSphereDetails/{id}` | delete__ArrowSphereDetails__id_ |
|
|
269
|
+
| 🔵 **`GET`** | `/ArrowSphereDetails` | get__ArrowSphereDetails |
|
|
270
|
+
| 🔵 **`GET`** | `/ArrowSphereDetails/{id}` | get__ArrowSphereDetails__id_ |
|
|
271
|
+
| 🟢 **`POST`** | `/ArrowSphereDetails` | post__ArrowSphereDetails |
|
|
272
|
+
|
|
273
|
+
### ATT
|
|
274
|
+
|
|
275
|
+
| | Endpoint | Description |
|
|
276
|
+
|---|----------|-------------|
|
|
277
|
+
| 🔵 **`GET`** | `/ATT/PriceAndAvailability` | get__ATT_PriceAndAvailability |
|
|
278
|
+
|
|
279
|
+
### Attachment
|
|
280
|
+
|
|
281
|
+
| | Endpoint | Description |
|
|
282
|
+
|---|----------|-------------|
|
|
283
|
+
| 🔴 **`DELETE`** | `/Attachment/{id}` | delete__Attachment__id_ |
|
|
284
|
+
| 🔴 **`DELETE`** | `/Attachment/document/{id}` | delete__Attachment_document__id_ |
|
|
285
|
+
| 🔴 **`DELETE`** | `/Attachment/image/{id}` | delete__Attachment_image__id_ |
|
|
286
|
+
| 🔵 **`GET`** | `/Attachment/{id}` | Get one Attachment |
|
|
287
|
+
| 🔵 **`GET`** | `/Attachment/document/{id}` | get__Attachment_document__id_ |
|
|
288
|
+
| 🔵 **`GET`** | `/Attachment/image` | get__Attachment_image |
|
|
289
|
+
| 🔵 **`GET`** | `/Attachment/image/{id}` | get__Attachment_image__id_ |
|
|
290
|
+
| 🔵 **`GET`** | `/Attachment/nhserver/{id}` | get__Attachment_nhserver__id_ |
|
|
291
|
+
| 🔵 **`GET`** | `/Attachment` | List of Attachment |
|
|
292
|
+
| 🟢 **`POST`** | `/Attachment` | post__Attachment |
|
|
293
|
+
| 🟢 **`POST`** | `/Attachment/document` | post__Attachment_document |
|
|
294
|
+
| 🟢 **`POST`** | `/Attachment/GetS3PresignedURL` | post__Attachment_GetS3PresignedURL |
|
|
295
|
+
| 🟢 **`POST`** | `/Attachment/image` | post__Attachment_image |
|
|
296
|
+
| 🟢 **`POST`** | `/Attachment/PresignedURLUploadComplete` | post__Attachment_PresignedURLUploadComplete |
|
|
297
|
+
|
|
298
|
+
### Audit
|
|
299
|
+
|
|
300
|
+
| | Endpoint | Description |
|
|
301
|
+
|---|----------|-------------|
|
|
302
|
+
| 🔴 **`DELETE`** | `/Audit/{id}` | delete__Audit__id_ |
|
|
303
|
+
| 🔵 **`GET`** | `/Audit/{id}` | Get one Audit |
|
|
304
|
+
| 🔵 **`GET`** | `/Audit` | get__Audit |
|
|
305
|
+
| 🟢 **`POST`** | `/Audit` | post__Audit |
|
|
306
|
+
|
|
307
|
+
### AuditPasswordField
|
|
308
|
+
|
|
309
|
+
| | Endpoint | Description |
|
|
310
|
+
|---|----------|-------------|
|
|
311
|
+
| 🔵 **`GET`** | `/PasswordField/{id}` | Get one AuditPasswordField |
|
|
312
|
+
| 🔵 **`GET`** | `/PasswordField` | get__PasswordField |
|
|
313
|
+
| 🟢 **`POST`** | `/PasswordField` | post__PasswordField |
|
|
314
|
+
|
|
315
|
+
### AuthInfo
|
|
316
|
+
|
|
317
|
+
| | Endpoint | Description |
|
|
318
|
+
|---|----------|-------------|
|
|
319
|
+
| 🔵 **`GET`** | `/AuthInfo` | get__AuthInfo |
|
|
320
|
+
|
|
321
|
+
### Autoassign
|
|
322
|
+
|
|
323
|
+
| | Endpoint | Description |
|
|
324
|
+
|---|----------|-------------|
|
|
325
|
+
| 🔴 **`DELETE`** | `/TicketRules/{id}` | delete__TicketRules__id_ |
|
|
326
|
+
| 🔵 **`GET`** | `/TicketRules/{id}` | Get one Autoassign |
|
|
327
|
+
| 🔵 **`GET`** | `/TicketRules` | List of Autoassign |
|
|
328
|
+
| 🟢 **`POST`** | `/TicketRules` | post__TicketRules |
|
|
329
|
+
|
|
330
|
+
### Automation
|
|
331
|
+
|
|
332
|
+
| | Endpoint | Description |
|
|
333
|
+
|---|----------|-------------|
|
|
334
|
+
| 🔴 **`DELETE`** | `/Automation/{id}` | delete__Automation__id_ |
|
|
335
|
+
| 🔵 **`GET`** | `/Automation` | get__Automation |
|
|
336
|
+
| 🔵 **`GET`** | `/Automation/{id}` | get__Automation__id_ |
|
|
337
|
+
| 🟢 **`POST`** | `/Automation` | post__Automation |
|
|
338
|
+
| 🟢 **`POST`** | `/Automation/{runbookId}` | post__Automation__runbookId_ |
|
|
339
|
+
|
|
340
|
+
### AvalaraDetails
|
|
341
|
+
|
|
342
|
+
| | Endpoint | Description |
|
|
343
|
+
|---|----------|-------------|
|
|
344
|
+
| 🔴 **`DELETE`** | `/AvalaraDetails/{id}` | delete__AvalaraDetails__id_ |
|
|
345
|
+
| 🔵 **`GET`** | `/AvalaraDetails` | get__AvalaraDetails |
|
|
346
|
+
| 🔵 **`GET`** | `/AvalaraDetails/{id}` | get__AvalaraDetails__id_ |
|
|
347
|
+
| 🟢 **`POST`** | `/AvalaraDetails` | post__AvalaraDetails |
|
|
348
|
+
|
|
349
|
+
### AWS
|
|
350
|
+
|
|
351
|
+
| | Endpoint | Description |
|
|
352
|
+
|---|----------|-------------|
|
|
353
|
+
| 🔵 **`GET`** | `/AWS/Get` | get__AWS_Get |
|
|
354
|
+
|
|
355
|
+
### AWSDetails
|
|
356
|
+
|
|
357
|
+
| | Endpoint | Description |
|
|
358
|
+
|---|----------|-------------|
|
|
359
|
+
| 🔴 **`DELETE`** | `/AWSDetails/{id}` | delete__AWSDetails__id_ |
|
|
360
|
+
| 🔵 **`GET`** | `/AWSDetails` | get__AWSDetails |
|
|
361
|
+
| 🔵 **`GET`** | `/AWSDetails/{id}` | get__AWSDetails__id_ |
|
|
362
|
+
| 🟢 **`POST`** | `/AWSDetails` | post__AWSDetails |
|
|
363
|
+
|
|
364
|
+
### AzureADConnection
|
|
365
|
+
|
|
366
|
+
| | Endpoint | Description |
|
|
367
|
+
|---|----------|-------------|
|
|
368
|
+
| 🔴 **`DELETE`** | `/azureadconnection/{id}` | delete__azureadconnection__id_ |
|
|
369
|
+
| 🔵 **`GET`** | `/azureadconnection/{id}` | Get one AzureADConnection |
|
|
370
|
+
| 🔵 **`GET`** | `/azureadconnection` | List of AzureADConnection |
|
|
371
|
+
| 🟢 **`POST`** | `/azureadconnection` | post__azureadconnection |
|
|
372
|
+
|
|
373
|
+
### AzureADMapping
|
|
374
|
+
|
|
375
|
+
| | Endpoint | Description |
|
|
376
|
+
|---|----------|-------------|
|
|
377
|
+
| 🔵 **`GET`** | `/azureadmapping` | List of AzureADMapping |
|
|
378
|
+
|
|
379
|
+
### AzureDelta
|
|
380
|
+
|
|
381
|
+
| | Endpoint | Description |
|
|
382
|
+
|---|----------|-------------|
|
|
383
|
+
| 🔴 **`DELETE`** | `/AzureDelta/{id}` | delete__AzureDelta__id_ |
|
|
384
|
+
| 🔵 **`GET`** | `/AzureDelta` | get__AzureDelta |
|
|
385
|
+
| 🔵 **`GET`** | `/AzureDelta/{id}` | get__AzureDelta__id_ |
|
|
386
|
+
| 🟢 **`POST`** | `/AzureDelta` | post__AzureDelta |
|
|
387
|
+
|
|
388
|
+
### AzureDevOps
|
|
389
|
+
|
|
390
|
+
| | Endpoint | Description |
|
|
391
|
+
|---|----------|-------------|
|
|
392
|
+
| 🔴 **`DELETE`** | `/AzureDevOpsDetails/{id}` | delete__AzureDevOpsDetails__id_ |
|
|
393
|
+
| 🔵 **`GET`** | `/AzureDevOpsDetails/{id}` | Get one AzureDevOpsDetails |
|
|
394
|
+
| 🔵 **`GET`** | `/AzureDevOpsDetails` | get__AzureDevOpsDetails |
|
|
395
|
+
| 🟢 **`POST`** | `/AzureDevOpsDetails` | post__AzureDevOpsDetails |
|
|
396
|
+
|
|
397
|
+
### AzureTranslate
|
|
398
|
+
|
|
399
|
+
| | Endpoint | Description |
|
|
400
|
+
|---|----------|-------------|
|
|
401
|
+
| 🔵 **`GET`** | `/AzureTranslate/CustomTranslate` | get__AzureTranslate_CustomTranslate |
|
|
402
|
+
| 🟢 **`POST`** | `/AzureTranslate/LanguagePackTranslate` | post__AzureTranslate_LanguagePackTranslate |
|
|
403
|
+
|
|
404
|
+
### BackgroundTask
|
|
405
|
+
|
|
406
|
+
| | Endpoint | Description |
|
|
407
|
+
|---|----------|-------------|
|
|
408
|
+
| 🔵 **`GET`** | `/BackgroundTask/{id}` | get__BackgroundTask__id_ |
|
|
409
|
+
|
|
410
|
+
### BookingType
|
|
411
|
+
|
|
412
|
+
| | Endpoint | Description |
|
|
413
|
+
|---|----------|-------------|
|
|
414
|
+
| 🔵 **`GET`** | `/BookingType` | List of BookingType |
|
|
415
|
+
|
|
416
|
+
### Bookmark
|
|
417
|
+
|
|
418
|
+
| | Endpoint | Description |
|
|
419
|
+
|---|----------|-------------|
|
|
420
|
+
| 🔵 **`GET`** | `/Bookmark/{id}` | get__Bookmark__id_ |
|
|
421
|
+
| 🟢 **`POST`** | `/Bookmark` | post__Bookmark |
|
|
422
|
+
|
|
423
|
+
### BudgetType
|
|
424
|
+
|
|
425
|
+
| | Endpoint | Description |
|
|
426
|
+
|---|----------|-------------|
|
|
427
|
+
| 🔴 **`DELETE`** | `/BudgetType/{id}` | delete__BudgetType__id_ |
|
|
428
|
+
| 🔵 **`GET`** | `/BudgetType/{id}` | Get one BudgetType |
|
|
429
|
+
| 🔵 **`GET`** | `/BudgetType` | List of BudgetType |
|
|
430
|
+
| 🟢 **`POST`** | `/BudgetType` | post__BudgetType |
|
|
431
|
+
|
|
432
|
+
### BulkEmail
|
|
433
|
+
|
|
434
|
+
| | Endpoint | Description |
|
|
435
|
+
|---|----------|-------------|
|
|
436
|
+
| 🔵 **`GET`** | `/BulkEmail/{id}` | Get one BulkEmail |
|
|
437
|
+
| 🔵 **`GET`** | `/BulkEmail` | get__BulkEmail |
|
|
438
|
+
|
|
439
|
+
### BusinessCentralDetails
|
|
440
|
+
|
|
441
|
+
| | Endpoint | Description |
|
|
442
|
+
|---|----------|-------------|
|
|
443
|
+
| 🔴 **`DELETE`** | `/BusinessCentralDetails/{id}` | delete__BusinessCentralDetails__id_ |
|
|
444
|
+
| 🔵 **`GET`** | `/BusinessCentralDetails/{id}` | Get one BusinessCentralDetails |
|
|
445
|
+
| 🔵 **`GET`** | `/BusinessCentralDetails` | List of BusinessCentralDetails |
|
|
446
|
+
| 🟢 **`POST`** | `/BusinessCentralDetails` | post__BusinessCentralDetails |
|
|
447
|
+
|
|
448
|
+
### CabHeader
|
|
449
|
+
|
|
450
|
+
| | Endpoint | Description |
|
|
451
|
+
|---|----------|-------------|
|
|
452
|
+
| 🔴 **`DELETE`** | `/CAB/{id}` | delete__CAB__id_ |
|
|
453
|
+
| 🔵 **`GET`** | `/CAB/{id}` | Get one CabHeader |
|
|
454
|
+
| 🔵 **`GET`** | `/CAB` | List of CabHeader |
|
|
455
|
+
| 🟢 **`POST`** | `/CAB` | post__CAB |
|
|
456
|
+
|
|
457
|
+
### CabMember
|
|
458
|
+
|
|
459
|
+
| | Endpoint | Description |
|
|
460
|
+
|---|----------|-------------|
|
|
461
|
+
| 🔵 **`GET`** | `/CABMember` | get__CABMember |
|
|
462
|
+
|
|
463
|
+
### CabRole
|
|
464
|
+
|
|
465
|
+
| | Endpoint | Description |
|
|
466
|
+
|---|----------|-------------|
|
|
467
|
+
| 🔵 **`GET`** | `/CABRole` | get__CABRole |
|
|
468
|
+
|
|
469
|
+
### CallLog
|
|
470
|
+
|
|
471
|
+
| | Endpoint | Description |
|
|
472
|
+
|---|----------|-------------|
|
|
473
|
+
| 🔵 **`GET`** | `/CallLog/{id}` | Get one CallLog |
|
|
474
|
+
| 🔵 **`GET`** | `/CallLog` | List of CallLog |
|
|
475
|
+
| 🟢 **`POST`** | `/CallLog` | post__CallLog |
|
|
476
|
+
|
|
477
|
+
### CannedText
|
|
478
|
+
|
|
479
|
+
| | Endpoint | Description |
|
|
480
|
+
|---|----------|-------------|
|
|
481
|
+
| 🔴 **`DELETE`** | `/CannedText/{id}` | delete__CannedText__id_ |
|
|
482
|
+
| 🔵 **`GET`** | `/CannedText/{id}` | Get one CannedText |
|
|
483
|
+
| 🔵 **`GET`** | `/CannedText` | List of CannedText |
|
|
484
|
+
| 🟢 **`POST`** | `/CannedText` | post__CannedText |
|
|
485
|
+
| 🟢 **`POST`** | `/CannedText/favourite` | post__CannedText_favourite |
|
|
486
|
+
|
|
487
|
+
### CategoryDetail
|
|
488
|
+
|
|
489
|
+
| | Endpoint | Description |
|
|
490
|
+
|---|----------|-------------|
|
|
491
|
+
| 🔴 **`DELETE`** | `/Category/{id}` | delete__Category__id_ |
|
|
492
|
+
| 🔵 **`GET`** | `/Category/{id}` | Get one CategoryDetail |
|
|
493
|
+
| 🔵 **`GET`** | `/Category` | List of CategoryDetail |
|
|
494
|
+
| 🟢 **`POST`** | `/Category` | post__Category |
|
|
495
|
+
|
|
496
|
+
### Certificate
|
|
497
|
+
|
|
498
|
+
| | Endpoint | Description |
|
|
499
|
+
|---|----------|-------------|
|
|
500
|
+
| 🔴 **`DELETE`** | `/Certificate/{id}` | delete__Certificate__id_ |
|
|
501
|
+
| 🔵 **`GET`** | `/Certificate/{id}` | Get one Certificate |
|
|
502
|
+
| 🔵 **`GET`** | `/Certificate` | get__Certificate |
|
|
503
|
+
| 🟢 **`POST`** | `/Certificate` | post__Certificate |
|
|
504
|
+
|
|
505
|
+
### ChangeCalendar
|
|
506
|
+
|
|
507
|
+
| | Endpoint | Description |
|
|
508
|
+
|---|----------|-------------|
|
|
509
|
+
| 🔵 **`GET`** | `/ChangeCalendar` | get__ChangeCalendar |
|
|
510
|
+
|
|
511
|
+
### ChargeRate
|
|
512
|
+
|
|
513
|
+
| | Endpoint | Description |
|
|
514
|
+
|---|----------|-------------|
|
|
515
|
+
| 🔵 **`GET`** | `/ChargeRate/{id}` | Get one ChargeRate |
|
|
516
|
+
| 🔵 **`GET`** | `/ChargeRate` | List of ChargeRate |
|
|
517
|
+
|
|
518
|
+
### ChatFlow
|
|
519
|
+
|
|
520
|
+
| | Endpoint | Description |
|
|
521
|
+
|---|----------|-------------|
|
|
522
|
+
| 🟢 **`POST`** | `/ChatFlow` | post__ChatFlow |
|
|
523
|
+
|
|
524
|
+
### ChatMatchingData
|
|
525
|
+
|
|
526
|
+
| | Endpoint | Description |
|
|
527
|
+
|---|----------|-------------|
|
|
528
|
+
| 🟢 **`POST`** | `/ChatMatchingData` | post__ChatMatchingData |
|
|
529
|
+
|
|
530
|
+
### ChatProfile
|
|
531
|
+
|
|
532
|
+
| | Endpoint | Description |
|
|
533
|
+
|---|----------|-------------|
|
|
534
|
+
| 🔴 **`DELETE`** | `/ChatProfile/{id}` | delete__ChatProfile__id_ |
|
|
535
|
+
| 🔵 **`GET`** | `/ChatProfile/{id}` | Get one ChatProfile |
|
|
536
|
+
| 🔵 **`GET`** | `/ChatProfile` | List of ChatProfile |
|
|
537
|
+
| 🟢 **`POST`** | `/ChatProfile` | post__ChatProfile |
|
|
538
|
+
|
|
539
|
+
### ClientCache
|
|
540
|
+
|
|
541
|
+
| | Endpoint | Description |
|
|
542
|
+
|---|----------|-------------|
|
|
543
|
+
| 🔵 **`GET`** | `/ClientCache` | get__ClientCache |
|
|
544
|
+
|
|
545
|
+
### Company
|
|
546
|
+
|
|
547
|
+
| | Endpoint | Description |
|
|
548
|
+
|---|----------|-------------|
|
|
549
|
+
| 🔴 **`DELETE`** | `/Supplier/{id}` | delete__Supplier__id_ |
|
|
550
|
+
| 🔵 **`GET`** | `/Supplier/{id}` | Get one Company |
|
|
551
|
+
| 🔵 **`GET`** | `/Supplier` | List of Company |
|
|
552
|
+
| 🟢 **`POST`** | `/Supplier` | post__Supplier |
|
|
553
|
+
|
|
554
|
+
### ConfigCommit
|
|
555
|
+
|
|
556
|
+
| | Endpoint | Description |
|
|
557
|
+
|---|----------|-------------|
|
|
558
|
+
| 🔴 **`DELETE`** | `/ConfigCommit/{id}` | delete__ConfigCommit__id_ |
|
|
559
|
+
| 🔵 **`GET`** | `/ConfigCommit/{id}` | Get one ConfigCommit |
|
|
560
|
+
| 🔵 **`GET`** | `/ConfigCommit` | List of ConfigCommit |
|
|
561
|
+
| 🟢 **`POST`** | `/ConfigCommit` | post__ConfigCommit |
|
|
562
|
+
|
|
563
|
+
### ConfirmClosure
|
|
564
|
+
|
|
565
|
+
| | Endpoint | Description |
|
|
566
|
+
|---|----------|-------------|
|
|
567
|
+
| 🔴 **`DELETE`** | `/ConfirmClosure/{id}` | delete__ConfirmClosure__id_ |
|
|
568
|
+
| 🔵 **`GET`** | `/ConfirmClosure/{id}` | Get one ConfirmClosure |
|
|
569
|
+
| 🔵 **`GET`** | `/ConfirmClosure` | get__ConfirmClosure |
|
|
570
|
+
| 🟢 **`POST`** | `/ConfirmClosure` | post__ConfirmClosure |
|
|
571
|
+
|
|
572
|
+
### ConfluenceDetails
|
|
573
|
+
|
|
574
|
+
| | Endpoint | Description |
|
|
575
|
+
|---|----------|-------------|
|
|
576
|
+
| 🔴 **`DELETE`** | `/ConfluenceDetails/{id}` | delete__ConfluenceDetails__id_ |
|
|
577
|
+
| 🔵 **`GET`** | `/ConfluenceDetails` | get__ConfluenceDetails |
|
|
578
|
+
| 🔵 **`GET`** | `/ConfluenceDetails/{id}` | get__ConfluenceDetails__id_ |
|
|
579
|
+
| 🟢 **`POST`** | `/ConfluenceDetails` | post__ConfluenceDetails |
|
|
580
|
+
|
|
581
|
+
### ConnectedInstance
|
|
582
|
+
|
|
583
|
+
| | Endpoint | Description |
|
|
584
|
+
|---|----------|-------------|
|
|
585
|
+
| 🔴 **`DELETE`** | `/ConnectedInstance/{id}` | delete__ConnectedInstance__id_ |
|
|
586
|
+
| 🔵 **`GET`** | `/ConnectedInstance/{id}` | Get one ConnectedInstance |
|
|
587
|
+
| 🔵 **`GET`** | `/ConnectedInstance` | get__ConnectedInstance |
|
|
588
|
+
| 🟢 **`POST`** | `/ConnectedInstance` | post__ConnectedInstance |
|
|
589
|
+
|
|
590
|
+
### ConsignmentHeader
|
|
591
|
+
|
|
592
|
+
| | Endpoint | Description |
|
|
593
|
+
|---|----------|-------------|
|
|
594
|
+
| 🔴 **`DELETE`** | `/Consignment/{id}` | delete__Consignment__id_ |
|
|
595
|
+
| 🔵 **`GET`** | `/Consignment/{id}` | Get one ConsignmentHeader |
|
|
596
|
+
| 🔵 **`GET`** | `/Consignment` | List of ConsignmentHeader |
|
|
597
|
+
| 🟢 **`POST`** | `/Consignment` | post__Consignment |
|
|
598
|
+
|
|
599
|
+
### Contactgroup
|
|
600
|
+
|
|
601
|
+
| | Endpoint | Description |
|
|
602
|
+
|---|----------|-------------|
|
|
603
|
+
| 🔴 **`DELETE`** | `/Contactgroup/{id}` | delete__Contactgroup__id_ |
|
|
604
|
+
| 🔵 **`GET`** | `/Contactgroup` | get__Contactgroup |
|
|
605
|
+
| 🔵 **`GET`** | `/Contactgroup/{id}` | get__Contactgroup__id_ |
|
|
606
|
+
| 🟢 **`POST`** | `/Contactgroup` | post__Contactgroup |
|
|
607
|
+
|
|
608
|
+
### Contactgroupcontacts
|
|
609
|
+
|
|
610
|
+
| | Endpoint | Description |
|
|
611
|
+
|---|----------|-------------|
|
|
612
|
+
| 🔴 **`DELETE`** | `/Contactgroupcontact/{id}` | delete__Contactgroupcontact__id_ |
|
|
613
|
+
| 🔵 **`GET`** | `/Contactgroupcontact` | get__Contactgroupcontact |
|
|
614
|
+
| 🔵 **`GET`** | `/Contactgroupcontact/{id}` | get__Contactgroupcontact__id_ |
|
|
615
|
+
| 🟢 **`POST`** | `/Contactgroupcontact` | post__Contactgroupcontact |
|
|
616
|
+
|
|
617
|
+
### Contract
|
|
618
|
+
|
|
619
|
+
| | Endpoint | Description |
|
|
620
|
+
|---|----------|-------------|
|
|
621
|
+
| 🔴 **`DELETE`** | `/SupplierContract/{id}` | delete__SupplierContract__id_ |
|
|
622
|
+
| 🔵 **`GET`** | `/SupplierContract/{id}` | Get one Contract |
|
|
623
|
+
| 🔵 **`GET`** | `/SupplierContract` | List of Contract |
|
|
624
|
+
| 🟢 **`POST`** | `/SupplierContract` | post__SupplierContract |
|
|
625
|
+
| 🟢 **`POST`** | `/SupplierContract/NextRef` | post__SupplierContract_NextRef |
|
|
626
|
+
|
|
627
|
+
### ContractHeader
|
|
628
|
+
|
|
629
|
+
| | Endpoint | Description |
|
|
630
|
+
|---|----------|-------------|
|
|
631
|
+
| 🔴 **`DELETE`** | `/ClientContract/{id}` | delete__ClientContract__id_ |
|
|
632
|
+
| 🔵 **`GET`** | `/ClientContract/{id}` | Get one ContractHeader |
|
|
633
|
+
| 🔵 **`GET`** | `/ClientContract` | List of ContractHeader |
|
|
634
|
+
| 🟢 **`POST`** | `/ClientContract` | post__ClientContract |
|
|
635
|
+
| 🟢 **`POST`** | `/ClientContract/Approval` | post__ClientContract_Approval |
|
|
636
|
+
| 🟢 **`POST`** | `/ClientContract/NextRef` | post__ClientContract_NextRef |
|
|
637
|
+
|
|
638
|
+
### ContractRule
|
|
639
|
+
|
|
640
|
+
| | Endpoint | Description |
|
|
641
|
+
|---|----------|-------------|
|
|
642
|
+
| 🔴 **`DELETE`** | `/ContractRule/{id}` | delete__ContractRule__id_ |
|
|
643
|
+
| 🔵 **`GET`** | `/ContractRule` | get__ContractRule |
|
|
644
|
+
| 🔵 **`GET`** | `/ContractRule/{id}` | get__ContractRule__id_ |
|
|
645
|
+
| 🟢 **`POST`** | `/ContractRule` | post__ContractRule |
|
|
646
|
+
|
|
647
|
+
### ContractSchedule
|
|
648
|
+
|
|
649
|
+
| | Endpoint | Description |
|
|
650
|
+
|---|----------|-------------|
|
|
651
|
+
| 🔴 **`DELETE`** | `/ContractSchedule/{id}` | delete__ContractSchedule__id_ |
|
|
652
|
+
| 🔵 **`GET`** | `/ContractSchedule/{id}` | Get one ContractSchedule |
|
|
653
|
+
| 🔵 **`GET`** | `/ContractSchedule` | get__ContractSchedule |
|
|
654
|
+
| 🟢 **`POST`** | `/ContractSchedule` | post__ContractSchedule |
|
|
655
|
+
|
|
656
|
+
### ContractSchedulePlan
|
|
657
|
+
|
|
658
|
+
| | Endpoint | Description |
|
|
659
|
+
|---|----------|-------------|
|
|
660
|
+
| 🔴 **`DELETE`** | `/ContractSchedulePlan/{id}` | delete__ContractSchedulePlan__id_ |
|
|
661
|
+
| 🔵 **`GET`** | `/ContractSchedulePlan/{id}` | Get one ContractSchedulePlan |
|
|
662
|
+
| 🔵 **`GET`** | `/ContractSchedulePlan` | get__ContractSchedulePlan |
|
|
663
|
+
| 🟢 **`POST`** | `/ContractSchedulePlan` | post__ContractSchedulePlan |
|
|
664
|
+
|
|
665
|
+
### ContractTemplateHeader
|
|
666
|
+
|
|
667
|
+
| | Endpoint | Description |
|
|
668
|
+
|---|----------|-------------|
|
|
669
|
+
| 🔴 **`DELETE`** | `/BillingTemplate/{id}` | delete__BillingTemplate__id_ |
|
|
670
|
+
| 🔵 **`GET`** | `/BillingTemplate/{id}` | Get one ContractTemplateHeader |
|
|
671
|
+
| 🔵 **`GET`** | `/BillingTemplate` | get__BillingTemplate |
|
|
672
|
+
| 🟢 **`POST`** | `/BillingTemplate` | post__BillingTemplate |
|
|
673
|
+
|
|
674
|
+
### Control
|
|
675
|
+
|
|
676
|
+
| | Endpoint | Description |
|
|
677
|
+
|---|----------|-------------|
|
|
678
|
+
| 🔵 **`GET`** | `/Control` | get__Control |
|
|
679
|
+
| 🔵 **`GET`** | `/Control/Teams` | get__Control_Teams |
|
|
680
|
+
| 🟢 **`POST`** | `/Control` | post__Control |
|
|
681
|
+
| 🟢 **`POST`** | `/Control/ClearCache` | post__Control_ClearCache |
|
|
682
|
+
| 🟢 **`POST`** | `/Control/setup` | post__Control_setup |
|
|
683
|
+
| 🟢 **`POST`** | `/Control/UpdateEnc` | post__Control_UpdateEnc |
|
|
684
|
+
|
|
685
|
+
### Costcentres
|
|
686
|
+
|
|
687
|
+
| | Endpoint | Description |
|
|
688
|
+
|---|----------|-------------|
|
|
689
|
+
| 🔴 **`DELETE`** | `/CostCentres/{id}` | delete__CostCentres__id_ |
|
|
690
|
+
| 🔵 **`GET`** | `/CostCentres/{id}` | Get one Costcentres |
|
|
691
|
+
| 🔵 **`GET`** | `/CostCentres` | get__CostCentres |
|
|
692
|
+
| 🟢 **`POST`** | `/CostCentres` | post__CostCentres |
|
|
693
|
+
|
|
694
|
+
### CriteriaGroup
|
|
695
|
+
|
|
696
|
+
| | Endpoint | Description |
|
|
697
|
+
|---|----------|-------------|
|
|
698
|
+
| 🔵 **`GET`** | `/CriteriaGroup` | get__CriteriaGroup |
|
|
699
|
+
|
|
700
|
+
### CSPConsumptionData
|
|
701
|
+
|
|
702
|
+
| | Endpoint | Description |
|
|
703
|
+
|---|----------|-------------|
|
|
704
|
+
| 🔴 **`DELETE`** | `/CSPConsumptionData/{id}` | delete__CSPConsumptionData__id_ |
|
|
705
|
+
| 🔴 **`DELETE`** | `/CSPConsumptionData/Parent/{id}` | delete__CSPConsumptionData_Parent__id_ |
|
|
706
|
+
| 🔵 **`GET`** | `/CSPConsumptionData` | get__CSPConsumptionData |
|
|
707
|
+
| 🔵 **`GET`** | `/CSPConsumptionData/{id}` | get__CSPConsumptionData__id_ |
|
|
708
|
+
| 🟢 **`POST`** | `/CSPConsumptionData` | post__CSPConsumptionData |
|
|
709
|
+
| 🟢 **`POST`** | `/CSPConsumptionData/manage` | post__CSPConsumptionData_manage |
|
|
710
|
+
|
|
711
|
+
### CSPInvoice
|
|
712
|
+
|
|
713
|
+
| | Endpoint | Description |
|
|
714
|
+
|---|----------|-------------|
|
|
715
|
+
| 🔴 **`DELETE`** | `/cspinvoice/{id}` | delete__cspinvoice__id_ |
|
|
716
|
+
| 🔵 **`GET`** | `/cspinvoice` | get__cspinvoice |
|
|
717
|
+
| 🔵 **`GET`** | `/cspinvoice/{id}` | get__cspinvoice__id_ |
|
|
718
|
+
| 🟢 **`POST`** | `/cspinvoice` | post__cspinvoice |
|
|
719
|
+
|
|
720
|
+
### CSPSubscriptionPricing
|
|
721
|
+
|
|
722
|
+
| | Endpoint | Description |
|
|
723
|
+
|---|----------|-------------|
|
|
724
|
+
| 🟢 **`POST`** | `/CSPSubscriptionPricing/manage` | post__CSPSubscriptionPricing_manage |
|
|
725
|
+
|
|
726
|
+
### CSVTemplate
|
|
727
|
+
|
|
728
|
+
| | Endpoint | Description |
|
|
729
|
+
|---|----------|-------------|
|
|
730
|
+
| 🔴 **`DELETE`** | `/CSVTemplate/{id}` | delete__CSVTemplate__id_ |
|
|
731
|
+
| 🔵 **`GET`** | `/CSVTemplate/{id}` | Get one CSVTemplate |
|
|
732
|
+
| 🔵 **`GET`** | `/CSVTemplate` | get__CSVTemplate |
|
|
733
|
+
| 🟢 **`POST`** | `/CSVTemplate` | post__CSVTemplate |
|
|
734
|
+
|
|
735
|
+
### Currency
|
|
736
|
+
|
|
737
|
+
| | Endpoint | Description |
|
|
738
|
+
|---|----------|-------------|
|
|
739
|
+
| 🔴 **`DELETE`** | `/Currency/{id}` | delete__Currency__id_ |
|
|
740
|
+
| 🔵 **`GET`** | `/Currency/{id}` | Get one Currency |
|
|
741
|
+
| 🔵 **`GET`** | `/Currency` | get__Currency |
|
|
742
|
+
| 🟢 **`POST`** | `/Currency` | post__Currency |
|
|
743
|
+
|
|
744
|
+
### CustomButton
|
|
745
|
+
|
|
746
|
+
| | Endpoint | Description |
|
|
747
|
+
|---|----------|-------------|
|
|
748
|
+
| 🔴 **`DELETE`** | `/CustomButton/{id}` | delete__CustomButton__id_ |
|
|
749
|
+
| 🔵 **`GET`** | `/CustomButton/{id}` | Get one CustomButton |
|
|
750
|
+
| 🔵 **`GET`** | `/CustomButton` | List of CustomButton |
|
|
751
|
+
| 🟢 **`POST`** | `/CustomButton` | post__CustomButton |
|
|
752
|
+
|
|
753
|
+
### CustomButtonAudit
|
|
754
|
+
|
|
755
|
+
| | Endpoint | Description |
|
|
756
|
+
|---|----------|-------------|
|
|
757
|
+
| 🟢 **`POST`** | `/CustomButtonAudit` | post__CustomButtonAudit |
|
|
758
|
+
|
|
759
|
+
### CustomQuery
|
|
760
|
+
|
|
761
|
+
| | Endpoint | Description |
|
|
762
|
+
|---|----------|-------------|
|
|
763
|
+
| 🔴 **`DELETE`** | `/CustomQuery/{id}` | delete__CustomQuery__id_ |
|
|
764
|
+
| 🔵 **`GET`** | `/CustomQuery` | get__CustomQuery |
|
|
765
|
+
| 🔵 **`GET`** | `/CustomQuery/{id}` | get__CustomQuery__id_ |
|
|
766
|
+
| 🟢 **`POST`** | `/CustomQuery` | post__CustomQuery |
|
|
767
|
+
|
|
768
|
+
### CustomTable
|
|
769
|
+
|
|
770
|
+
| | Endpoint | Description |
|
|
771
|
+
|---|----------|-------------|
|
|
772
|
+
| 🔴 **`DELETE`** | `/CustomTable/{id}` | delete__CustomTable__id_ |
|
|
773
|
+
| 🔵 **`GET`** | `/CustomTable/{id}` | Get one CustomTable |
|
|
774
|
+
| 🔵 **`GET`** | `/CustomTable` | List of CustomTable |
|
|
775
|
+
| 🟢 **`POST`** | `/CustomTable` | post__CustomTable |
|
|
776
|
+
|
|
777
|
+
### DashboardLinks
|
|
778
|
+
|
|
779
|
+
| | Endpoint | Description |
|
|
780
|
+
|---|----------|-------------|
|
|
781
|
+
| 🔴 **`DELETE`** | `/DashboardLinks/{id}` | delete__DashboardLinks__id_ |
|
|
782
|
+
| 🔵 **`GET`** | `/DashboardLinks/{id}` | Get one DashboardLinks |
|
|
783
|
+
| 🔵 **`GET`** | `/DashboardLinks/FilterValues` | get__DashboardLinks_FilterValues |
|
|
784
|
+
| 🔵 **`GET`** | `/DashboardLinks` | List of DashboardLinks |
|
|
785
|
+
| 🟢 **`POST`** | `/DashboardLinks` | post__DashboardLinks |
|
|
786
|
+
|
|
787
|
+
### DashboardLinksRepository
|
|
788
|
+
|
|
789
|
+
| | Endpoint | Description |
|
|
790
|
+
|---|----------|-------------|
|
|
791
|
+
| 🔵 **`GET`** | `/DashboardLinksRepository/{id}` | Get one DashboardLinks |
|
|
792
|
+
| 🔵 **`GET`** | `/DashboardLinksRepository` | List of DashboardLinks |
|
|
793
|
+
|
|
794
|
+
### DattoCommerceDetails
|
|
795
|
+
|
|
796
|
+
| | Endpoint | Description |
|
|
797
|
+
|---|----------|-------------|
|
|
798
|
+
| 🔴 **`DELETE`** | `/DattoCommerceDetails/{id}` | delete__DattoCommerceDetails__id_ |
|
|
799
|
+
| 🔵 **`GET`** | `/DattoCommerceDetails/{id}` | Get one DattoCommerceDetails |
|
|
800
|
+
| 🔵 **`GET`** | `/DattoCommerceDetails` | List of DattoCommerceDetails |
|
|
801
|
+
| 🟢 **`POST`** | `/DattoCommerceDetails` | post__DattoCommerceDetails |
|
|
802
|
+
|
|
803
|
+
### Device
|
|
804
|
+
|
|
805
|
+
| | Endpoint | Description |
|
|
806
|
+
|---|----------|-------------|
|
|
807
|
+
| 🔴 **`DELETE`** | `/Asset/{id}` | delete__Asset__id_ |
|
|
808
|
+
| 🔵 **`GET`** | `/Asset/{id}` | Get one Device |
|
|
809
|
+
| 🔵 **`GET`** | `/Asset/GetAllSoftwareVersions` | get__Asset_GetAllSoftwareVersions |
|
|
810
|
+
| 🔵 **`GET`** | `/Asset/NextTag` | get__Asset_NextTag |
|
|
811
|
+
| 🔵 **`GET`** | `/Asset` | List of Device |
|
|
812
|
+
| 🟢 **`POST`** | `/Asset` | post__Asset |
|
|
813
|
+
|
|
814
|
+
### DeviceApplications
|
|
815
|
+
|
|
816
|
+
| | Endpoint | Description |
|
|
817
|
+
|---|----------|-------------|
|
|
818
|
+
| 🔵 **`GET`** | `/AssetSoftware` | List of DeviceApplications |
|
|
819
|
+
|
|
820
|
+
### DeviceChange
|
|
821
|
+
|
|
822
|
+
| | Endpoint | Description |
|
|
823
|
+
|---|----------|-------------|
|
|
824
|
+
| 🔵 **`GET`** | `/AssetChange` | List of DeviceChange |
|
|
825
|
+
| 🟢 **`POST`** | `/AssetChange` | post__AssetChange |
|
|
826
|
+
|
|
827
|
+
### DeviceLicence
|
|
828
|
+
|
|
829
|
+
| | Endpoint | Description |
|
|
830
|
+
|---|----------|-------------|
|
|
831
|
+
| 🔵 **`GET`** | `/DeviceLicence` | get__DeviceLicence |
|
|
832
|
+
|
|
833
|
+
### DeviceMeterReading
|
|
834
|
+
|
|
835
|
+
| | Endpoint | Description |
|
|
836
|
+
|---|----------|-------------|
|
|
837
|
+
| 🔵 **`GET`** | `/MeterReading/{id}` | Get one DeviceMeterReading |
|
|
838
|
+
| 🔵 **`GET`** | `/MeterReading` | List of DeviceMeterReading |
|
|
839
|
+
| 🟢 **`POST`** | `/MeterReading` | post__MeterReading |
|
|
840
|
+
|
|
841
|
+
### DistributionLists
|
|
842
|
+
|
|
843
|
+
| | Endpoint | Description |
|
|
844
|
+
|---|----------|-------------|
|
|
845
|
+
| 🔴 **`DELETE`** | `/DistributionLists/{id}` | delete__DistributionLists__id_ |
|
|
846
|
+
| 🔵 **`GET`** | `/DistributionLists` | get__DistributionLists |
|
|
847
|
+
| 🔵 **`GET`** | `/DistributionLists/{id}` | get__DistributionLists__id_ |
|
|
848
|
+
| 🟢 **`POST`** | `/DistributionLists` | post__DistributionLists |
|
|
849
|
+
|
|
850
|
+
### DistributionListsLog
|
|
851
|
+
|
|
852
|
+
| | Endpoint | Description |
|
|
853
|
+
|---|----------|-------------|
|
|
854
|
+
| 🔴 **`DELETE`** | `/DistributionListsLog/{id}` | delete__DistributionListsLog__id_ |
|
|
855
|
+
| 🔵 **`GET`** | `/DistributionListsLog` | get__DistributionListsLog |
|
|
856
|
+
| 🔵 **`GET`** | `/DistributionListsLog/{id}` | get__DistributionListsLog__id_ |
|
|
857
|
+
| 🟢 **`POST`** | `/DistributionListsLog` | post__DistributionListsLog |
|
|
858
|
+
|
|
859
|
+
### DocumentCreation
|
|
860
|
+
|
|
861
|
+
| | Endpoint | Description |
|
|
862
|
+
|---|----------|-------------|
|
|
863
|
+
| 🟢 **`POST`** | `/DocumentCreation` | post__DocumentCreation |
|
|
864
|
+
|
|
865
|
+
### Downtime
|
|
866
|
+
|
|
867
|
+
| | Endpoint | Description |
|
|
868
|
+
|---|----------|-------------|
|
|
869
|
+
| 🔴 **`DELETE`** | `/Downtime/{id}` | delete__Downtime__id_ |
|
|
870
|
+
| 🔵 **`GET`** | `/Downtime` | get__Downtime |
|
|
871
|
+
| 🔵 **`GET`** | `/Downtime/{id}` | get__Downtime__id_ |
|
|
872
|
+
| 🔵 **`GET`** | `/Downtime/DowntimeCalendar` | get__Downtime_DowntimeCalendar |
|
|
873
|
+
| 🟢 **`POST`** | `/Downtime` | post__Downtime |
|
|
874
|
+
|
|
875
|
+
### Dynamics365CRMDetails
|
|
876
|
+
|
|
877
|
+
| | Endpoint | Description |
|
|
878
|
+
|---|----------|-------------|
|
|
879
|
+
| 🔴 **`DELETE`** | `/Dynamics365CRMDetails/{id}` | delete__Dynamics365CRMDetails__id_ |
|
|
880
|
+
| 🔵 **`GET`** | `/Dynamics365CRMDetails` | get__Dynamics365CRMDetails |
|
|
881
|
+
| 🔵 **`GET`** | `/Dynamics365CRMDetails/{id}` | get__Dynamics365CRMDetails__id_ |
|
|
882
|
+
| 🟢 **`POST`** | `/Dynamics365CRMDetails` | post__Dynamics365CRMDetails |
|
|
883
|
+
|
|
884
|
+
### DynatraceDetails
|
|
885
|
+
|
|
886
|
+
| | Endpoint | Description |
|
|
887
|
+
|---|----------|-------------|
|
|
888
|
+
| 🔴 **`DELETE`** | `/DynatraceDetails/{id}` | delete__DynatraceDetails__id_ |
|
|
889
|
+
| 🔵 **`GET`** | `/DynatraceDetails` | get__DynatraceDetails |
|
|
890
|
+
| 🔵 **`GET`** | `/DynatraceDetails/{id}` | get__DynatraceDetails__id_ |
|
|
891
|
+
| 🟢 **`POST`** | `/DynatraceDetails` | post__DynatraceDetails |
|
|
892
|
+
|
|
893
|
+
### EcommerceOrder
|
|
894
|
+
|
|
895
|
+
| | Endpoint | Description |
|
|
896
|
+
|---|----------|-------------|
|
|
897
|
+
| 🔴 **`DELETE`** | `/EcommerceOrder/{id}` | delete__EcommerceOrder__id_ |
|
|
898
|
+
| 🔵 **`GET`** | `/EcommerceOrder` | get__EcommerceOrder |
|
|
899
|
+
| 🔵 **`GET`** | `/EcommerceOrder/{id}` | get__EcommerceOrder__id_ |
|
|
900
|
+
| 🟢 **`POST`** | `/EcommerceOrder` | post__EcommerceOrder |
|
|
901
|
+
|
|
902
|
+
### EmailAddressBook
|
|
903
|
+
|
|
904
|
+
| | Endpoint | Description |
|
|
905
|
+
|---|----------|-------------|
|
|
906
|
+
| 🔵 **`GET`** | `/EmailAddressBook` | List of Users |
|
|
907
|
+
|
|
908
|
+
### EmailRule
|
|
909
|
+
|
|
910
|
+
| | Endpoint | Description |
|
|
911
|
+
|---|----------|-------------|
|
|
912
|
+
| 🔴 **`DELETE`** | `/EmailRule/{id}` | delete__EmailRule__id_ |
|
|
913
|
+
| 🔵 **`GET`** | `/EmailRule/{id}` | Get one EmailRule |
|
|
914
|
+
| 🔵 **`GET`** | `/EmailRule` | List of EmailRule |
|
|
915
|
+
| 🟢 **`POST`** | `/EmailRule` | post__EmailRule |
|
|
916
|
+
|
|
917
|
+
### EmailStore
|
|
918
|
+
|
|
919
|
+
| | Endpoint | Description |
|
|
920
|
+
|---|----------|-------------|
|
|
921
|
+
| 🔴 **`DELETE`** | `/EmailStore/{id}` | delete__EmailStore__id_ |
|
|
922
|
+
| 🔵 **`GET`** | `/EmailStore/{id}` | Get one EmailStore |
|
|
923
|
+
| 🔵 **`GET`** | `/EmailStore` | get__EmailStore |
|
|
924
|
+
| 🟢 **`POST`** | `/EmailStore` | post__EmailStore |
|
|
925
|
+
|
|
926
|
+
### Eracent
|
|
927
|
+
|
|
928
|
+
| | Endpoint | Description |
|
|
929
|
+
|---|----------|-------------|
|
|
930
|
+
| 🔵 **`GET`** | `/Eracent/Get` | get__Eracent_Get |
|
|
931
|
+
|
|
932
|
+
### EracentDetails
|
|
933
|
+
|
|
934
|
+
| | Endpoint | Description |
|
|
935
|
+
|---|----------|-------------|
|
|
936
|
+
| 🔴 **`DELETE`** | `/EracentDetails/{id}` | delete__EracentDetails__id_ |
|
|
937
|
+
| 🔵 **`GET`** | `/EracentDetails` | get__EracentDetails |
|
|
938
|
+
| 🔵 **`GET`** | `/EracentDetails/{id}` | get__EracentDetails__id_ |
|
|
939
|
+
| 🟢 **`POST`** | `/EracentDetails` | post__EracentDetails |
|
|
940
|
+
|
|
941
|
+
### EscMsg
|
|
942
|
+
|
|
943
|
+
| | Endpoint | Description |
|
|
944
|
+
|---|----------|-------------|
|
|
945
|
+
| 🔴 **`DELETE`** | `/Notifications/{id}` | delete__Notifications__id_ |
|
|
946
|
+
| 🔵 **`GET`** | `/Notifications/{id}` | Get one EscMsg |
|
|
947
|
+
| 🔵 **`GET`** | `/Notifications` | List of EscMsg |
|
|
948
|
+
| 🟢 **`POST`** | `/Notifications` | post__Notifications |
|
|
949
|
+
| 🟢 **`POST`** | `/Notifications/process` | post__Notifications_process |
|
|
950
|
+
|
|
951
|
+
### Event
|
|
952
|
+
|
|
953
|
+
| | Endpoint | Description |
|
|
954
|
+
|---|----------|-------------|
|
|
955
|
+
| 🔴 **`DELETE`** | `/Event/{id}` | delete__Event__id_ |
|
|
956
|
+
| 🔵 **`GET`** | `/Event` | get__Event |
|
|
957
|
+
| 🔵 **`GET`** | `/Event/{id}` | get__Event__id_ |
|
|
958
|
+
| 🟢 **`POST`** | `/Event` | post__Event |
|
|
959
|
+
|
|
960
|
+
### EventRule
|
|
961
|
+
|
|
962
|
+
| | Endpoint | Description |
|
|
963
|
+
|---|----------|-------------|
|
|
964
|
+
| 🔴 **`DELETE`** | `/EventRule/{id}` | delete__EventRule__id_ |
|
|
965
|
+
| 🔵 **`GET`** | `/EventRule` | get__EventRule |
|
|
966
|
+
| 🔵 **`GET`** | `/EventRule/{id}` | get__EventRule__id_ |
|
|
967
|
+
| 🟢 **`POST`** | `/EventRule` | post__EventRule |
|
|
968
|
+
|
|
969
|
+
### ExactDetails
|
|
970
|
+
|
|
971
|
+
| | Endpoint | Description |
|
|
972
|
+
|---|----------|-------------|
|
|
973
|
+
| 🔴 **`DELETE`** | `/ExactDetails/{id}` | delete__ExactDetails__id_ |
|
|
974
|
+
| 🔵 **`GET`** | `/ExactDetails/{id}` | Get one ExactDetails |
|
|
975
|
+
| 🔵 **`GET`** | `/ExactDetails` | List of ExactDetails |
|
|
976
|
+
| 🟢 **`POST`** | `/ExactDetails` | post__ExactDetails |
|
|
977
|
+
|
|
978
|
+
### ExampleIntegration
|
|
979
|
+
|
|
980
|
+
| | Endpoint | Description |
|
|
981
|
+
|---|----------|-------------|
|
|
982
|
+
| 🔵 **`GET`** | `/Example/Get` | get__Example_Get |
|
|
983
|
+
|
|
984
|
+
### Expense
|
|
985
|
+
|
|
986
|
+
| | Endpoint | Description |
|
|
987
|
+
|---|----------|-------------|
|
|
988
|
+
| 🔵 **`GET`** | `/Expense` | get__Expense |
|
|
989
|
+
| 🟢 **`POST`** | `/Expense` | post__Expense |
|
|
990
|
+
|
|
991
|
+
### ExternalLink
|
|
992
|
+
|
|
993
|
+
| | Endpoint | Description |
|
|
994
|
+
|---|----------|-------------|
|
|
995
|
+
| 🔴 **`DELETE`** | `/ExternalLink/{id}` | delete__ExternalLink__id_ |
|
|
996
|
+
| 🔵 **`GET`** | `/ExternalLink/{id}` | Get one ExternalLink |
|
|
997
|
+
| 🔵 **`GET`** | `/ExternalLink` | List of ExternalLink |
|
|
998
|
+
| 🟢 **`POST`** | `/ExternalLink` | post__ExternalLink |
|
|
999
|
+
| 🟢 **`POST`** | `/ExternalLink/Generate` | post__ExternalLink_Generate |
|
|
1000
|
+
|
|
1001
|
+
### FacebookDetails
|
|
1002
|
+
|
|
1003
|
+
| | Endpoint | Description |
|
|
1004
|
+
|---|----------|-------------|
|
|
1005
|
+
| 🔴 **`DELETE`** | `/FacebookDetails/{id}` | delete__FacebookDetails__id_ |
|
|
1006
|
+
| 🔵 **`GET`** | `/FacebookDetails/{id}` | Get one FacebookDetails |
|
|
1007
|
+
| 🔵 **`GET`** | `/FacebookDetails` | List of FacebookDetails |
|
|
1008
|
+
| 🟢 **`POST`** | `/FacebookDetails` | post__FacebookDetails |
|
|
1009
|
+
|
|
1010
|
+
### FAQListHead
|
|
1011
|
+
|
|
1012
|
+
| | Endpoint | Description |
|
|
1013
|
+
|---|----------|-------------|
|
|
1014
|
+
| 🔴 **`DELETE`** | `/FAQLists/{id}` | delete__FAQLists__id_ |
|
|
1015
|
+
| 🔵 **`GET`** | `/FAQLists/{id}` | Get one FAQListHead |
|
|
1016
|
+
| 🔵 **`GET`** | `/FAQLists` | List of FAQListHead |
|
|
1017
|
+
| 🟢 **`POST`** | `/FAQLists` | post__FAQLists |
|
|
1018
|
+
|
|
1019
|
+
### FaultApproval
|
|
1020
|
+
|
|
1021
|
+
| | Endpoint | Description |
|
|
1022
|
+
|---|----------|-------------|
|
|
1023
|
+
| 🔴 **`DELETE`** | `/TicketApproval/{id}&{seq}` | delete__TicketApproval__id___seq_ |
|
|
1024
|
+
| 🔵 **`GET`** | `/TicketApproval/{id}` | Get one FaultApproval |
|
|
1025
|
+
| 🔵 **`GET`** | `/TicketApproval` | List of FaultApproval |
|
|
1026
|
+
| 🟢 **`POST`** | `/TicketApproval` | post__TicketApproval |
|
|
1027
|
+
|
|
1028
|
+
### FaultDraft
|
|
1029
|
+
|
|
1030
|
+
| | Endpoint | Description |
|
|
1031
|
+
|---|----------|-------------|
|
|
1032
|
+
| 🟢 **`POST`** | `/Draft` | post__Draft |
|
|
1033
|
+
|
|
1034
|
+
### FaultForecasting
|
|
1035
|
+
|
|
1036
|
+
| | Endpoint | Description |
|
|
1037
|
+
|---|----------|-------------|
|
|
1038
|
+
| 🔵 **`GET`** | `/FaultsForecasting/{id}` | Get one FaultsForecasting |
|
|
1039
|
+
| 🟢 **`POST`** | `/FaultsForecasting` | post__FaultsForecasting |
|
|
1040
|
+
|
|
1041
|
+
### Faults
|
|
1042
|
+
|
|
1043
|
+
| | Endpoint | Description |
|
|
1044
|
+
|---|----------|-------------|
|
|
1045
|
+
| 🔴 **`DELETE`** | `/Tickets/{id}` | Delete one Faults |
|
|
1046
|
+
| 🔵 **`GET`** | `/Tickets/{id}` | Get one Faults |
|
|
1047
|
+
| 🔵 **`GET`** | `/Tickets/salesmailbox` | get__Tickets_salesmailbox |
|
|
1048
|
+
| 🔵 **`GET`** | `/Tickets/zapier` | get__Tickets_zapier |
|
|
1049
|
+
| 🔵 **`GET`** | `/Tickets` | List of Faults |
|
|
1050
|
+
| 🟢 **`POST`** | `/Tickets` | post__Tickets |
|
|
1051
|
+
| 🟢 **`POST`** | `/Tickets/Object` | post__Tickets_Object |
|
|
1052
|
+
| 🟢 **`POST`** | `/Tickets/processchildren` | post__Tickets_processchildren |
|
|
1053
|
+
| 🟢 **`POST`** | `/Tickets/SetBillableProject` | post__Tickets_SetBillableProject |
|
|
1054
|
+
| 🟢 **`POST`** | `/Tickets/View` | post__Tickets_View |
|
|
1055
|
+
| 🟢 **`POST`** | `/Tickets/vote` | post__Tickets_vote |
|
|
1056
|
+
|
|
1057
|
+
### FaultsViewLog
|
|
1058
|
+
|
|
1059
|
+
| | Endpoint | Description |
|
|
1060
|
+
|---|----------|-------------|
|
|
1061
|
+
| 🔵 **`GET`** | `/FaultViewLog` | get__FaultViewLog |
|
|
1062
|
+
|
|
1063
|
+
### FaultToDo
|
|
1064
|
+
|
|
1065
|
+
| | Endpoint | Description |
|
|
1066
|
+
|---|----------|-------------|
|
|
1067
|
+
| 🔵 **`GET`** | `/ToDo` | List of FaultToDo |
|
|
1068
|
+
| 🟢 **`POST`** | `/ToDo` | post__ToDo |
|
|
1069
|
+
|
|
1070
|
+
### Feed
|
|
1071
|
+
|
|
1072
|
+
| | Endpoint | Description |
|
|
1073
|
+
|---|----------|-------------|
|
|
1074
|
+
| 🔵 **`GET`** | `/Feed` | List of Feed |
|
|
1075
|
+
|
|
1076
|
+
### Feedback
|
|
1077
|
+
|
|
1078
|
+
| | Endpoint | Description |
|
|
1079
|
+
|---|----------|-------------|
|
|
1080
|
+
| 🔴 **`DELETE`** | `/Feedback/{id}` | delete__Feedback__id_ |
|
|
1081
|
+
| 🔵 **`GET`** | `/Feedback/{id}` | Get one Feedback |
|
|
1082
|
+
| 🔵 **`GET`** | `/Feedback` | get__Feedback |
|
|
1083
|
+
| 🔵 **`GET`** | `/Feedback/FeedbackMessage` | get__Feedback_FeedbackMessage |
|
|
1084
|
+
| 🟢 **`POST`** | `/Feedback` | post__Feedback |
|
|
1085
|
+
|
|
1086
|
+
### Field
|
|
1087
|
+
|
|
1088
|
+
| | Endpoint | Description |
|
|
1089
|
+
|---|----------|-------------|
|
|
1090
|
+
| 🔴 **`DELETE`** | `/Field/{id}` | Delete one Field |
|
|
1091
|
+
| 🔵 **`GET`** | `/Field/{id}` | Get one Field |
|
|
1092
|
+
| 🔵 **`GET`** | `/Field` | List of Field |
|
|
1093
|
+
| 🟢 **`POST`** | `/Field` | post__Field |
|
|
1094
|
+
| 🟢 **`POST`** | `/Field/AddFieldToAll/{id}` | post__Field_AddFieldToAll__id_ |
|
|
1095
|
+
|
|
1096
|
+
### FieldGroup
|
|
1097
|
+
|
|
1098
|
+
| | Endpoint | Description |
|
|
1099
|
+
|---|----------|-------------|
|
|
1100
|
+
| 🔴 **`DELETE`** | `/FieldGroup/{id}` | delete__FieldGroup__id_ |
|
|
1101
|
+
| 🔵 **`GET`** | `/FieldGroup/{id}` | Get one FieldGroup |
|
|
1102
|
+
| 🔵 **`GET`** | `/FieldGroup` | List of FieldGroup |
|
|
1103
|
+
| 🟢 **`POST`** | `/FieldGroup` | post__FieldGroup |
|
|
1104
|
+
|
|
1105
|
+
### FieldInfo
|
|
1106
|
+
|
|
1107
|
+
| | Endpoint | Description |
|
|
1108
|
+
|---|----------|-------------|
|
|
1109
|
+
| 🔴 **`DELETE`** | `/FieldInfo/{id}` | delete__FieldInfo__id_ |
|
|
1110
|
+
| 🔵 **`GET`** | `/FieldInfo/{id}` | Get one FieldInfo |
|
|
1111
|
+
| 🔵 **`GET`** | `/FieldInfo` | List of FieldInfo |
|
|
1112
|
+
| 🟢 **`POST`** | `/FieldInfo` | post__FieldInfo |
|
|
1113
|
+
|
|
1114
|
+
### FlowDetail
|
|
1115
|
+
|
|
1116
|
+
| | Endpoint | Description |
|
|
1117
|
+
|---|----------|-------------|
|
|
1118
|
+
| 🔵 **`GET`** | `/workflowstep` | List of FlowDetail |
|
|
1119
|
+
|
|
1120
|
+
### FlowHeader
|
|
1121
|
+
|
|
1122
|
+
| | Endpoint | Description |
|
|
1123
|
+
|---|----------|-------------|
|
|
1124
|
+
| 🔴 **`DELETE`** | `/Workflow/{id}` | delete__Workflow__id_ |
|
|
1125
|
+
| 🔵 **`GET`** | `/Workflow/{id}` | Get one FlowHeader |
|
|
1126
|
+
| 🔵 **`GET`** | `/Workflow` | List of FlowHeader |
|
|
1127
|
+
| 🟢 **`POST`** | `/Workflow` | post__Workflow |
|
|
1128
|
+
|
|
1129
|
+
### ForecastDetails
|
|
1130
|
+
|
|
1131
|
+
| | Endpoint | Description |
|
|
1132
|
+
|---|----------|-------------|
|
|
1133
|
+
| 🔴 **`DELETE`** | `/ForecastDetails/{id}` | delete__ForecastDetails__id_ |
|
|
1134
|
+
| 🔵 **`GET`** | `/ForecastDetails` | get__ForecastDetails |
|
|
1135
|
+
| 🔵 **`GET`** | `/ForecastDetails/{id}` | get__ForecastDetails__id_ |
|
|
1136
|
+
| 🟢 **`POST`** | `/ForecastDetails` | post__ForecastDetails |
|
|
1137
|
+
|
|
1138
|
+
### ForethoughtDetails
|
|
1139
|
+
|
|
1140
|
+
| | Endpoint | Description |
|
|
1141
|
+
|---|----------|-------------|
|
|
1142
|
+
| 🔴 **`DELETE`** | `/ForethoughtDetails/{id}` | delete__ForethoughtDetails__id_ |
|
|
1143
|
+
| 🔵 **`GET`** | `/ForethoughtDetails` | get__ForethoughtDetails |
|
|
1144
|
+
| 🔵 **`GET`** | `/ForethoughtDetails/{id}` | get__ForethoughtDetails__id_ |
|
|
1145
|
+
| 🟢 **`POST`** | `/ForethoughtDetails` | post__ForethoughtDetails |
|
|
1146
|
+
|
|
1147
|
+
### FormattedEmail
|
|
1148
|
+
|
|
1149
|
+
| | Endpoint | Description |
|
|
1150
|
+
|---|----------|-------------|
|
|
1151
|
+
| 🔴 **`DELETE`** | `/formattedemail/{id}` | delete__formattedemail__id_ |
|
|
1152
|
+
| 🔵 **`GET`** | `/formattedemail/{id}` | Get one formattedemail |
|
|
1153
|
+
| 🔵 **`GET`** | `/formattedemail` | get__formattedemail |
|
|
1154
|
+
| 🟢 **`POST`** | `/formattedemail` | post__formattedemail |
|
|
1155
|
+
|
|
1156
|
+
### FortnoxDetails
|
|
1157
|
+
|
|
1158
|
+
| | Endpoint | Description |
|
|
1159
|
+
|---|----------|-------------|
|
|
1160
|
+
| 🔴 **`DELETE`** | `/FortnoxDetails/{id}` | delete__FortnoxDetails__id_ |
|
|
1161
|
+
| 🔵 **`GET`** | `/FortnoxDetails` | get__FortnoxDetails |
|
|
1162
|
+
| 🔵 **`GET`** | `/FortnoxDetails/{id}` | get__FortnoxDetails__id_ |
|
|
1163
|
+
| 🟢 **`POST`** | `/FortnoxDetails` | post__FortnoxDetails |
|
|
1164
|
+
|
|
1165
|
+
### Generic
|
|
1166
|
+
|
|
1167
|
+
| | Endpoint | Description |
|
|
1168
|
+
|---|----------|-------------|
|
|
1169
|
+
| 🔴 **`DELETE`** | `/AssetGroup/{id}` | delete__AssetGroup__id_ |
|
|
1170
|
+
| 🔵 **`GET`** | `/AssetGroup/{id}` | Get one Generic |
|
|
1171
|
+
| 🔵 **`GET`** | `/AssetGroup` | List of Generic |
|
|
1172
|
+
| 🟢 **`POST`** | `/AssetGroup` | post__AssetGroup |
|
|
1173
|
+
|
|
1174
|
+
### GoogleBusinessDetails
|
|
1175
|
+
|
|
1176
|
+
| | Endpoint | Description |
|
|
1177
|
+
|---|----------|-------------|
|
|
1178
|
+
| 🔴 **`DELETE`** | `/GoogleBusinessDetails/{id}` | delete__GoogleBusinessDetails__id_ |
|
|
1179
|
+
| 🔵 **`GET`** | `/GoogleBusinessDetails` | get__GoogleBusinessDetails |
|
|
1180
|
+
| 🔵 **`GET`** | `/GoogleBusinessDetails/{id}` | get__GoogleBusinessDetails__id_ |
|
|
1181
|
+
| 🟢 **`POST`** | `/GoogleBusinessDetails` | post__GoogleBusinessDetails |
|
|
1182
|
+
|
|
1183
|
+
### GoToResolve
|
|
1184
|
+
|
|
1185
|
+
| | Endpoint | Description |
|
|
1186
|
+
|---|----------|-------------|
|
|
1187
|
+
| 🔵 **`GET`** | `/GoToResolve/Complete` | get__GoToResolve_Complete |
|
|
1188
|
+
| 🔵 **`GET`** | `/GoToResolve/Download` | get__GoToResolve_Download |
|
|
1189
|
+
|
|
1190
|
+
### GWorkspaceDetails
|
|
1191
|
+
|
|
1192
|
+
| | Endpoint | Description |
|
|
1193
|
+
|---|----------|-------------|
|
|
1194
|
+
| 🔴 **`DELETE`** | `/GWorkspaceDetails/{id}` | delete__GWorkspaceDetails__id_ |
|
|
1195
|
+
| 🔵 **`GET`** | `/GWorkspaceDetails` | get__GWorkspaceDetails |
|
|
1196
|
+
| 🔵 **`GET`** | `/GWorkspaceDetails/{id}` | get__GWorkspaceDetails__id_ |
|
|
1197
|
+
| 🟢 **`POST`** | `/GWorkspaceDetails` | post__GWorkspaceDetails |
|
|
1198
|
+
|
|
1199
|
+
### HaloField
|
|
1200
|
+
|
|
1201
|
+
| | Endpoint | Description |
|
|
1202
|
+
|---|----------|-------------|
|
|
1203
|
+
| 🔵 **`GET`** | `/HaloField` | get__HaloField |
|
|
1204
|
+
|
|
1205
|
+
### HaloIntegration
|
|
1206
|
+
|
|
1207
|
+
| | Endpoint | Description |
|
|
1208
|
+
|---|----------|-------------|
|
|
1209
|
+
| 🔵 **`GET`** | `/HaloIntegration/Get` | get__HaloIntegration_Get |
|
|
1210
|
+
| 🟢 **`POST`** | `/HaloIntegration/CreateAction` | post__HaloIntegration_CreateAction |
|
|
1211
|
+
| 🟢 **`POST`** | `/HaloIntegration/CreateTicket` | post__HaloIntegration_CreateTicket |
|
|
1212
|
+
|
|
1213
|
+
### HaloNews
|
|
1214
|
+
|
|
1215
|
+
| | Endpoint | Description |
|
|
1216
|
+
|---|----------|-------------|
|
|
1217
|
+
| 🔴 **`DELETE`** | `/HaloNews/{id}` | delete__HaloNews__id_ |
|
|
1218
|
+
| 🔵 **`GET`** | `/HaloNews/{id}` | Get one HaloNews |
|
|
1219
|
+
| 🔵 **`GET`** | `/HaloNews` | get__HaloNews |
|
|
1220
|
+
| 🟢 **`POST`** | `/HaloNews` | post__HaloNews |
|
|
1221
|
+
| 🟢 **`POST`** | `/HaloNews/read` | post__HaloNews_read |
|
|
1222
|
+
|
|
1223
|
+
### Health
|
|
1224
|
+
|
|
1225
|
+
| | Endpoint | Description |
|
|
1226
|
+
|---|----------|-------------|
|
|
1227
|
+
| 🔵 **`GET`** | `/Health` | get__Health |
|
|
1228
|
+
|
|
1229
|
+
### HistoricalTicketVolumes
|
|
1230
|
+
|
|
1231
|
+
| | Endpoint | Description |
|
|
1232
|
+
|---|----------|-------------|
|
|
1233
|
+
| 🔴 **`DELETE`** | `/HistoricalTicketVolumes/{id}` | delete__HistoricalTicketVolumes__id_ |
|
|
1234
|
+
| 🔵 **`GET`** | `/HistoricalTicketVolumes` | get__HistoricalTicketVolumes |
|
|
1235
|
+
| 🔵 **`GET`** | `/HistoricalTicketVolumes/{id}` | get__HistoricalTicketVolumes__id_ |
|
|
1236
|
+
| 🟢 **`POST`** | `/HistoricalTicketVolumes` | post__HistoricalTicketVolumes |
|
|
1237
|
+
|
|
1238
|
+
### Holidays
|
|
1239
|
+
|
|
1240
|
+
| | Endpoint | Description |
|
|
1241
|
+
|---|----------|-------------|
|
|
1242
|
+
| 🔴 **`DELETE`** | `/Holiday/{id}` | delete__Holiday__id_ |
|
|
1243
|
+
| 🔵 **`GET`** | `/Holiday/{id}` | Get one Holidays |
|
|
1244
|
+
| 🔵 **`GET`** | `/Holiday` | List of Holidays |
|
|
1245
|
+
| 🟢 **`POST`** | `/Holiday` | post__Holiday |
|
|
1246
|
+
|
|
1247
|
+
### Hopewiser
|
|
1248
|
+
|
|
1249
|
+
| | Endpoint | Description |
|
|
1250
|
+
|---|----------|-------------|
|
|
1251
|
+
| 🔵 **`GET`** | `/Hopewiser/Get` | get__Hopewiser_Get |
|
|
1252
|
+
|
|
1253
|
+
### ImpersonationRequest
|
|
1254
|
+
|
|
1255
|
+
| | Endpoint | Description |
|
|
1256
|
+
|---|----------|-------------|
|
|
1257
|
+
| 🟢 **`POST`** | `/ImpersonationRequest` | post__ImpersonationRequest |
|
|
1258
|
+
|
|
1259
|
+
### ImportCsv
|
|
1260
|
+
|
|
1261
|
+
| | Endpoint | Description |
|
|
1262
|
+
|---|----------|-------------|
|
|
1263
|
+
| 🔴 **`DELETE`** | `/ImportCSV/{id}` | delete__ImportCSV__id_ |
|
|
1264
|
+
| 🔵 **`GET`** | `/ImportCSV/{id}` | Get one ImportCsv |
|
|
1265
|
+
| 🔵 **`GET`** | `/ImportCSV` | List of ImportCsv |
|
|
1266
|
+
| 🟢 **`POST`** | `/ImportCSV` | post__ImportCSV |
|
|
1267
|
+
|
|
1268
|
+
### IncomingEmail
|
|
1269
|
+
|
|
1270
|
+
| | Endpoint | Description |
|
|
1271
|
+
|---|----------|-------------|
|
|
1272
|
+
| 🔴 **`DELETE`** | `/incomingemail/{id}` | delete__incomingemail__id_ |
|
|
1273
|
+
| 🔵 **`GET`** | `/incomingemail/{id}` | Get one IncomingEmail |
|
|
1274
|
+
| 🔵 **`GET`** | `/incomingemail` | List of IncomingEmail |
|
|
1275
|
+
| 🟢 **`POST`** | `/incomingemail` | post__incomingemail |
|
|
1276
|
+
| 🟢 **`POST`** | `/incomingemail/AddToTicket` | post__incomingemail_AddToTicket |
|
|
1277
|
+
|
|
1278
|
+
### IncomingEvent
|
|
1279
|
+
|
|
1280
|
+
| | Endpoint | Description |
|
|
1281
|
+
|---|----------|-------------|
|
|
1282
|
+
| 🔴 **`DELETE`** | `/IncomingEvent/{id}` | delete__IncomingEvent__id_ |
|
|
1283
|
+
| 🔵 **`GET`** | `/IncomingEvent` | get__IncomingEvent |
|
|
1284
|
+
| 🔵 **`GET`** | `/IncomingEvent/{id}` | get__IncomingEvent__id_ |
|
|
1285
|
+
| 🟢 **`POST`** | `/IncomingEvent` | post__IncomingEvent |
|
|
1286
|
+
| 🟢 **`POST`** | `/IncomingEvent/Process` | post__IncomingEvent_Process |
|
|
1287
|
+
|
|
1288
|
+
### IncomingWebhook
|
|
1289
|
+
|
|
1290
|
+
| | Endpoint | Description |
|
|
1291
|
+
|---|----------|-------------|
|
|
1292
|
+
| 🔴 **`DELETE`** | `/IncomingWebhook/{id}` | delete__IncomingWebhook__id_ |
|
|
1293
|
+
| 🔵 **`GET`** | `/IncomingWebhook` | get__IncomingWebhook |
|
|
1294
|
+
| 🔵 **`GET`** | `/IncomingWebhook/{id}` | get__IncomingWebhook__id_ |
|
|
1295
|
+
| 🟢 **`POST`** | `/IncomingWebhook` | post__IncomingWebhook |
|
|
1296
|
+
| 🟢 **`POST`** | `/IncomingWebhook/Process` | post__IncomingWebhook_Process |
|
|
1297
|
+
|
|
1298
|
+
### IncomingWebhookAttempt
|
|
1299
|
+
|
|
1300
|
+
| | Endpoint | Description |
|
|
1301
|
+
|---|----------|-------------|
|
|
1302
|
+
| 🔵 **`GET`** | `/IncomingWebhookAttempt` | get__IncomingWebhookAttempt |
|
|
1303
|
+
|
|
1304
|
+
### IngramMicroDetails
|
|
1305
|
+
|
|
1306
|
+
| | Endpoint | Description |
|
|
1307
|
+
|---|----------|-------------|
|
|
1308
|
+
| 🔴 **`DELETE`** | `/IngramMicroDetails/{id}` | delete__IngramMicroDetails__id_ |
|
|
1309
|
+
| 🔵 **`GET`** | `/IngramMicroDetails/{id}` | Get one IngramMicroDetails |
|
|
1310
|
+
| 🔵 **`GET`** | `/IngramMicroDetails` | get__IngramMicroDetails |
|
|
1311
|
+
| 🟢 **`POST`** | `/IngramMicroDetails` | post__IngramMicroDetails |
|
|
1312
|
+
|
|
1313
|
+
### IngramMicroReseller
|
|
1314
|
+
|
|
1315
|
+
| | Endpoint | Description |
|
|
1316
|
+
|---|----------|-------------|
|
|
1317
|
+
| 🔵 **`GET`** | `/IngramMicroReseller/Get` | get__IngramMicroReseller_Get |
|
|
1318
|
+
| 🔵 **`GET`** | `/IngramMicroReseller/GetQuote` | get__IngramMicroReseller_GetQuote |
|
|
1319
|
+
|
|
1320
|
+
### IngramMicroResellerDetails
|
|
1321
|
+
|
|
1322
|
+
| | Endpoint | Description |
|
|
1323
|
+
|---|----------|-------------|
|
|
1324
|
+
| 🔴 **`DELETE`** | `/IngramMicroResellerDetails/{id}` | delete__IngramMicroResellerDetails__id_ |
|
|
1325
|
+
| 🔵 **`GET`** | `/IngramMicroResellerDetails` | get__IngramMicroResellerDetails |
|
|
1326
|
+
| 🔵 **`GET`** | `/IngramMicroResellerDetails/{id}` | get__IngramMicroResellerDetails__id_ |
|
|
1327
|
+
| 🟢 **`POST`** | `/IngramMicroResellerDetails` | post__IngramMicroResellerDetails |
|
|
1328
|
+
|
|
1329
|
+
### Instance
|
|
1330
|
+
|
|
1331
|
+
| | Endpoint | Description |
|
|
1332
|
+
|---|----------|-------------|
|
|
1333
|
+
| 🔵 **`GET`** | `/Instance/{id}` | get__Instance__id_ |
|
|
1334
|
+
| 🔵 **`GET`** | `/Instance` | List of Instance |
|
|
1335
|
+
| 🟢 **`POST`** | `/Instance` | post__Instance |
|
|
1336
|
+
|
|
1337
|
+
### InstanceInfo
|
|
1338
|
+
|
|
1339
|
+
| | Endpoint | Description |
|
|
1340
|
+
|---|----------|-------------|
|
|
1341
|
+
| 🔵 **`GET`** | `/InstanceInfo` | get__InstanceInfo |
|
|
1342
|
+
|
|
1343
|
+
### IntegrationConfiguration
|
|
1344
|
+
|
|
1345
|
+
| | Endpoint | Description |
|
|
1346
|
+
|---|----------|-------------|
|
|
1347
|
+
| 🔵 **`GET`** | `/IntegrationConfiguration/{id}` | Get one IntegrationConfiguration |
|
|
1348
|
+
| 🔵 **`GET`** | `/IntegrationConfiguration` | get__IntegrationConfiguration |
|
|
1349
|
+
| 🟢 **`POST`** | `/IntegrationConfiguration` | post__IntegrationConfiguration |
|
|
1350
|
+
|
|
1351
|
+
### IntegrationData
|
|
1352
|
+
|
|
1353
|
+
| | Endpoint | Description |
|
|
1354
|
+
|---|----------|-------------|
|
|
1355
|
+
| 🔵 **`GET`** | `/IntegrationData/BigPanda/GetDeviceList` | get__IntegrationData_BigPanda_GetDeviceList |
|
|
1356
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/AmazonSeller` | get__IntegrationData_Get_AmazonSeller |
|
|
1357
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/ArrowSphere` | get__IntegrationData_Get_ArrowSphere |
|
|
1358
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Atera` | get__IntegrationData_Get_Atera |
|
|
1359
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Automate` | get__IntegrationData_Get_Automate |
|
|
1360
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Autotask` | get__IntegrationData_Get_Autotask |
|
|
1361
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Auvik` | get__IntegrationData_Get_Auvik |
|
|
1362
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Avalara` | get__IntegrationData_Get_Avalara |
|
|
1363
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/AzureAD` | get__IntegrationData_Get_AzureAD |
|
|
1364
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/AzureAD/Delta` | get__IntegrationData_Get_AzureAD_Delta |
|
|
1365
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/AzureSentinel` | get__IntegrationData_Get_AzureSentinel |
|
|
1366
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Barracuda` | get__IntegrationData_Get_Barracuda |
|
|
1367
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/BusinessCentral` | get__IntegrationData_Get_BusinessCentral |
|
|
1368
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/CloudMarketplace` | get__IntegrationData_Get_CloudMarketplace |
|
|
1369
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Confluence` | get__IntegrationData_Get_Confluence |
|
|
1370
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/ConnectWise` | get__IntegrationData_Get_ConnectWise |
|
|
1371
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/ConnectwiseControl` | get__IntegrationData_Get_ConnectwiseControl |
|
|
1372
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/ConnectwiseRmm` | get__IntegrationData_Get_ConnectwiseRmm |
|
|
1373
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Datagate` | get__IntegrationData_Get_Datagate |
|
|
1374
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Datto` | get__IntegrationData_Get_Datto |
|
|
1375
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/DattoCommerce` | get__IntegrationData_Get_DattoCommerce |
|
|
1376
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/DeletedMail` | get__IntegrationData_Get_DeletedMail |
|
|
1377
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Device42` | get__IntegrationData_Get_Device42 |
|
|
1378
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/DevOps` | get__IntegrationData_Get_DevOps |
|
|
1379
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/DickerData` | get__IntegrationData_Get_DickerData |
|
|
1380
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Domotz` | get__IntegrationData_Get_Domotz |
|
|
1381
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/DynamicsCRM` | get__IntegrationData_Get_DynamicsCRM |
|
|
1382
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Dynatrace` | get__IntegrationData_Get_Dynatrace |
|
|
1383
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Etilize` | get__IntegrationData_Get_Etilize |
|
|
1384
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/ExactOnline` | get__IntegrationData_Get_ExactOnline |
|
|
1385
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/ExchangeCalendars` | get__IntegrationData_Get_ExchangeCalendars |
|
|
1386
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/ExchangeCalendars/EWS` | get__IntegrationData_Get_ExchangeCalendars_EWS |
|
|
1387
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Facebook` | get__IntegrationData_Get_Facebook |
|
|
1388
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Fortnox` | get__IntegrationData_Get_Fortnox |
|
|
1389
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Freshdesk` | get__IntegrationData_Get_Freshdesk |
|
|
1390
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Giacom` | get__IntegrationData_Get_Giacom |
|
|
1391
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/GoCardless` | get__IntegrationData_Get_GoCardless |
|
|
1392
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/GoCardless/Payments` | get__IntegrationData_Get_GoCardless_Payments |
|
|
1393
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/GoogleBusiness` | get__IntegrationData_Get_GoogleBusiness |
|
|
1394
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/GoogleCalendars` | get__IntegrationData_Get_GoogleCalendars |
|
|
1395
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/GoogleWorkplace` | get__IntegrationData_Get_GoogleWorkplace |
|
|
1396
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/GoToAssist` | get__IntegrationData_Get_GoToAssist |
|
|
1397
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/HaloLink` | get__IntegrationData_Get_HaloLink |
|
|
1398
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/HolidayAPI` | get__IntegrationData_Get_HolidayAPI |
|
|
1399
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/HubSpot` | get__IntegrationData_Get_HubSpot |
|
|
1400
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Icinga` | get__IntegrationData_Get_Icinga |
|
|
1401
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/IngramMicro` | get__IntegrationData_Get_IngramMicro |
|
|
1402
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Intacct` | get__IntegrationData_Get_Intacct |
|
|
1403
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Interact` | get__IntegrationData_Get_Interact |
|
|
1404
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Intune` | get__IntegrationData_Get_Intune |
|
|
1405
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/intY` | get__IntegrationData_Get_intY |
|
|
1406
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/ITGlue` | get__IntegrationData_Get_ITGlue |
|
|
1407
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Jamf` | get__IntegrationData_Get_Jamf |
|
|
1408
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Jira` | get__IntegrationData_Get_Jira |
|
|
1409
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/JiraServiceManagement` | get__IntegrationData_Get_JiraServiceManagement |
|
|
1410
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/KaseyaVSA` | get__IntegrationData_Get_KaseyaVSA |
|
|
1411
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Kashflow` | get__IntegrationData_Get_Kashflow |
|
|
1412
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Lansweeper` | get__IntegrationData_Get_Lansweeper |
|
|
1413
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Liongard` | get__IntegrationData_Get_Liongard |
|
|
1414
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/LogicMonitor` | get__IntegrationData_Get_LogicMonitor |
|
|
1415
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/LogMeIn` | get__IntegrationData_Get_LogMeIn |
|
|
1416
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Mail` | get__IntegrationData_Get_Mail |
|
|
1417
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Mattermost` | get__IntegrationData_Get_Mattermost |
|
|
1418
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Meraki` | get__IntegrationData_Get_Meraki |
|
|
1419
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/MicrosoftCSP` | get__IntegrationData_Get_MicrosoftCSP |
|
|
1420
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/MicrosoftSkus` | get__IntegrationData_Get_MicrosoftSkus |
|
|
1421
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Myob` | get__IntegrationData_Get_Myob |
|
|
1422
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/NCentral` | get__IntegrationData_Get_NCentral |
|
|
1423
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/NewRelic` | get__IntegrationData_Get_NewRelic |
|
|
1424
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/NinjaRMM` | get__IntegrationData_Get_NinjaRMM |
|
|
1425
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Okta` | get__IntegrationData_Get_Okta |
|
|
1426
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/PagerDuty` | get__IntegrationData_Get_PagerDuty |
|
|
1427
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Passportal` | get__IntegrationData_Get_Passportal |
|
|
1428
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Pax8` | get__IntegrationData_Get_Pax8 |
|
|
1429
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Prometheus` | get__IntegrationData_Get_Prometheus |
|
|
1430
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/PRTG` | get__IntegrationData_Get_PRTG |
|
|
1431
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Qualys` | get__IntegrationData_Get_Qualys |
|
|
1432
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/QuickBooksOnline` | get__IntegrationData_Get_QuickBooksOnline |
|
|
1433
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Quoter` | get__IntegrationData_Get_Quoter |
|
|
1434
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Rhipe` | get__IntegrationData_Get_Rhipe |
|
|
1435
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/SageBusinessCloud` | get__IntegrationData_Get_SageBusinessCloud |
|
|
1436
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Salesforce` | get__IntegrationData_Get_Salesforce |
|
|
1437
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/SalesMailbox` | get__IntegrationData_Get_SalesMailbox |
|
|
1438
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/SalesMailbox/{id}` | get__IntegrationData_Get_SalesMailbox__id_ |
|
|
1439
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/ServiceNow` | get__IntegrationData_Get_ServiceNow |
|
|
1440
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/ServiceNowIntegration` | get__IntegrationData_Get_ServiceNowIntegration |
|
|
1441
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Sherweb` | get__IntegrationData_Get_Sherweb |
|
|
1442
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Shopify` | get__IntegrationData_Get_Shopify |
|
|
1443
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/ShopifyVerify` | get__IntegrationData_Get_ShopifyVerify |
|
|
1444
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Slack` | get__IntegrationData_Get_Slack |
|
|
1445
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/SnelStart` | get__IntegrationData_Get_SnelStart |
|
|
1446
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/SnipeIT` | get__IntegrationData_Get_SnipeIT |
|
|
1447
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Snow` | get__IntegrationData_Get_Snow |
|
|
1448
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/SolarWindsRMM` | get__IntegrationData_Get_SolarWindsRMM |
|
|
1449
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Splashtop` | get__IntegrationData_Get_Splashtop |
|
|
1450
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/SplunkOnCall` | get__IntegrationData_Get_SplunkOnCall |
|
|
1451
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/StreamOneIon` | get__IntegrationData_Get_StreamOneIon |
|
|
1452
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Stripe` | get__IntegrationData_Get_Stripe |
|
|
1453
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Syncro` | get__IntegrationData_Get_Syncro |
|
|
1454
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Synnex` | get__IntegrationData_Get_Synnex |
|
|
1455
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Tanium` | get__IntegrationData_Get_Tanium |
|
|
1456
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/TechData` | get__IntegrationData_Get_TechData |
|
|
1457
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Twitter` | get__IntegrationData_Get_Twitter |
|
|
1458
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/VMWorkspace` | get__IntegrationData_Get_VMWorkspace |
|
|
1459
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/WordpressCom` | get__IntegrationData_Get_WordpressCom |
|
|
1460
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/WordpressOrg` | get__IntegrationData_Get_WordpressOrg |
|
|
1461
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Xensam` | get__IntegrationData_Get_Xensam |
|
|
1462
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Xero` | get__IntegrationData_Get_Xero |
|
|
1463
|
+
| 🔵 **`GET`** | `/IntegrationData/Get/Zabbix` | get__IntegrationData_Get_Zabbix |
|
|
1464
|
+
| 🔵 **`GET`** | `/IntegrationData/SAML/SP/Metadata` | get__IntegrationData_SAML_SP_Metadata |
|
|
1465
|
+
| 🔵 **`GET`** | `/IntegrationData/Search/DevOps` | get__IntegrationData_Search_DevOps |
|
|
1466
|
+
| 🔵 **`GET`** | `/IntegrationData/Search/Jira` | get__IntegrationData_Search_Jira |
|
|
1467
|
+
| 🔵 **`GET`** | `/IntegrationData/Validate/Jira` | get__IntegrationData_Validate_Jira |
|
|
1468
|
+
| 🟢 **`POST`** | `/IntegrationData/AdjustQty/MicrosoftCSP` | post__IntegrationData_AdjustQty_MicrosoftCSP |
|
|
1469
|
+
| 🟢 **`POST`** | `/IntegrationData/AdjustQty/Pax8` | post__IntegrationData_AdjustQty_Pax8 |
|
|
1470
|
+
| 🟢 **`POST`** | `/IntegrationData/ClearLicenceKeyCache/MicrosoftCSP` | post__IntegrationData_ClearLicenceKeyCache_MicrosoftCSP |
|
|
1471
|
+
| 🟢 **`POST`** | `/IntegrationData/CreateIncident/SplunkOnCall` | post__IntegrationData_CreateIncident_SplunkOnCall |
|
|
1472
|
+
| 🟢 **`POST`** | `/IntegrationData/Export/Lansweeper` | post__IntegrationData_Export_Lansweeper |
|
|
1473
|
+
| 🟢 **`POST`** | `/IntegrationData/FormatJsonArray` | post__IntegrationData_FormatJsonArray |
|
|
1474
|
+
| 🟢 **`POST`** | `/IntegrationData/Import/BeyondTrust` | post__IntegrationData_Import_BeyondTrust |
|
|
1475
|
+
| 🟢 **`POST`** | `/IntegrationData/Import/BusinessCentral` | post__IntegrationData_Import_BusinessCentral |
|
|
1476
|
+
| 🟢 **`POST`** | `/IntegrationData/Import/DevOps` | post__IntegrationData_Import_DevOps |
|
|
1477
|
+
| 🟢 **`POST`** | `/IntegrationData/Import/ExactOnline` | post__IntegrationData_Import_ExactOnline |
|
|
1478
|
+
| 🟢 **`POST`** | `/IntegrationData/Import/ExchangeCalendars/EWS` | post__IntegrationData_Import_ExchangeCalendars_EWS |
|
|
1479
|
+
| 🟢 **`POST`** | `/IntegrationData/Import/Fortnox` | post__IntegrationData_Import_Fortnox |
|
|
1480
|
+
| 🟢 **`POST`** | `/IntegrationData/Import/IngramMicro/Subscriptions` | post__IntegrationData_Import_IngramMicro_Subscriptions |
|
|
1481
|
+
| 🟢 **`POST`** | `/IntegrationData/Import/Intacct` | post__IntegrationData_Import_Intacct |
|
|
1482
|
+
| 🟢 **`POST`** | `/IntegrationData/Import/Jira` | post__IntegrationData_Import_Jira |
|
|
1483
|
+
| 🟢 **`POST`** | `/IntegrationData/Import/Kashflow` | post__IntegrationData_Import_Kashflow |
|
|
1484
|
+
| 🟢 **`POST`** | `/IntegrationData/Import/Myob` | post__IntegrationData_Import_Myob |
|
|
1485
|
+
| 🟢 **`POST`** | `/IntegrationData/Import/QuickBooksOnline` | post__IntegrationData_Import_QuickBooksOnline |
|
|
1486
|
+
| 🟢 **`POST`** | `/IntegrationData/Import/SageBusinessCloud` | post__IntegrationData_Import_SageBusinessCloud |
|
|
1487
|
+
| 🟢 **`POST`** | `/IntegrationData/Import/SnelStart` | post__IntegrationData_Import_SnelStart |
|
|
1488
|
+
| 🟢 **`POST`** | `/IntegrationData/Import/Xero` | post__IntegrationData_Import_Xero |
|
|
1489
|
+
| 🟢 **`POST`** | `/IntegrationData/Link/DevOps` | post__IntegrationData_Link_DevOps |
|
|
1490
|
+
| 🟢 **`POST`** | `/IntegrationData/Link/Jira` | post__IntegrationData_Link_Jira |
|
|
1491
|
+
| 🟢 **`POST`** | `/IntegrationData/MicrosoftTeams/Manifest` | post__IntegrationData_MicrosoftTeams_Manifest |
|
|
1492
|
+
| 🟢 **`POST`** | `/IntegrationData/Move/Mail` | post__IntegrationData_Move_Mail |
|
|
1493
|
+
| 🟢 **`POST`** | `/IntegrationData/Post/Confluence/create-webhook` | post__IntegrationData_Post_Confluence_create_webhook |
|
|
1494
|
+
| 🟢 **`POST`** | `/IntegrationData/Post/GoogleCalendars` | post__IntegrationData_Post_GoogleCalendars |
|
|
1495
|
+
| 🟢 **`POST`** | `/IntegrationData/Post/Liongard/Customer` | post__IntegrationData_Post_Liongard_Customer |
|
|
1496
|
+
| 🟢 **`POST`** | `/IntegrationData/Post/Liongard/Metrics` | post__IntegrationData_Post_Liongard_Metrics |
|
|
1497
|
+
| 🟢 **`POST`** | `/IntegrationData/Post/Mattermost/create-webhook` | post__IntegrationData_Post_Mattermost_create_webhook |
|
|
1498
|
+
| 🟢 **`POST`** | `/IntegrationData/Post/Mattermost/delete-webhook` | post__IntegrationData_Post_Mattermost_delete_webhook |
|
|
1499
|
+
| 🟢 **`POST`** | `/IntegrationData/Post/Mattermost/send-webhook` | post__IntegrationData_Post_Mattermost_send_webhook |
|
|
1500
|
+
| 🟢 **`POST`** | `/IntegrationData/Post/OpenAi` | post__IntegrationData_Post_OpenAi |
|
|
1501
|
+
| 🟢 **`POST`** | `/IntegrationData/Post/Stripe/create-payment-intent` | post__IntegrationData_Post_Stripe_create_payment_intent |
|
|
1502
|
+
| 🟢 **`POST`** | `/IntegrationData/Post/Stripe/create-portal-session` | post__IntegrationData_Post_Stripe_create_portal_session |
|
|
1503
|
+
| 🟢 **`POST`** | `/IntegrationData/Post/Stripe/create-setup-intent` | post__IntegrationData_Post_Stripe_create_setup_intent |
|
|
1504
|
+
| 🟢 **`POST`** | `/IntegrationData/Post/Stripe/create-webhook` | post__IntegrationData_Post_Stripe_create_webhook |
|
|
1505
|
+
| 🟢 **`POST`** | `/IntegrationData/Post/Stripe/update-invoice-payment` | post__IntegrationData_Post_Stripe_update_invoice_payment |
|
|
1506
|
+
| 🟢 **`POST`** | `/IntegrationData/SAML/IdP/Metadata` | post__IntegrationData_SAML_IdP_Metadata |
|
|
1507
|
+
| 🟢 **`POST`** | `/IntegrationData/Send/Xero` | post__IntegrationData_Send_Xero |
|
|
1508
|
+
| 🟢 **`POST`** | `/IntegrationData/Unlink/DevOps` | post__IntegrationData_Unlink_DevOps |
|
|
1509
|
+
| 🟢 **`POST`** | `/IntegrationData/Unlink/HaloLink` | post__IntegrationData_Unlink_HaloLink |
|
|
1510
|
+
| 🟢 **`POST`** | `/IntegrationData/Unlink/Jira` | post__IntegrationData_Unlink_Jira |
|
|
1511
|
+
|
|
1512
|
+
### IntegrationError
|
|
1513
|
+
|
|
1514
|
+
| | Endpoint | Description |
|
|
1515
|
+
|---|----------|-------------|
|
|
1516
|
+
| 🔴 **`DELETE`** | `/IntegrationError/{id}` | delete__IntegrationError__id_ |
|
|
1517
|
+
| 🔵 **`GET`** | `/IntegrationError/{id}` | Get one IntegrationError |
|
|
1518
|
+
| 🔵 **`GET`** | `/IntegrationError` | List of IntegrationError |
|
|
1519
|
+
| 🟢 **`POST`** | `/IntegrationError` | post__IntegrationError |
|
|
1520
|
+
|
|
1521
|
+
### IntegrationExport
|
|
1522
|
+
|
|
1523
|
+
| | Endpoint | Description |
|
|
1524
|
+
|---|----------|-------------|
|
|
1525
|
+
| 🔴 **`DELETE`** | `/IntegrationExport/{id}` | delete__IntegrationExport__id_ |
|
|
1526
|
+
| 🔵 **`GET`** | `/IntegrationExport` | List of IntegrationExport |
|
|
1527
|
+
| 🟢 **`POST`** | `/IntegrationExport` | post__IntegrationExport |
|
|
1528
|
+
|
|
1529
|
+
### IntegrationFieldData
|
|
1530
|
+
|
|
1531
|
+
| | Endpoint | Description |
|
|
1532
|
+
|---|----------|-------------|
|
|
1533
|
+
| 🔴 **`DELETE`** | `/IntegrationFieldData/{id}` | delete__IntegrationFieldData__id_ |
|
|
1534
|
+
| 🔵 **`GET`** | `/IntegrationFieldData` | get__IntegrationFieldData |
|
|
1535
|
+
| 🔵 **`GET`** | `/IntegrationFieldData/{id}` | get__IntegrationFieldData__id_ |
|
|
1536
|
+
| 🟢 **`POST`** | `/IntegrationFieldData` | post__IntegrationFieldData |
|
|
1537
|
+
|
|
1538
|
+
### IntegrationFieldMapping
|
|
1539
|
+
|
|
1540
|
+
| | Endpoint | Description |
|
|
1541
|
+
|---|----------|-------------|
|
|
1542
|
+
| 🔵 **`GET`** | `/IntegrationFieldMapping` | List of IntegrationFieldMapping |
|
|
1543
|
+
|
|
1544
|
+
### IntegrationLookUp
|
|
1545
|
+
|
|
1546
|
+
| | Endpoint | Description |
|
|
1547
|
+
|---|----------|-------------|
|
|
1548
|
+
| 🔵 **`GET`** | `/IntegrationLookUp` | get__IntegrationLookUp |
|
|
1549
|
+
| 🟢 **`POST`** | `/IntegrationLookUp` | post__IntegrationLookUp |
|
|
1550
|
+
|
|
1551
|
+
### IntegrationRequest
|
|
1552
|
+
|
|
1553
|
+
| | Endpoint | Description |
|
|
1554
|
+
|---|----------|-------------|
|
|
1555
|
+
| 🔴 **`DELETE`** | `/IntegrationRequest/{id}` | delete__IntegrationRequest__id_ |
|
|
1556
|
+
| 🔵 **`GET`** | `/IntegrationRequest/{id}` | Get one IntegrationRequest |
|
|
1557
|
+
| 🔵 **`GET`** | `/IntegrationRequest` | List of IntegrationRequest |
|
|
1558
|
+
| 🟢 **`POST`** | `/IntegrationRequest` | post__IntegrationRequest |
|
|
1559
|
+
|
|
1560
|
+
### IntegrationRunbookVariableGroup
|
|
1561
|
+
|
|
1562
|
+
| | Endpoint | Description |
|
|
1563
|
+
|---|----------|-------------|
|
|
1564
|
+
| 🔵 **`GET`** | `/IntegrationRunbookVariableGroup/{id}` | Get one IntegrationRunbookVariableGroup |
|
|
1565
|
+
| 🔵 **`GET`** | `/IntegrationRunbookVariableGroup` | List of IntegrationRunbookVariableGroup |
|
|
1566
|
+
|
|
1567
|
+
### IntegrationSiteMapping
|
|
1568
|
+
|
|
1569
|
+
| | Endpoint | Description |
|
|
1570
|
+
|---|----------|-------------|
|
|
1571
|
+
| 🔵 **`GET`** | `/IntegrationSiteMapping` | List of IntegrationSiteMapping |
|
|
1572
|
+
|
|
1573
|
+
### IntegratorLog
|
|
1574
|
+
|
|
1575
|
+
| | Endpoint | Description |
|
|
1576
|
+
|---|----------|-------------|
|
|
1577
|
+
| 🔵 **`GET`** | `/IntegratorLog` | List of IntegratorLog |
|
|
1578
|
+
|
|
1579
|
+
### IntegratorSchedule
|
|
1580
|
+
|
|
1581
|
+
| | Endpoint | Description |
|
|
1582
|
+
|---|----------|-------------|
|
|
1583
|
+
| 🔵 **`GET`** | `/IntegratorSchedule` | List of IntegratorSchedule |
|
|
1584
|
+
|
|
1585
|
+
### IntegratorTrace
|
|
1586
|
+
|
|
1587
|
+
| | Endpoint | Description |
|
|
1588
|
+
|---|----------|-------------|
|
|
1589
|
+
| 🔵 **`GET`** | `/IntegratorTrace` | get__IntegratorTrace |
|
|
1590
|
+
| 🔵 **`GET`** | `/IntegratorTrace/{id}` | get__IntegratorTrace__id_ |
|
|
1591
|
+
|
|
1592
|
+
### InvoiceChange
|
|
1593
|
+
|
|
1594
|
+
| | Endpoint | Description |
|
|
1595
|
+
|---|----------|-------------|
|
|
1596
|
+
| 🔵 **`GET`** | `/InvoiceChange` | List of InvoiceChange |
|
|
1597
|
+
| 🟢 **`POST`** | `/InvoiceChange` | post__InvoiceChange |
|
|
1598
|
+
|
|
1599
|
+
### InvoiceDetailProRata
|
|
1600
|
+
|
|
1601
|
+
| | Endpoint | Description |
|
|
1602
|
+
|---|----------|-------------|
|
|
1603
|
+
| 🔵 **`GET`** | `/InvoiceDetailProRata` | get__InvoiceDetailProRata |
|
|
1604
|
+
|
|
1605
|
+
### InvoiceHeader
|
|
1606
|
+
|
|
1607
|
+
| | Endpoint | Description |
|
|
1608
|
+
|---|----------|-------------|
|
|
1609
|
+
| 🔴 **`DELETE`** | `/Invoice/{id}` | Delete one InvoiceHeader |
|
|
1610
|
+
| 🔵 **`GET`** | `/Invoice/{id}` | Get one InvoiceHeader |
|
|
1611
|
+
| 🔵 **`GET`** | `/Invoice` | List of InvoiceHeader |
|
|
1612
|
+
| 🟢 **`POST`** | `/Invoice` | post__Invoice |
|
|
1613
|
+
| 🟢 **`POST`** | `/Invoice/{id}/void` | post__Invoice__id__void |
|
|
1614
|
+
| 🟢 **`POST`** | `/Invoice/PDF/{id}` | post__Invoice_PDF__id_ |
|
|
1615
|
+
| 🟢 **`POST`** | `/Invoice/updatelines` | post__Invoice_updatelines |
|
|
1616
|
+
| 🟢 **`POST`** | `/Invoice/View` | post__Invoice_View |
|
|
1617
|
+
|
|
1618
|
+
### InvoicePayment
|
|
1619
|
+
|
|
1620
|
+
| | Endpoint | Description |
|
|
1621
|
+
|---|----------|-------------|
|
|
1622
|
+
| 🔴 **`DELETE`** | `/InvoicePayment/{id}` | delete__InvoicePayment__id_ |
|
|
1623
|
+
| 🔵 **`GET`** | `/InvoicePayment/{id}` | Get one InvoicePayment |
|
|
1624
|
+
| 🔵 **`GET`** | `/InvoicePayment` | List of InvoicePayment |
|
|
1625
|
+
| 🟢 **`POST`** | `/InvoicePayment` | post__InvoicePayment |
|
|
1626
|
+
|
|
1627
|
+
### ISLOnline
|
|
1628
|
+
|
|
1629
|
+
| | Endpoint | Description |
|
|
1630
|
+
|---|----------|-------------|
|
|
1631
|
+
| 🔵 **`GET`** | `/ISLOnline/Get` | get__ISLOnline_Get |
|
|
1632
|
+
| 🟢 **`POST`** | `/ISLOnline/CreateLink` | post__ISLOnline_CreateLink |
|
|
1633
|
+
|
|
1634
|
+
### Item
|
|
1635
|
+
|
|
1636
|
+
| | Endpoint | Description |
|
|
1637
|
+
|---|----------|-------------|
|
|
1638
|
+
| 🔴 **`DELETE`** | `/Item/{id}` | delete__Item__id_ |
|
|
1639
|
+
| 🔵 **`GET`** | `/Item/{id}` | Get one Item |
|
|
1640
|
+
| 🔵 **`GET`** | `/Item` | List of Item |
|
|
1641
|
+
| 🟢 **`POST`** | `/Item` | post__Item |
|
|
1642
|
+
| 🟢 **`POST`** | `/Item/NewAccountsId` | post__Item_NewAccountsId |
|
|
1643
|
+
|
|
1644
|
+
### ItemAccountsLink
|
|
1645
|
+
|
|
1646
|
+
| | Endpoint | Description |
|
|
1647
|
+
|---|----------|-------------|
|
|
1648
|
+
| 🔴 **`DELETE`** | `/ItemAccountsLink/{id}` | delete__ItemAccountsLink__id_ |
|
|
1649
|
+
| 🔵 **`GET`** | `/ItemAccountsLink` | get__ItemAccountsLink |
|
|
1650
|
+
| 🔵 **`GET`** | `/ItemAccountsLink/{id}` | get__ItemAccountsLink__id_ |
|
|
1651
|
+
| 🟢 **`POST`** | `/ItemAccountsLink` | post__ItemAccountsLink |
|
|
1652
|
+
| 🟢 **`POST`** | `/ItemAccountsLink/Migrate` | post__ItemAccountsLink_Migrate |
|
|
1653
|
+
|
|
1654
|
+
### ItemGroup
|
|
1655
|
+
|
|
1656
|
+
| | Endpoint | Description |
|
|
1657
|
+
|---|----------|-------------|
|
|
1658
|
+
| 🔴 **`DELETE`** | `/ItemGroup/{id}` | delete__ItemGroup__id_ |
|
|
1659
|
+
| 🔵 **`GET`** | `/ItemGroup/{id}` | Get one ItemGroup |
|
|
1660
|
+
| 🔵 **`GET`** | `/ItemGroup` | get__ItemGroup |
|
|
1661
|
+
| 🟢 **`POST`** | `/ItemGroup` | post__ItemGroup |
|
|
1662
|
+
|
|
1663
|
+
### ItemStock
|
|
1664
|
+
|
|
1665
|
+
| | Endpoint | Description |
|
|
1666
|
+
|---|----------|-------------|
|
|
1667
|
+
| 🔴 **`DELETE`** | `/ItemStock/{id}` | delete__ItemStock__id_ |
|
|
1668
|
+
| 🔵 **`GET`** | `/ItemStock/{id}` | Get one ItemStock |
|
|
1669
|
+
| 🔵 **`GET`** | `/ItemStock` | List of ItemStock |
|
|
1670
|
+
| 🟢 **`POST`** | `/ItemStock` | post__ItemStock |
|
|
1671
|
+
|
|
1672
|
+
### ItemStockHistory
|
|
1673
|
+
|
|
1674
|
+
| | Endpoint | Description |
|
|
1675
|
+
|---|----------|-------------|
|
|
1676
|
+
| 🔵 **`GET`** | `/ItemStockHistory/{id}` | get__ItemStockHistory__id_ |
|
|
1677
|
+
| 🔵 **`GET`** | `/ItemStockHistory` | List of ItemStockHistory |
|
|
1678
|
+
|
|
1679
|
+
### ItemSupplier
|
|
1680
|
+
|
|
1681
|
+
| | Endpoint | Description |
|
|
1682
|
+
|---|----------|-------------|
|
|
1683
|
+
| 🔴 **`DELETE`** | `/itemsupplier/{id}` | delete__itemsupplier__id_ |
|
|
1684
|
+
| 🔵 **`GET`** | `/itemsupplier/{id}` | Get one ItemSupplier |
|
|
1685
|
+
| 🔵 **`GET`** | `/itemsupplier` | get__itemsupplier |
|
|
1686
|
+
| 🟢 **`POST`** | `/itemsupplier` | post__itemsupplier |
|
|
1687
|
+
|
|
1688
|
+
### JamfDetails
|
|
1689
|
+
|
|
1690
|
+
| | Endpoint | Description |
|
|
1691
|
+
|---|----------|-------------|
|
|
1692
|
+
| 🔴 **`DELETE`** | `/JamfDetails/{id}` | delete__JamfDetails__id_ |
|
|
1693
|
+
| 🔵 **`GET`** | `/JamfDetails` | get__JamfDetails |
|
|
1694
|
+
| 🔵 **`GET`** | `/JamfDetails/{id}` | get__JamfDetails__id_ |
|
|
1695
|
+
| 🟢 **`POST`** | `/JamfDetails` | post__JamfDetails |
|
|
1696
|
+
|
|
1697
|
+
### JiraDetails
|
|
1698
|
+
|
|
1699
|
+
| | Endpoint | Description |
|
|
1700
|
+
|---|----------|-------------|
|
|
1701
|
+
| 🔴 **`DELETE`** | `/JiraDetails/{id}` | delete__JiraDetails__id_ |
|
|
1702
|
+
| 🔵 **`GET`** | `/JiraDetails` | get__JiraDetails |
|
|
1703
|
+
| 🔵 **`GET`** | `/JiraDetails/{id}` | get__JiraDetails__id_ |
|
|
1704
|
+
| 🟢 **`POST`** | `/JiraDetails` | post__JiraDetails |
|
|
1705
|
+
|
|
1706
|
+
### Journey
|
|
1707
|
+
|
|
1708
|
+
| | Endpoint | Description |
|
|
1709
|
+
|---|----------|-------------|
|
|
1710
|
+
| 🔴 **`DELETE`** | `/Journey/{id}` | delete__Journey__id_ |
|
|
1711
|
+
| 🔵 **`GET`** | `/Journey/{id}` | Get one Journey |
|
|
1712
|
+
| 🔵 **`GET`** | `/Journey` | get__Journey |
|
|
1713
|
+
| 🟢 **`POST`** | `/Journey` | post__Journey |
|
|
1714
|
+
|
|
1715
|
+
### Kandji
|
|
1716
|
+
|
|
1717
|
+
| | Endpoint | Description |
|
|
1718
|
+
|---|----------|-------------|
|
|
1719
|
+
| 🔵 **`GET`** | `/Kandji/Get` | get__Kandji_Get |
|
|
1720
|
+
|
|
1721
|
+
### KandjiDetails
|
|
1722
|
+
|
|
1723
|
+
| | Endpoint | Description |
|
|
1724
|
+
|---|----------|-------------|
|
|
1725
|
+
| 🔴 **`DELETE`** | `/KandjiDetails/{id}` | delete__KandjiDetails__id_ |
|
|
1726
|
+
| 🔵 **`GET`** | `/KandjiDetails` | get__KandjiDetails |
|
|
1727
|
+
| 🔵 **`GET`** | `/KandjiDetails/{id}` | get__KandjiDetails__id_ |
|
|
1728
|
+
| 🟢 **`POST`** | `/KandjiDetails` | post__KandjiDetails |
|
|
1729
|
+
|
|
1730
|
+
### KashflowDetails
|
|
1731
|
+
|
|
1732
|
+
| | Endpoint | Description |
|
|
1733
|
+
|---|----------|-------------|
|
|
1734
|
+
| 🔴 **`DELETE`** | `/KashflowDetails/{id}` | delete__KashflowDetails__id_ |
|
|
1735
|
+
| 🔵 **`GET`** | `/KashflowDetails/{id}` | Get one KashflowDetails |
|
|
1736
|
+
| 🔵 **`GET`** | `/KashflowDetails` | List of KashflowDetails |
|
|
1737
|
+
| 🟢 **`POST`** | `/KashflowDetails` | post__KashflowDetails |
|
|
1738
|
+
|
|
1739
|
+
### KBEntry
|
|
1740
|
+
|
|
1741
|
+
| | Endpoint | Description |
|
|
1742
|
+
|---|----------|-------------|
|
|
1743
|
+
| 🔴 **`DELETE`** | `/KBArticle/{id}` | delete__KBArticle__id_ |
|
|
1744
|
+
| 🔵 **`GET`** | `/KBArticle/{id}` | Get one KBEntry |
|
|
1745
|
+
| 🔵 **`GET`** | `/KBArticle` | List of KBEntry |
|
|
1746
|
+
| 🟢 **`POST`** | `/KBArticle` | post__KBArticle |
|
|
1747
|
+
| 🟢 **`POST`** | `/KBArticle/vote` | post__KBArticle_vote |
|
|
1748
|
+
|
|
1749
|
+
### KBEntryAnon
|
|
1750
|
+
|
|
1751
|
+
| | Endpoint | Description |
|
|
1752
|
+
|---|----------|-------------|
|
|
1753
|
+
| 🔵 **`GET`** | `/KBArticleAnon` | get__KBArticleAnon |
|
|
1754
|
+
| 🔵 **`GET`** | `/KBArticleAnon/{slug}` | get__KBArticleAnon__slug_ |
|
|
1755
|
+
|
|
1756
|
+
### KeyVault
|
|
1757
|
+
|
|
1758
|
+
| | Endpoint | Description |
|
|
1759
|
+
|---|----------|-------------|
|
|
1760
|
+
| 🔴 **`DELETE`** | `/KeyVault/{id}` | delete__KeyVault__id_ |
|
|
1761
|
+
| 🔵 **`GET`** | `/KeyVault` | get__KeyVault |
|
|
1762
|
+
| 🔵 **`GET`** | `/KeyVault/{id}` | get__KeyVault__id_ |
|
|
1763
|
+
| 🟢 **`POST`** | `/KeyVault` | post__KeyVault |
|
|
1764
|
+
|
|
1765
|
+
### LanguagePack
|
|
1766
|
+
|
|
1767
|
+
| | Endpoint | Description |
|
|
1768
|
+
|---|----------|-------------|
|
|
1769
|
+
| 🔴 **`DELETE`** | `/Languages/{id}` | delete__Languages__id_ |
|
|
1770
|
+
| 🔵 **`GET`** | `/Languages/{id}` | Get one LanguagePack |
|
|
1771
|
+
| 🔵 **`GET`** | `/Languages` | List of LanguagePack |
|
|
1772
|
+
| 🟢 **`POST`** | `/Languages` | post__Languages |
|
|
1773
|
+
|
|
1774
|
+
### LanguagePackTranslationsCustom
|
|
1775
|
+
|
|
1776
|
+
| | Endpoint | Description |
|
|
1777
|
+
|---|----------|-------------|
|
|
1778
|
+
| 🔵 **`GET`** | `/Translation` | get__Translation |
|
|
1779
|
+
| 🟢 **`POST`** | `/Translation` | post__Translation |
|
|
1780
|
+
|
|
1781
|
+
### LapSafe
|
|
1782
|
+
|
|
1783
|
+
| | Endpoint | Description |
|
|
1784
|
+
|---|----------|-------------|
|
|
1785
|
+
| 🔵 **`GET`** | `/LapSafe/Cancel` | get__LapSafe_Cancel |
|
|
1786
|
+
| 🔵 **`GET`** | `/LapSafe/Complete` | get__LapSafe_Complete |
|
|
1787
|
+
| 🔵 **`GET`** | `/LapSafe/Get` | get__LapSafe_Get |
|
|
1788
|
+
|
|
1789
|
+
### LDAPConnection
|
|
1790
|
+
|
|
1791
|
+
| | Endpoint | Description |
|
|
1792
|
+
|---|----------|-------------|
|
|
1793
|
+
| 🔴 **`DELETE`** | `/LDAPConnection/{id}` | delete__LDAPConnection__id_ |
|
|
1794
|
+
| 🔵 **`GET`** | `/LDAPConnection/{id}` | Get one LDAPConnection |
|
|
1795
|
+
| 🔵 **`GET`** | `/LDAPConnection` | List of LDAPConnection |
|
|
1796
|
+
| 🟢 **`POST`** | `/LDAPConnection` | post__LDAPConnection |
|
|
1797
|
+
|
|
1798
|
+
### Licence
|
|
1799
|
+
|
|
1800
|
+
| | Endpoint | Description |
|
|
1801
|
+
|---|----------|-------------|
|
|
1802
|
+
| 🔴 **`DELETE`** | `/SoftwareLicence/{id}` | delete__SoftwareLicence__id_ |
|
|
1803
|
+
| 🔵 **`GET`** | `/SoftwareLicence/{id}` | Get one Licence |
|
|
1804
|
+
| 🔵 **`GET`** | `/SoftwareLicence` | List of Licence |
|
|
1805
|
+
| 🟢 **`POST`** | `/SoftwareLicence` | post__SoftwareLicence |
|
|
1806
|
+
|
|
1807
|
+
### LicenceChange
|
|
1808
|
+
|
|
1809
|
+
| | Endpoint | Description |
|
|
1810
|
+
|---|----------|-------------|
|
|
1811
|
+
| 🔵 **`GET`** | `/LicenceChange` | List of LicenceChange |
|
|
1812
|
+
|
|
1813
|
+
### LicenceInfo
|
|
1814
|
+
|
|
1815
|
+
| | Endpoint | Description |
|
|
1816
|
+
|---|----------|-------------|
|
|
1817
|
+
| 🔵 **`GET`** | `/LicenseInfo/password` | get__LicenseInfo_password |
|
|
1818
|
+
| 🔵 **`GET`** | `/LicenseInfo` | List of LicenceInfo |
|
|
1819
|
+
| 🟢 **`POST`** | `/LicenseInfo` | post__LicenseInfo |
|
|
1820
|
+
|
|
1821
|
+
### LicenceRole
|
|
1822
|
+
|
|
1823
|
+
| | Endpoint | Description |
|
|
1824
|
+
|---|----------|-------------|
|
|
1825
|
+
| 🔵 **`GET`** | `/SoftwareLicenceRole` | List of LicenceRole |
|
|
1826
|
+
|
|
1827
|
+
### LiveChatHeader
|
|
1828
|
+
|
|
1829
|
+
| | Endpoint | Description |
|
|
1830
|
+
|---|----------|-------------|
|
|
1831
|
+
| 🔵 **`GET`** | `/Chat/{id}` | get__Chat__id_ |
|
|
1832
|
+
| 🔵 **`GET`** | `/Chat` | List of LiveChatHeader |
|
|
1833
|
+
| 🟢 **`POST`** | `/Chat` | post__Chat |
|
|
1834
|
+
|
|
1835
|
+
### LiveChatMsg
|
|
1836
|
+
|
|
1837
|
+
| | Endpoint | Description |
|
|
1838
|
+
|---|----------|-------------|
|
|
1839
|
+
| 🔵 **`GET`** | `/ChatMessage` | List of LiveChatMsg |
|
|
1840
|
+
| 🟢 **`POST`** | `/ChatMessage` | post__ChatMessage |
|
|
1841
|
+
| 🟢 **`POST`** | `/ChatMessage/IsTyping` | post__ChatMessage_IsTyping |
|
|
1842
|
+
|
|
1843
|
+
### LoginToken
|
|
1844
|
+
|
|
1845
|
+
| | Endpoint | Description |
|
|
1846
|
+
|---|----------|-------------|
|
|
1847
|
+
| 🟢 **`POST`** | `/LoginToken` | post__LoginToken |
|
|
1848
|
+
|
|
1849
|
+
### Lookup
|
|
1850
|
+
|
|
1851
|
+
| | Endpoint | Description |
|
|
1852
|
+
|---|----------|-------------|
|
|
1853
|
+
| 🔴 **`DELETE`** | `/Lookup/{id}` | delete__Lookup__id_ |
|
|
1854
|
+
| 🔵 **`GET`** | `/Lookup/{id}` | Get one Lookup |
|
|
1855
|
+
| 🔵 **`GET`** | `/Lookup` | List of Lookup |
|
|
1856
|
+
| 🟢 **`POST`** | `/Lookup` | post__Lookup |
|
|
1857
|
+
| 🟢 **`POST`** | `/Lookup/ClearCache` | post__Lookup_ClearCache |
|
|
1858
|
+
|
|
1859
|
+
### Mail
|
|
1860
|
+
|
|
1861
|
+
| | Endpoint | Description |
|
|
1862
|
+
|---|----------|-------------|
|
|
1863
|
+
| 🟢 **`POST`** | `/Mail/Azure` | post__Mail_Azure |
|
|
1864
|
+
| 🟢 **`POST`** | `/Mail/Integrator/Azure` | post__Mail_Integrator_Azure |
|
|
1865
|
+
| 🟢 **`POST`** | `/Mail/Integrator/Google` | post__Mail_Integrator_Google |
|
|
1866
|
+
| 🟢 **`POST`** | `/Mail/Integrator/IMAP` | post__Mail_Integrator_IMAP |
|
|
1867
|
+
| 🟢 **`POST`** | `/Mail/Integrator/Pop3` | post__Mail_Integrator_Pop3 |
|
|
1868
|
+
| 🟢 **`POST`** | `/Mail/ProcessMail` | post__Mail_ProcessMail |
|
|
1869
|
+
|
|
1870
|
+
### Mailbox
|
|
1871
|
+
|
|
1872
|
+
| | Endpoint | Description |
|
|
1873
|
+
|---|----------|-------------|
|
|
1874
|
+
| 🔴 **`DELETE`** | `/Mailbox/{id}` | delete__Mailbox__id_ |
|
|
1875
|
+
| 🔵 **`GET`** | `/Mailbox/{id}` | Get one Mailbox |
|
|
1876
|
+
| 🔵 **`GET`** | `/Mailbox/{id}/OutlookContacts` | get__Mailbox__id__OutlookContacts |
|
|
1877
|
+
| 🔵 **`GET`** | `/Mailbox` | List of Mailbox |
|
|
1878
|
+
| 🟢 **`POST`** | `/Mailbox` | post__Mailbox |
|
|
1879
|
+
|
|
1880
|
+
### MailboxCredential
|
|
1881
|
+
|
|
1882
|
+
| | Endpoint | Description |
|
|
1883
|
+
|---|----------|-------------|
|
|
1884
|
+
| 🔴 **`DELETE`** | `/MailboxCredential/{id}` | delete__MailboxCredential__id_ |
|
|
1885
|
+
| 🔵 **`GET`** | `/MailboxCredential` | get__MailboxCredential |
|
|
1886
|
+
| 🔵 **`GET`** | `/MailboxCredential/{id}` | get__MailboxCredential__id_ |
|
|
1887
|
+
| 🟢 **`POST`** | `/MailboxCredential` | post__MailboxCredential |
|
|
1888
|
+
|
|
1889
|
+
### MailCampaign
|
|
1890
|
+
|
|
1891
|
+
| | Endpoint | Description |
|
|
1892
|
+
|---|----------|-------------|
|
|
1893
|
+
| 🔴 **`DELETE`** | `/MailCampaign/{id}` | delete__MailCampaign__id_ |
|
|
1894
|
+
| 🔵 **`GET`** | `/MailCampaign` | get__MailCampaign |
|
|
1895
|
+
| 🔵 **`GET`** | `/MailCampaign/{id}` | get__MailCampaign__id_ |
|
|
1896
|
+
| 🟢 **`POST`** | `/MailCampaign` | post__MailCampaign |
|
|
1897
|
+
|
|
1898
|
+
### MailCampaignEmail
|
|
1899
|
+
|
|
1900
|
+
| | Endpoint | Description |
|
|
1901
|
+
|---|----------|-------------|
|
|
1902
|
+
| 🔴 **`DELETE`** | `/MailCampaignEmail/{id}` | delete__MailCampaignEmail__id_ |
|
|
1903
|
+
| 🔵 **`GET`** | `/MailCampaignEmail` | get__MailCampaignEmail |
|
|
1904
|
+
| 🔵 **`GET`** | `/MailCampaignEmail/{id}` | get__MailCampaignEmail__id_ |
|
|
1905
|
+
| 🟢 **`POST`** | `/MailCampaignEmail` | post__MailCampaignEmail |
|
|
1906
|
+
|
|
1907
|
+
### MailCampaignLog
|
|
1908
|
+
|
|
1909
|
+
| | Endpoint | Description |
|
|
1910
|
+
|---|----------|-------------|
|
|
1911
|
+
| 🔵 **`GET`** | `/MailCampaignLog` | get__MailCampaignLog |
|
|
1912
|
+
| 🔵 **`GET`** | `/MailCampaignLog/{id}` | get__MailCampaignLog__id_ |
|
|
1913
|
+
|
|
1914
|
+
### Mailchimp
|
|
1915
|
+
|
|
1916
|
+
| | Endpoint | Description |
|
|
1917
|
+
|---|----------|-------------|
|
|
1918
|
+
| 🔵 **`GET`** | `/Mailchimp/Get` | get__Mailchimp_Get |
|
|
1919
|
+
|
|
1920
|
+
### ManageEngine
|
|
1921
|
+
|
|
1922
|
+
| | Endpoint | Description |
|
|
1923
|
+
|---|----------|-------------|
|
|
1924
|
+
| 🔵 **`GET`** | `/ManageEngine/Get` | get__ManageEngine_Get |
|
|
1925
|
+
|
|
1926
|
+
### ManageEngineDetails
|
|
1927
|
+
|
|
1928
|
+
| | Endpoint | Description |
|
|
1929
|
+
|---|----------|-------------|
|
|
1930
|
+
| 🔴 **`DELETE`** | `/ManageEngineDetails/{id}` | delete__ManageEngineDetails__id_ |
|
|
1931
|
+
| 🔵 **`GET`** | `/ManageEngineDetails` | get__ManageEngineDetails |
|
|
1932
|
+
| 🔵 **`GET`** | `/ManageEngineDetails/{id}` | get__ManageEngineDetails__id_ |
|
|
1933
|
+
| 🟢 **`POST`** | `/ManageEngineDetails` | post__ManageEngineDetails |
|
|
1934
|
+
|
|
1935
|
+
### MarketingOpen
|
|
1936
|
+
|
|
1937
|
+
| | Endpoint | Description |
|
|
1938
|
+
|---|----------|-------------|
|
|
1939
|
+
| 🔴 **`DELETE`** | `/MO/{id}` | delete__MO__id_ |
|
|
1940
|
+
| 🔵 **`GET`** | `/MO` | get__MO |
|
|
1941
|
+
| 🔵 **`GET`** | `/MO/{id}` | get__MO__id_ |
|
|
1942
|
+
| 🔵 **`GET`** | `/MO/b` | get__MO_b |
|
|
1943
|
+
| 🔵 **`GET`** | `/MO/r` | get__MO_r |
|
|
1944
|
+
| 🟢 **`POST`** | `/MO` | post__MO |
|
|
1945
|
+
|
|
1946
|
+
### MarketingUnsubscribe
|
|
1947
|
+
|
|
1948
|
+
| | Endpoint | Description |
|
|
1949
|
+
|---|----------|-------------|
|
|
1950
|
+
| 🔴 **`DELETE`** | `/MarketingUnsubscribe/{id}` | delete__MarketingUnsubscribe__id_ |
|
|
1951
|
+
| 🔵 **`GET`** | `/MarketingUnsubscribe` | get__MarketingUnsubscribe |
|
|
1952
|
+
| 🔵 **`GET`** | `/MarketingUnsubscribe/{id}` | get__MarketingUnsubscribe__id_ |
|
|
1953
|
+
| 🟢 **`POST`** | `/MarketingUnsubscribe` | post__MarketingUnsubscribe |
|
|
1954
|
+
|
|
1955
|
+
### MattermostChannelDetails
|
|
1956
|
+
|
|
1957
|
+
| | Endpoint | Description |
|
|
1958
|
+
|---|----------|-------------|
|
|
1959
|
+
| 🔵 **`GET`** | `/MattermostChannelDetails` | get__MattermostChannelDetails |
|
|
1960
|
+
|
|
1961
|
+
### MattermostDetails
|
|
1962
|
+
|
|
1963
|
+
| | Endpoint | Description |
|
|
1964
|
+
|---|----------|-------------|
|
|
1965
|
+
| 🔴 **`DELETE`** | `/MattermostDetails/{id}` | delete__MattermostDetails__id_ |
|
|
1966
|
+
| 🔵 **`GET`** | `/MattermostDetails` | get__MattermostDetails |
|
|
1967
|
+
| 🔵 **`GET`** | `/MattermostDetails/{id}` | get__MattermostDetails__id_ |
|
|
1968
|
+
| 🟢 **`POST`** | `/MattermostDetails` | post__MattermostDetails |
|
|
1969
|
+
|
|
1970
|
+
### MCP
|
|
1971
|
+
|
|
1972
|
+
| | Endpoint | Description |
|
|
1973
|
+
|---|----------|-------------|
|
|
1974
|
+
| 🔴 **`DELETE`** | `/mcp` | delete__mcp |
|
|
1975
|
+
| 🔵 **`GET`** | `/mcp` | get__mcp |
|
|
1976
|
+
| 🟢 **`POST`** | `/mcp` | post__mcp |
|
|
1977
|
+
|
|
1978
|
+
### MessageContent
|
|
1979
|
+
|
|
1980
|
+
| | Endpoint | Description |
|
|
1981
|
+
|---|----------|-------------|
|
|
1982
|
+
| 🔴 **`DELETE`** | `/EmailTemplate/{id}` | delete__EmailTemplate__id_ |
|
|
1983
|
+
| 🔵 **`GET`** | `/EmailTemplate/{id}` | Get one MessageContent |
|
|
1984
|
+
| 🔵 **`GET`** | `/EmailTemplate` | List of MessageContent |
|
|
1985
|
+
| 🟢 **`POST`** | `/EmailTemplate` | post__EmailTemplate |
|
|
1986
|
+
| 🟢 **`POST`** | `/EmailTemplate/preview` | post__EmailTemplate_preview |
|
|
1987
|
+
|
|
1988
|
+
### MessageContentVariable
|
|
1989
|
+
|
|
1990
|
+
| | Endpoint | Description |
|
|
1991
|
+
|---|----------|-------------|
|
|
1992
|
+
| 🔴 **`DELETE`** | `/EmailTemplateVariable/{id}` | delete__EmailTemplateVariable__id_ |
|
|
1993
|
+
| 🔵 **`GET`** | `/EmailTemplateVariable` | get__EmailTemplateVariable |
|
|
1994
|
+
| 🔵 **`GET`** | `/EmailTemplateVariable/{id}` | get__EmailTemplateVariable__id_ |
|
|
1995
|
+
| 🟢 **`POST`** | `/EmailTemplateVariable` | post__EmailTemplateVariable |
|
|
1996
|
+
|
|
1997
|
+
### MicrosoftSubscriptionMapping
|
|
1998
|
+
|
|
1999
|
+
| | Endpoint | Description |
|
|
2000
|
+
|---|----------|-------------|
|
|
2001
|
+
| 🔴 **`DELETE`** | `/MicrosoftSubscriptionMapping/{id}` | delete__MicrosoftSubscriptionMapping__id_ |
|
|
2002
|
+
| 🔵 **`GET`** | `/MicrosoftSubscriptionMapping` | get__MicrosoftSubscriptionMapping |
|
|
2003
|
+
| 🔵 **`GET`** | `/MicrosoftSubscriptionMapping/{id}` | get__MicrosoftSubscriptionMapping__id_ |
|
|
2004
|
+
| 🟢 **`POST`** | `/MicrosoftSubscriptionMapping` | post__MicrosoftSubscriptionMapping |
|
|
2005
|
+
|
|
2006
|
+
### MicrosoftTeams
|
|
2007
|
+
|
|
2008
|
+
| | Endpoint | Description |
|
|
2009
|
+
|---|----------|-------------|
|
|
2010
|
+
| 🔵 **`GET`** | `/MicrosoftTeams/Get` | get__MicrosoftTeams_Get |
|
|
2011
|
+
|
|
2012
|
+
### MicrosoftTeamsMapping
|
|
2013
|
+
|
|
2014
|
+
| | Endpoint | Description |
|
|
2015
|
+
|---|----------|-------------|
|
|
2016
|
+
| 🔴 **`DELETE`** | `/MicrosoftTeamsMapping/{id}` | delete__MicrosoftTeamsMapping__id_ |
|
|
2017
|
+
| 🔵 **`GET`** | `/MicrosoftTeamsMapping` | get__MicrosoftTeamsMapping |
|
|
2018
|
+
| 🔵 **`GET`** | `/MicrosoftTeamsMapping/{id}` | get__MicrosoftTeamsMapping__id_ |
|
|
2019
|
+
| 🟢 **`POST`** | `/MicrosoftTeamsMapping` | post__MicrosoftTeamsMapping |
|
|
2020
|
+
|
|
2021
|
+
### ModuleSetup
|
|
2022
|
+
|
|
2023
|
+
| | Endpoint | Description |
|
|
2024
|
+
|---|----------|-------------|
|
|
2025
|
+
| 🔵 **`GET`** | `/Features/{id}` | Get one ModuleSetup |
|
|
2026
|
+
| 🔵 **`GET`** | `/Features` | List of ModuleSetup |
|
|
2027
|
+
| 🟢 **`POST`** | `/Features` | post__Features |
|
|
2028
|
+
|
|
2029
|
+
### MYOBDetails
|
|
2030
|
+
|
|
2031
|
+
| | Endpoint | Description |
|
|
2032
|
+
|---|----------|-------------|
|
|
2033
|
+
| 🔴 **`DELETE`** | `/MYOBdetails/{id}` | delete__MYOBdetails__id_ |
|
|
2034
|
+
| 🔵 **`GET`** | `/MYOBdetails` | get__MYOBdetails |
|
|
2035
|
+
| 🔵 **`GET`** | `/MYOBdetails/{id}` | get__MYOBdetails__id_ |
|
|
2036
|
+
| 🟢 **`POST`** | `/MYOBdetails` | post__MYOBdetails |
|
|
2037
|
+
|
|
2038
|
+
### NCentralDetails
|
|
2039
|
+
|
|
2040
|
+
| | Endpoint | Description |
|
|
2041
|
+
|---|----------|-------------|
|
|
2042
|
+
| 🔴 **`DELETE`** | `/NCentralDetails/{id}` | delete__NCentralDetails__id_ |
|
|
2043
|
+
| 🔵 **`GET`** | `/NCentralDetails/{id}` | Get one NCentralDetails |
|
|
2044
|
+
| 🔵 **`GET`** | `/NCentralDetails` | List of NCentralDetails |
|
|
2045
|
+
| 🟢 **`POST`** | `/NCentralDetails` | post__NCentralDetails |
|
|
2046
|
+
|
|
2047
|
+
### NHDDeviceInfo
|
|
2048
|
+
|
|
2049
|
+
| | Endpoint | Description |
|
|
2050
|
+
|---|----------|-------------|
|
|
2051
|
+
| 🔴 **`DELETE`** | `/HaloDeviceInfo/{id}` | delete__HaloDeviceInfo__id_ |
|
|
2052
|
+
| 🔵 **`GET`** | `/HaloDeviceInfo/{id}` | get__HaloDeviceInfo__id_ |
|
|
2053
|
+
| 🟢 **`POST`** | `/HaloDeviceInfo` | post__HaloDeviceInfo |
|
|
2054
|
+
|
|
2055
|
+
### NHDIdentityApplication
|
|
2056
|
+
|
|
2057
|
+
| | Endpoint | Description |
|
|
2058
|
+
|---|----------|-------------|
|
|
2059
|
+
| 🔴 **`DELETE`** | `/Application/{id}` | delete__Application__id_ |
|
|
2060
|
+
| 🔵 **`GET`** | `/Application/{id}` | Get one NHD_Identity_Application |
|
|
2061
|
+
| 🔵 **`GET`** | `/Application` | get__Application |
|
|
2062
|
+
| 🟢 **`POST`** | `/Application` | post__Application |
|
|
2063
|
+
| 🟢 **`POST`** | `/Application/federatedcredentials` | post__Application_federatedcredentials |
|
|
2064
|
+
|
|
2065
|
+
### NHDRoles
|
|
2066
|
+
|
|
2067
|
+
| | Endpoint | Description |
|
|
2068
|
+
|---|----------|-------------|
|
|
2069
|
+
| 🔴 **`DELETE`** | `/Roles/{id}` | delete__Roles__id_ |
|
|
2070
|
+
| 🔵 **`GET`** | `/Roles/{id}` | Get one NHD_Roles |
|
|
2071
|
+
| 🔵 **`GET`** | `/Roles` | List of NHD_Roles |
|
|
2072
|
+
| 🟢 **`POST`** | `/Roles` | post__Roles |
|
|
2073
|
+
|
|
2074
|
+
### NHServerConfig
|
|
2075
|
+
|
|
2076
|
+
| | Endpoint | Description |
|
|
2077
|
+
|---|----------|-------------|
|
|
2078
|
+
| 🔴 **`DELETE`** | `/Nhserverconfig/{id}` | delete__Nhserverconfig__id_ |
|
|
2079
|
+
| 🔵 **`GET`** | `/Nhserverconfig/{id}` | Get one NHServerConfig |
|
|
2080
|
+
| 🔵 **`GET`** | `/Nhserverconfig` | get__Nhserverconfig |
|
|
2081
|
+
| 🟢 **`POST`** | `/Nhserverconfig` | post__Nhserverconfig |
|
|
2082
|
+
|
|
2083
|
+
### NotificationContent
|
|
2084
|
+
|
|
2085
|
+
| | Endpoint | Description |
|
|
2086
|
+
|---|----------|-------------|
|
|
2087
|
+
| 🔴 **`DELETE`** | `/NotificationMessage/{id}` | delete__NotificationMessage__id_ |
|
|
2088
|
+
| 🔵 **`GET`** | `/NotificationMessage/{id}` | Get one NotificationContent |
|
|
2089
|
+
| 🔵 **`GET`** | `/NotificationMessage` | get__NotificationMessage |
|
|
2090
|
+
| 🟢 **`POST`** | `/NotificationMessage` | post__NotificationMessage |
|
|
2091
|
+
|
|
2092
|
+
### ObjectMappingProfile
|
|
2093
|
+
|
|
2094
|
+
| | Endpoint | Description |
|
|
2095
|
+
|---|----------|-------------|
|
|
2096
|
+
| 🔵 **`GET`** | `/ObjectMappingProfile` | get__ObjectMappingProfile |
|
|
2097
|
+
|
|
2098
|
+
### OnlineStatus
|
|
2099
|
+
|
|
2100
|
+
| | Endpoint | Description |
|
|
2101
|
+
|---|----------|-------------|
|
|
2102
|
+
| 🔵 **`GET`** | `/OnlineStatus` | get__OnlineStatus |
|
|
2103
|
+
| 🟢 **`POST`** | `/OnlineStatus` | post__OnlineStatus |
|
|
2104
|
+
|
|
2105
|
+
### Opps
|
|
2106
|
+
|
|
2107
|
+
| | Endpoint | Description |
|
|
2108
|
+
|---|----------|-------------|
|
|
2109
|
+
| 🔴 **`DELETE`** | `/Opportunities/{id}` | Delete one Faults |
|
|
2110
|
+
| 🔵 **`GET`** | `/Opportunities/{id}` | Get one Faults |
|
|
2111
|
+
| 🔵 **`GET`** | `/Opportunities` | List of Faults |
|
|
2112
|
+
| 🟢 **`POST`** | `/Opportunities` | post__Opportunities |
|
|
2113
|
+
| 🟢 **`POST`** | `/Opportunities/View` | post__Opportunities_View |
|
|
2114
|
+
|
|
2115
|
+
### OrderHead
|
|
2116
|
+
|
|
2117
|
+
| | Endpoint | Description |
|
|
2118
|
+
|---|----------|-------------|
|
|
2119
|
+
| 🔴 **`DELETE`** | `/SalesOrder/{id}` | delete__SalesOrder__id_ |
|
|
2120
|
+
| 🔵 **`GET`** | `/SalesOrder/{id}` | Get one OrderHead |
|
|
2121
|
+
| 🔵 **`GET`** | `/SalesOrder` | List of OrderHead |
|
|
2122
|
+
| 🟢 **`POST`** | `/SalesOrder` | post__SalesOrder |
|
|
2123
|
+
| 🟢 **`POST`** | `/SalesOrder/View` | post__SalesOrder_View |
|
|
2124
|
+
|
|
2125
|
+
### OrderLine
|
|
2126
|
+
|
|
2127
|
+
| | Endpoint | Description |
|
|
2128
|
+
|---|----------|-------------|
|
|
2129
|
+
| 🔵 **`GET`** | `/OrderLine` | get__OrderLine |
|
|
2130
|
+
|
|
2131
|
+
### Organisation
|
|
2132
|
+
|
|
2133
|
+
| | Endpoint | Description |
|
|
2134
|
+
|---|----------|-------------|
|
|
2135
|
+
| 🔴 **`DELETE`** | `/Organisation/{id}` | delete__Organisation__id_ |
|
|
2136
|
+
| 🔵 **`GET`** | `/Organisation/{id}` | Get one Organisation |
|
|
2137
|
+
| 🔵 **`GET`** | `/Organisation` | get__Organisation |
|
|
2138
|
+
| 🟢 **`POST`** | `/Organisation` | post__Organisation |
|
|
2139
|
+
|
|
2140
|
+
### OutboundIntegration
|
|
2141
|
+
|
|
2142
|
+
| | Endpoint | Description |
|
|
2143
|
+
|---|----------|-------------|
|
|
2144
|
+
| 🔴 **`DELETE`** | `/CustomIntegration/{id}` | delete__CustomIntegration__id_ |
|
|
2145
|
+
| 🔵 **`GET`** | `/CustomIntegration/{id}` | Get one OutboundIntegration |
|
|
2146
|
+
| 🔵 **`GET`** | `/CustomIntegration` | get__CustomIntegration |
|
|
2147
|
+
| 🟢 **`POST`** | `/CustomIntegration` | post__CustomIntegration |
|
|
2148
|
+
|
|
2149
|
+
### OutboundIntegrationMethod
|
|
2150
|
+
|
|
2151
|
+
| | Endpoint | Description |
|
|
2152
|
+
|---|----------|-------------|
|
|
2153
|
+
| 🔴 **`DELETE`** | `/CustomIntegrationMethod/{id}` | delete__CustomIntegrationMethod__id_ |
|
|
2154
|
+
| 🔵 **`GET`** | `/CustomIntegrationMethod/{id}` | Get one OutboundIntegrationMethod |
|
|
2155
|
+
| 🔵 **`GET`** | `/CustomIntegrationMethod` | List of OutboundIntegrationMethod |
|
|
2156
|
+
| 🟢 **`POST`** | `/CustomIntegrationMethod` | post__CustomIntegrationMethod |
|
|
2157
|
+
|
|
2158
|
+
### OutboundIntegrationMethodValue
|
|
2159
|
+
|
|
2160
|
+
| | Endpoint | Description |
|
|
2161
|
+
|---|----------|-------------|
|
|
2162
|
+
| 🔵 **`GET`** | `/CustomIntegrationMethodValue` | get__CustomIntegrationMethodValue |
|
|
2163
|
+
|
|
2164
|
+
### OutboundIntegrationRepository
|
|
2165
|
+
|
|
2166
|
+
| | Endpoint | Description |
|
|
2167
|
+
|---|----------|-------------|
|
|
2168
|
+
| 🔵 **`GET`** | `/CustomIntegrationRepository/{id}` | Get one OutboundIntegration |
|
|
2169
|
+
| 🔵 **`GET`** | `/CustomIntegrationRepository` | get__CustomIntegrationRepository |
|
|
2170
|
+
|
|
2171
|
+
### Outgoing
|
|
2172
|
+
|
|
2173
|
+
| | Endpoint | Description |
|
|
2174
|
+
|---|----------|-------------|
|
|
2175
|
+
| 🔴 **`DELETE`** | `/Outgoing/{id}` | delete__Outgoing__id_ |
|
|
2176
|
+
| 🔵 **`GET`** | `/Outgoing/{id}` | Get one Outgoing |
|
|
2177
|
+
| 🔵 **`GET`** | `/Outgoing` | List of Outgoing |
|
|
2178
|
+
| 🟢 **`POST`** | `/Outgoing` | post__Outgoing |
|
|
2179
|
+
|
|
2180
|
+
### OutgoingAttempt
|
|
2181
|
+
|
|
2182
|
+
| | Endpoint | Description |
|
|
2183
|
+
|---|----------|-------------|
|
|
2184
|
+
| 🔵 **`GET`** | `/OutgoingAttempt/{id}` | Get one OutgoingAttempt |
|
|
2185
|
+
| 🔵 **`GET`** | `/OutgoingAttempt` | List of OutgoingAttempt |
|
|
2186
|
+
|
|
2187
|
+
### Outgoingemail
|
|
2188
|
+
|
|
2189
|
+
| | Endpoint | Description |
|
|
2190
|
+
|---|----------|-------------|
|
|
2191
|
+
| 🔴 **`DELETE`** | `/Outgoingemail/{id}` | delete__Outgoingemail__id_ |
|
|
2192
|
+
| 🔵 **`GET`** | `/Outgoingemail` | List of Outgoingemail |
|
|
2193
|
+
| 🟢 **`POST`** | `/Outgoingemail` | post__Outgoingemail |
|
|
2194
|
+
|
|
2195
|
+
### PagerDutyMapping
|
|
2196
|
+
|
|
2197
|
+
| | Endpoint | Description |
|
|
2198
|
+
|---|----------|-------------|
|
|
2199
|
+
| 🔵 **`GET`** | `/pagerdutymapping` | List of PagerDutyMapping |
|
|
2200
|
+
|
|
2201
|
+
### PartsLookup
|
|
2202
|
+
|
|
2203
|
+
| | Endpoint | Description |
|
|
2204
|
+
|---|----------|-------------|
|
|
2205
|
+
| 🔴 **`DELETE`** | `/DatabaseLookup/{id}` | delete__DatabaseLookup__id_ |
|
|
2206
|
+
| 🔵 **`GET`** | `/DatabaseLookup/{id}` | Get one PartsLookup |
|
|
2207
|
+
| 🔵 **`GET`** | `/DatabaseLookup` | List of PartsLookup |
|
|
2208
|
+
| 🟢 **`POST`** | `/DatabaseLookup` | post__DatabaseLookup |
|
|
2209
|
+
| 🟢 **`POST`** | `/DatabaseLookup/run` | post__DatabaseLookup_run |
|
|
2210
|
+
|
|
2211
|
+
### PartsLookupConfirmation
|
|
2212
|
+
|
|
2213
|
+
| | Endpoint | Description |
|
|
2214
|
+
|---|----------|-------------|
|
|
2215
|
+
| 🔵 **`GET`** | `/DatabaseLookupConfirmation/{id}` | get__DatabaseLookupConfirmation__id_ |
|
|
2216
|
+
| 🟢 **`POST`** | `/DatabaseLookupConfirmation` | post__DatabaseLookupConfirmation |
|
|
2217
|
+
|
|
2218
|
+
### Pax8Details
|
|
2219
|
+
|
|
2220
|
+
| | Endpoint | Description |
|
|
2221
|
+
|---|----------|-------------|
|
|
2222
|
+
| 🔴 **`DELETE`** | `/Pax8Details/{id}` | delete__Pax8Details__id_ |
|
|
2223
|
+
| 🔵 **`GET`** | `/Pax8Details` | get__Pax8Details |
|
|
2224
|
+
| 🔵 **`GET`** | `/Pax8Details/{id}` | get__Pax8Details__id_ |
|
|
2225
|
+
| 🟢 **`POST`** | `/Pax8Details` | post__Pax8Details |
|
|
2226
|
+
|
|
2227
|
+
### PdfTemplate
|
|
2228
|
+
|
|
2229
|
+
| | Endpoint | Description |
|
|
2230
|
+
|---|----------|-------------|
|
|
2231
|
+
| 🔴 **`DELETE`** | `/PdfTemplate/{id}` | delete__PdfTemplate__id_ |
|
|
2232
|
+
| 🔵 **`GET`** | `/PdfTemplate/{id}` | Get one PdfTemplate |
|
|
2233
|
+
| 🔵 **`GET`** | `/PdfTemplate` | List of PdfTemplate |
|
|
2234
|
+
| 🟢 **`POST`** | `/PdfTemplate` | post__PdfTemplate |
|
|
2235
|
+
|
|
2236
|
+
### PdfTemplateRepository
|
|
2237
|
+
|
|
2238
|
+
| | Endpoint | Description |
|
|
2239
|
+
|---|----------|-------------|
|
|
2240
|
+
| 🔵 **`GET`** | `/PdfTemplateRepository/{id}` | Get one PdfTemplate |
|
|
2241
|
+
| 🔵 **`GET`** | `/PdfTemplateRepository` | List of PdfTemplate |
|
|
2242
|
+
|
|
2243
|
+
### Policy
|
|
2244
|
+
|
|
2245
|
+
| | Endpoint | Description |
|
|
2246
|
+
|---|----------|-------------|
|
|
2247
|
+
| 🔴 **`DELETE`** | `/Priority/{id}` | delete__Priority__id_ |
|
|
2248
|
+
| 🔵 **`GET`** | `/Priority/{id}` | Get one Policy |
|
|
2249
|
+
| 🔵 **`GET`** | `/Priority` | List of Policy |
|
|
2250
|
+
| 🟢 **`POST`** | `/Priority` | post__Priority |
|
|
2251
|
+
|
|
2252
|
+
### PowerShellScript
|
|
2253
|
+
|
|
2254
|
+
| | Endpoint | Description |
|
|
2255
|
+
|---|----------|-------------|
|
|
2256
|
+
| 🔴 **`DELETE`** | `/PowerShellScript/{id}` | delete__PowerShellScript__id_ |
|
|
2257
|
+
| 🔵 **`GET`** | `/PowerShellScript/{id}` | Get one PowerShellScript |
|
|
2258
|
+
| 🔵 **`GET`** | `/PowerShellScript` | List of PowerShellScript |
|
|
2259
|
+
| 🟢 **`POST`** | `/PowerShellScript` | post__PowerShellScript |
|
|
2260
|
+
|
|
2261
|
+
### PowerShellScriptCriteria
|
|
2262
|
+
|
|
2263
|
+
| | Endpoint | Description |
|
|
2264
|
+
|---|----------|-------------|
|
|
2265
|
+
| 🔴 **`DELETE`** | `/PowerShellScriptCriteria/{id}` | delete__PowerShellScriptCriteria__id_ |
|
|
2266
|
+
| 🔵 **`GET`** | `/PowerShellScriptCriteria/{id}` | Get one PowerShellScriptCriteria |
|
|
2267
|
+
| 🔵 **`GET`** | `/PowerShellScriptCriteria` | List of PowerShellScriptCriteria |
|
|
2268
|
+
| 🟢 **`POST`** | `/PowerShellScriptCriteria` | post__PowerShellScriptCriteria |
|
|
2269
|
+
|
|
2270
|
+
### PowerShellScriptProcessing
|
|
2271
|
+
|
|
2272
|
+
| | Endpoint | Description |
|
|
2273
|
+
|---|----------|-------------|
|
|
2274
|
+
| 🔴 **`DELETE`** | `/PowerShellScriptProcessing/{id}` | delete__PowerShellScriptProcessing__id_ |
|
|
2275
|
+
| 🔵 **`GET`** | `/PowerShellScriptProcessing/{id}` | Get one PowerShellScriptProcessing |
|
|
2276
|
+
| 🔵 **`GET`** | `/PowerShellScriptProcessing` | List of PowerShellScriptProcessing |
|
|
2277
|
+
| 🟢 **`POST`** | `/PowerShellScriptProcessing` | post__PowerShellScriptProcessing |
|
|
2278
|
+
|
|
2279
|
+
### PrepayHistory
|
|
2280
|
+
|
|
2281
|
+
| | Endpoint | Description |
|
|
2282
|
+
|---|----------|-------------|
|
|
2283
|
+
| 🔴 **`DELETE`** | `/ClientPrepay/{id}` | delete__ClientPrepay__id_ |
|
|
2284
|
+
| 🔵 **`GET`** | `/ClientPrepay/{id}` | Get one PrepayHistory |
|
|
2285
|
+
| 🔵 **`GET`** | `/ClientPrepay` | List of PrepayHistory |
|
|
2286
|
+
| 🟢 **`POST`** | `/ClientPrepay` | post__ClientPrepay |
|
|
2287
|
+
|
|
2288
|
+
### Projects
|
|
2289
|
+
|
|
2290
|
+
| | Endpoint | Description |
|
|
2291
|
+
|---|----------|-------------|
|
|
2292
|
+
| 🔴 **`DELETE`** | `/Projects/{id}` | Delete one Faults |
|
|
2293
|
+
| 🔵 **`GET`** | `/Projects/{id}` | Get one Faults |
|
|
2294
|
+
| 🔵 **`GET`** | `/Projects` | List of Faults |
|
|
2295
|
+
| 🟢 **`POST`** | `/Projects` | post__Projects |
|
|
2296
|
+
| 🟢 **`POST`** | `/Projects/View` | post__Projects_View |
|
|
2297
|
+
|
|
2298
|
+
### PRTGDetails
|
|
2299
|
+
|
|
2300
|
+
| | Endpoint | Description |
|
|
2301
|
+
|---|----------|-------------|
|
|
2302
|
+
| 🔴 **`DELETE`** | `/PRTGDetails/{id}` | delete__PRTGDetails__id_ |
|
|
2303
|
+
| 🔵 **`GET`** | `/PRTGDetails` | get__PRTGDetails |
|
|
2304
|
+
| 🔵 **`GET`** | `/PRTGDetails/{id}` | get__PRTGDetails__id_ |
|
|
2305
|
+
| 🟢 **`POST`** | `/PRTGDetails` | post__PRTGDetails |
|
|
2306
|
+
|
|
2307
|
+
### PublishProfiles
|
|
2308
|
+
|
|
2309
|
+
| | Endpoint | Description |
|
|
2310
|
+
|---|----------|-------------|
|
|
2311
|
+
| 🔴 **`DELETE`** | `/PublishProfiles/{id}` | delete__PublishProfiles__id_ |
|
|
2312
|
+
| 🔵 **`GET`** | `/PublishProfiles` | get__PublishProfiles |
|
|
2313
|
+
| 🔵 **`GET`** | `/PublishProfiles/{id}` | get__PublishProfiles__id_ |
|
|
2314
|
+
| 🟢 **`POST`** | `/PublishProfiles` | post__PublishProfiles |
|
|
2315
|
+
|
|
2316
|
+
### Qualification
|
|
2317
|
+
|
|
2318
|
+
| | Endpoint | Description |
|
|
2319
|
+
|---|----------|-------------|
|
|
2320
|
+
| 🔴 **`DELETE`** | `/Qualification/{id}` | delete__Qualification__id_ |
|
|
2321
|
+
| 🔵 **`GET`** | `/Qualification/{id}` | Get one Qualification |
|
|
2322
|
+
| 🔵 **`GET`** | `/Qualification` | List of Qualification |
|
|
2323
|
+
| 🟢 **`POST`** | `/Qualification` | post__Qualification |
|
|
2324
|
+
|
|
2325
|
+
### QuickBooksDetails
|
|
2326
|
+
|
|
2327
|
+
| | Endpoint | Description |
|
|
2328
|
+
|---|----------|-------------|
|
|
2329
|
+
| 🔴 **`DELETE`** | `/QuickBooksDetails/{id}` | delete__QuickBooksDetails__id_ |
|
|
2330
|
+
| 🔵 **`GET`** | `/QuickBooksDetails/{id}` | Get one QuickBooksDetails |
|
|
2331
|
+
| 🔵 **`GET`** | `/QuickBooksDetails` | List of QuickBooksDetails |
|
|
2332
|
+
| 🟢 **`POST`** | `/QuickBooksDetails` | post__QuickBooksDetails |
|
|
2333
|
+
|
|
2334
|
+
### QuotationHeader
|
|
2335
|
+
|
|
2336
|
+
| | Endpoint | Description |
|
|
2337
|
+
|---|----------|-------------|
|
|
2338
|
+
| 🔴 **`DELETE`** | `/Quotation/{id}` | delete__Quotation__id_ |
|
|
2339
|
+
| 🔵 **`GET`** | `/Quotation/{id}` | Get one QuotationHeader |
|
|
2340
|
+
| 🔵 **`GET`** | `/Quotation` | List of QuotationHeader |
|
|
2341
|
+
| 🟢 **`POST`** | `/Quotation` | post__Quotation |
|
|
2342
|
+
| 🟢 **`POST`** | `/Quotation/Approval` | post__Quotation_Approval |
|
|
2343
|
+
| 🟢 **`POST`** | `/Quotation/Lines` | post__Quotation_Lines |
|
|
2344
|
+
| 🟢 **`POST`** | `/Quotation/View` | post__Quotation_View |
|
|
2345
|
+
|
|
2346
|
+
### Raynet
|
|
2347
|
+
|
|
2348
|
+
| | Endpoint | Description |
|
|
2349
|
+
|---|----------|-------------|
|
|
2350
|
+
| 🔵 **`GET`** | `/Raynet/Get` | get__Raynet_Get |
|
|
2351
|
+
|
|
2352
|
+
### RaynetDetails
|
|
2353
|
+
|
|
2354
|
+
| | Endpoint | Description |
|
|
2355
|
+
|---|----------|-------------|
|
|
2356
|
+
| 🔴 **`DELETE`** | `/RaynetDetails/{id}` | delete__RaynetDetails__id_ |
|
|
2357
|
+
| 🔵 **`GET`** | `/RaynetDetails` | get__RaynetDetails |
|
|
2358
|
+
| 🔵 **`GET`** | `/RaynetDetails/{id}` | get__RaynetDetails__id_ |
|
|
2359
|
+
| 🟢 **`POST`** | `/RaynetDetails` | post__RaynetDetails |
|
|
2360
|
+
|
|
2361
|
+
### RecurringInvoiceHeader
|
|
2362
|
+
|
|
2363
|
+
| | Endpoint | Description |
|
|
2364
|
+
|---|----------|-------------|
|
|
2365
|
+
| 🔴 **`DELETE`** | `/RecurringInvoice/{id}` | Delete one InvoiceHeader |
|
|
2366
|
+
| 🔵 **`GET`** | `/RecurringInvoice/{id}` | Get one InvoiceHeader |
|
|
2367
|
+
| 🔵 **`GET`** | `/RecurringInvoice` | List of InvoiceHeader |
|
|
2368
|
+
| 🟢 **`POST`** | `/RecurringInvoice` | post__RecurringInvoice |
|
|
2369
|
+
| 🟢 **`POST`** | `/RecurringInvoice/Lines` | post__RecurringInvoice_Lines |
|
|
2370
|
+
| 🟢 **`POST`** | `/RecurringInvoice/process` | post__RecurringInvoice_process |
|
|
2371
|
+
| 🟢 **`POST`** | `/RecurringInvoice/updatelines` | post__RecurringInvoice_updatelines |
|
|
2372
|
+
|
|
2373
|
+
### Release
|
|
2374
|
+
|
|
2375
|
+
| | Endpoint | Description |
|
|
2376
|
+
|---|----------|-------------|
|
|
2377
|
+
| 🔴 **`DELETE`** | `/Release/{id}` | delete__Release__id_ |
|
|
2378
|
+
| 🔵 **`GET`** | `/Release/{id}` | Get one Release |
|
|
2379
|
+
| 🔵 **`GET`** | `/Release` | get__Release |
|
|
2380
|
+
| 🟢 **`POST`** | `/Release` | post__Release |
|
|
2381
|
+
|
|
2382
|
+
### ReleaseBranch
|
|
2383
|
+
|
|
2384
|
+
| | Endpoint | Description |
|
|
2385
|
+
|---|----------|-------------|
|
|
2386
|
+
| 🔵 **`GET`** | `/ProductBranch` | List of ReleaseBranch |
|
|
2387
|
+
|
|
2388
|
+
### ReleaseComponent
|
|
2389
|
+
|
|
2390
|
+
| | Endpoint | Description |
|
|
2391
|
+
|---|----------|-------------|
|
|
2392
|
+
| 🔴 **`DELETE`** | `/ProductComponent/{id}` | delete__ProductComponent__id_ |
|
|
2393
|
+
| 🔵 **`GET`** | `/ProductComponent/{id}` | Get one ReleaseComponent |
|
|
2394
|
+
| 🔵 **`GET`** | `/ProductComponent` | List of ReleaseComponent |
|
|
2395
|
+
| 🟢 **`POST`** | `/ProductComponent` | post__ProductComponent |
|
|
2396
|
+
|
|
2397
|
+
### ReleaseNoteGroup
|
|
2398
|
+
|
|
2399
|
+
| | Endpoint | Description |
|
|
2400
|
+
|---|----------|-------------|
|
|
2401
|
+
| 🔴 **`DELETE`** | `/ReleaseNoteGroup/{id}` | delete__ReleaseNoteGroup__id_ |
|
|
2402
|
+
| 🔵 **`GET`** | `/ReleaseNoteGroup/{id}` | Get one ReleaseNoteGroup |
|
|
2403
|
+
| 🔵 **`GET`** | `/ReleaseNoteGroup` | get__ReleaseNoteGroup |
|
|
2404
|
+
| 🟢 **`POST`** | `/ReleaseNoteGroup` | post__ReleaseNoteGroup |
|
|
2405
|
+
|
|
2406
|
+
### ReleasePipeline
|
|
2407
|
+
|
|
2408
|
+
| | Endpoint | Description |
|
|
2409
|
+
|---|----------|-------------|
|
|
2410
|
+
| 🔴 **`DELETE`** | `/ReleasePipeline/{id}` | delete__ReleasePipeline__id_ |
|
|
2411
|
+
| 🔵 **`GET`** | `/ReleasePipeline` | get__ReleasePipeline |
|
|
2412
|
+
| 🔵 **`GET`** | `/ReleasePipeline/{id}` | get__ReleasePipeline__id_ |
|
|
2413
|
+
| 🟢 **`POST`** | `/ReleasePipeline` | post__ReleasePipeline |
|
|
2414
|
+
|
|
2415
|
+
### ReleaseProduct
|
|
2416
|
+
|
|
2417
|
+
| | Endpoint | Description |
|
|
2418
|
+
|---|----------|-------------|
|
|
2419
|
+
| 🔴 **`DELETE`** | `/Product/{id}` | delete__Product__id_ |
|
|
2420
|
+
| 🔵 **`GET`** | `/Product/{id}` | Get one ReleaseProduct |
|
|
2421
|
+
| 🔵 **`GET`** | `/Product` | List of ReleaseProduct |
|
|
2422
|
+
| 🟢 **`POST`** | `/Product` | post__Product |
|
|
2423
|
+
|
|
2424
|
+
### ReleaseType
|
|
2425
|
+
|
|
2426
|
+
| | Endpoint | Description |
|
|
2427
|
+
|---|----------|-------------|
|
|
2428
|
+
| 🔴 **`DELETE`** | `/ReleaseType/{id}` | delete__ReleaseType__id_ |
|
|
2429
|
+
| 🔵 **`GET`** | `/ReleaseType/{id}` | Get one ReleaseType |
|
|
2430
|
+
| 🔵 **`GET`** | `/ReleaseType` | get__ReleaseType |
|
|
2431
|
+
| 🟢 **`POST`** | `/ReleaseType` | post__ReleaseType |
|
|
2432
|
+
|
|
2433
|
+
### RemoteSessionData
|
|
2434
|
+
|
|
2435
|
+
| | Endpoint | Description |
|
|
2436
|
+
|---|----------|-------------|
|
|
2437
|
+
| 🔴 **`DELETE`** | `/RemoteSession/{id}` | delete__RemoteSession__id_ |
|
|
2438
|
+
| 🔵 **`GET`** | `/RemoteSession/{id}` | Get one RemoteSessionData |
|
|
2439
|
+
| 🔵 **`GET`** | `/RemoteSession` | List of RemoteSessionData |
|
|
2440
|
+
| 🟢 **`POST`** | `/RemoteSession` | post__RemoteSession |
|
|
2441
|
+
|
|
2442
|
+
### RemoteSessionTeams
|
|
2443
|
+
|
|
2444
|
+
| | Endpoint | Description |
|
|
2445
|
+
|---|----------|-------------|
|
|
2446
|
+
| 🔵 **`GET`** | `/RemoteSessionTeams` | List of RemoteSessionTeams |
|
|
2447
|
+
|
|
2448
|
+
### ReportData
|
|
2449
|
+
|
|
2450
|
+
| | Endpoint | Description |
|
|
2451
|
+
|---|----------|-------------|
|
|
2452
|
+
| 🔵 **`GET`** | `/ReportData/{publishedid}` | get__ReportData__publishedid_ |
|
|
2453
|
+
|
|
2454
|
+
### ReportRepository
|
|
2455
|
+
|
|
2456
|
+
| | Endpoint | Description |
|
|
2457
|
+
|---|----------|-------------|
|
|
2458
|
+
| 🔵 **`GET`** | `/ReportRepository/{id}` | Get one AnalyzerProfile |
|
|
2459
|
+
| 🔵 **`GET`** | `/ReportRepository` | List of AnalyzerProfile |
|
|
2460
|
+
| 🔵 **`GET`** | `/ReportRepository/ReportCategories` | List of Lookup |
|
|
2461
|
+
|
|
2462
|
+
### RequestType
|
|
2463
|
+
|
|
2464
|
+
| | Endpoint | Description |
|
|
2465
|
+
|---|----------|-------------|
|
|
2466
|
+
| 🔴 **`DELETE`** | `/TicketType/{id}` | delete__TicketType__id_ |
|
|
2467
|
+
| 🔵 **`GET`** | `/TicketType/{id}` | Get one RequestType |
|
|
2468
|
+
| 🔵 **`GET`** | `/TicketType` | List of RequestType |
|
|
2469
|
+
| 🟢 **`POST`** | `/TicketType` | post__TicketType |
|
|
2470
|
+
|
|
2471
|
+
### RequestTypeField
|
|
2472
|
+
|
|
2473
|
+
| | Endpoint | Description |
|
|
2474
|
+
|---|----------|-------------|
|
|
2475
|
+
| 🔵 **`GET`** | `/TicketTypeField` | List of RequestTypeField |
|
|
2476
|
+
|
|
2477
|
+
### RequestTypeGroup
|
|
2478
|
+
|
|
2479
|
+
| | Endpoint | Description |
|
|
2480
|
+
|---|----------|-------------|
|
|
2481
|
+
| 🔴 **`DELETE`** | `/TicketTypeGroup/{id}` | delete__TicketTypeGroup__id_ |
|
|
2482
|
+
| 🔵 **`GET`** | `/TicketTypeGroup/{id}` | Get one RequestTypeGroup |
|
|
2483
|
+
| 🔵 **`GET`** | `/TicketTypeGroup` | get__TicketTypeGroup |
|
|
2484
|
+
| 🟢 **`POST`** | `/TicketTypeGroup` | post__TicketTypeGroup |
|
|
2485
|
+
|
|
2486
|
+
### ResourceType
|
|
2487
|
+
|
|
2488
|
+
| | Endpoint | Description |
|
|
2489
|
+
|---|----------|-------------|
|
|
2490
|
+
| 🔵 **`GET`** | `/ResourceType` | get__ResourceType |
|
|
2491
|
+
| 🔵 **`GET`** | `/ResourceType/{id}` | get__ResourceType__id_ |
|
|
2492
|
+
|
|
2493
|
+
### Roadmap
|
|
2494
|
+
|
|
2495
|
+
| | Endpoint | Description |
|
|
2496
|
+
|---|----------|-------------|
|
|
2497
|
+
| 🔵 **`GET`** | `/Roadmap` | get__Roadmap |
|
|
2498
|
+
|
|
2499
|
+
### SageBusinessCloudDetails
|
|
2500
|
+
|
|
2501
|
+
| | Endpoint | Description |
|
|
2502
|
+
|---|----------|-------------|
|
|
2503
|
+
| 🔴 **`DELETE`** | `/SageBusinessCloudDetails/{id}` | delete__SageBusinessCloudDetails__id_ |
|
|
2504
|
+
| 🔵 **`GET`** | `/SageBusinessCloudDetails/{id}` | Get one SageBusinessCloudDetails |
|
|
2505
|
+
| 🔵 **`GET`** | `/SageBusinessCloudDetails` | List of SageBusinessCloudDetails |
|
|
2506
|
+
| 🟢 **`POST`** | `/SageBusinessCloudDetails` | post__SageBusinessCloudDetails |
|
|
2507
|
+
|
|
2508
|
+
### SalesMailbox
|
|
2509
|
+
|
|
2510
|
+
| | Endpoint | Description |
|
|
2511
|
+
|---|----------|-------------|
|
|
2512
|
+
| 🔴 **`DELETE`** | `/SalesMailbox/{id}` | delete__SalesMailbox__id_ |
|
|
2513
|
+
| 🔵 **`GET`** | `/SalesMailbox/{id}` | Get one SalesMailbox |
|
|
2514
|
+
| 🔵 **`GET`** | `/SalesMailbox` | get__SalesMailbox |
|
|
2515
|
+
| 🟢 **`POST`** | `/SalesMailbox` | post__SalesMailbox |
|
|
2516
|
+
|
|
2517
|
+
### SalesMailboxDetail
|
|
2518
|
+
|
|
2519
|
+
| | Endpoint | Description |
|
|
2520
|
+
|---|----------|-------------|
|
|
2521
|
+
| 🟢 **`POST`** | `/SalesMailboxDetail` | post__SalesMailboxDetail |
|
|
2522
|
+
|
|
2523
|
+
### SavedForecast
|
|
2524
|
+
|
|
2525
|
+
| | Endpoint | Description |
|
|
2526
|
+
|---|----------|-------------|
|
|
2527
|
+
| 🔴 **`DELETE`** | `/SavedForecast/{id}` | delete__SavedForecast__id_ |
|
|
2528
|
+
| 🔵 **`GET`** | `/SavedForecast` | get__SavedForecast |
|
|
2529
|
+
| 🔵 **`GET`** | `/SavedForecast/{id}` | get__SavedForecast__id_ |
|
|
2530
|
+
| 🟢 **`POST`** | `/SavedForecast` | post__SavedForecast |
|
|
2531
|
+
|
|
2532
|
+
### Schedule
|
|
2533
|
+
|
|
2534
|
+
| | Endpoint | Description |
|
|
2535
|
+
|---|----------|-------------|
|
|
2536
|
+
| 🔵 **`GET`** | `/Schedule/{id}` | Get one Schedule |
|
|
2537
|
+
| 🔵 **`GET`** | `/Schedule` | List of Schedule |
|
|
2538
|
+
| 🟢 **`POST`** | `/Schedule` | post__Schedule |
|
|
2539
|
+
|
|
2540
|
+
### ScheduleOccurrence
|
|
2541
|
+
|
|
2542
|
+
| | Endpoint | Description |
|
|
2543
|
+
|---|----------|-------------|
|
|
2544
|
+
| 🔵 **`GET`** | `/ScheduleOccurrence` | get__ScheduleOccurrence |
|
|
2545
|
+
| 🔵 **`GET`** | `/ScheduleOccurrence/{id}` | get__ScheduleOccurrence__id_ |
|
|
2546
|
+
| 🟢 **`POST`** | `/ScheduleOccurrence` | post__ScheduleOccurrence |
|
|
2547
|
+
|
|
2548
|
+
### ScreenLayout
|
|
2549
|
+
|
|
2550
|
+
| | Endpoint | Description |
|
|
2551
|
+
|---|----------|-------------|
|
|
2552
|
+
| 🔴 **`DELETE`** | `/ScreenLayout/{id}` | delete__ScreenLayout__id_ |
|
|
2553
|
+
| 🔵 **`GET`** | `/ScreenLayout/{id}` | Get one ScreenLayout |
|
|
2554
|
+
| 🔵 **`GET`** | `/ScreenLayout` | List of ScreenLayout |
|
|
2555
|
+
| 🟢 **`POST`** | `/ScreenLayout` | post__ScreenLayout |
|
|
2556
|
+
|
|
2557
|
+
### ScriptHeader
|
|
2558
|
+
|
|
2559
|
+
| | Endpoint | Description |
|
|
2560
|
+
|---|----------|-------------|
|
|
2561
|
+
| 🔴 **`DELETE`** | `/CallScript/{id}` | delete__CallScript__id_ |
|
|
2562
|
+
| 🔵 **`GET`** | `/CallScript/{id}` | Get one ScriptHeader |
|
|
2563
|
+
| 🔵 **`GET`** | `/CallScript` | get__CallScript |
|
|
2564
|
+
| 🟢 **`POST`** | `/CallScript` | post__CallScript |
|
|
2565
|
+
|
|
2566
|
+
### Search
|
|
2567
|
+
|
|
2568
|
+
| | Endpoint | Description |
|
|
2569
|
+
|---|----------|-------------|
|
|
2570
|
+
| 🔵 **`GET`** | `/Search` | List of Search |
|
|
2571
|
+
|
|
2572
|
+
### SectionDetail
|
|
2573
|
+
|
|
2574
|
+
| | Endpoint | Description |
|
|
2575
|
+
|---|----------|-------------|
|
|
2576
|
+
| 🔴 **`DELETE`** | `/Team/{id}` | delete__Team__id_ |
|
|
2577
|
+
| 🔵 **`GET`** | `/Team/{id}` | Get one SectionDetail |
|
|
2578
|
+
| 🔵 **`GET`** | `/Team/Tree` | get__Team_Tree |
|
|
2579
|
+
| 🔵 **`GET`** | `/Team` | List of SectionDetail |
|
|
2580
|
+
| 🟢 **`POST`** | `/Team` | post__Team |
|
|
2581
|
+
|
|
2582
|
+
### SecureSecretLink
|
|
2583
|
+
|
|
2584
|
+
| | Endpoint | Description |
|
|
2585
|
+
|---|----------|-------------|
|
|
2586
|
+
| 🔴 **`DELETE`** | `/SecureSecretLink/{id}` | delete__SecureSecretLink__id_ |
|
|
2587
|
+
| 🔵 **`GET`** | `/SecureSecretLink` | get__SecureSecretLink |
|
|
2588
|
+
| 🔵 **`GET`** | `/SecureSecretLink/{id}` | get__SecureSecretLink__id_ |
|
|
2589
|
+
| 🔵 **`GET`** | `/SecureSecretLink/validate` | get__SecureSecretLink_validate |
|
|
2590
|
+
| 🟢 **`POST`** | `/SecureSecretLink` | post__SecureSecretLink |
|
|
2591
|
+
|
|
2592
|
+
### SecurityCheck
|
|
2593
|
+
|
|
2594
|
+
| | Endpoint | Description |
|
|
2595
|
+
|---|----------|-------------|
|
|
2596
|
+
| 🔵 **`GET`** | `/SecurityCheck` | get__SecurityCheck |
|
|
2597
|
+
|
|
2598
|
+
### SecurityQuestion
|
|
2599
|
+
|
|
2600
|
+
| | Endpoint | Description |
|
|
2601
|
+
|---|----------|-------------|
|
|
2602
|
+
| 🔴 **`DELETE`** | `/SecurityQuestion/{id}` | delete__SecurityQuestion__id_ |
|
|
2603
|
+
| 🔵 **`GET`** | `/SecurityQuestion/{id}` | Get one SecurityQuestion |
|
|
2604
|
+
| 🔵 **`GET`** | `/SecurityQuestion` | get__SecurityQuestion |
|
|
2605
|
+
| 🟢 **`POST`** | `/SecurityQuestion` | post__SecurityQuestion |
|
|
2606
|
+
|
|
2607
|
+
### SecurityQuestionValidate
|
|
2608
|
+
|
|
2609
|
+
| | Endpoint | Description |
|
|
2610
|
+
|---|----------|-------------|
|
|
2611
|
+
| 🔵 **`GET`** | `/SecurityQuestionValidate` | get__SecurityQuestionValidate |
|
|
2612
|
+
| 🟢 **`POST`** | `/SecurityQuestionValidate` | post__SecurityQuestionValidate |
|
|
2613
|
+
|
|
2614
|
+
### SentinelOne
|
|
2615
|
+
|
|
2616
|
+
| | Endpoint | Description |
|
|
2617
|
+
|---|----------|-------------|
|
|
2618
|
+
| 🔵 **`GET`** | `/SentinelOne/Get` | get__SentinelOne_Get |
|
|
2619
|
+
|
|
2620
|
+
### SentinelOneDetails
|
|
2621
|
+
|
|
2622
|
+
| | Endpoint | Description |
|
|
2623
|
+
|---|----------|-------------|
|
|
2624
|
+
| 🔴 **`DELETE`** | `/SentinelOneDetails/{id}` | delete__SentinelOneDetails__id_ |
|
|
2625
|
+
| 🔵 **`GET`** | `/SentinelOneDetails` | get__SentinelOneDetails |
|
|
2626
|
+
| 🔵 **`GET`** | `/SentinelOneDetails/{id}` | get__SentinelOneDetails__id_ |
|
|
2627
|
+
| 🟢 **`POST`** | `/SentinelOneDetails` | post__SentinelOneDetails |
|
|
2628
|
+
|
|
2629
|
+
### ServiceAvailability
|
|
2630
|
+
|
|
2631
|
+
| | Endpoint | Description |
|
|
2632
|
+
|---|----------|-------------|
|
|
2633
|
+
| 🔴 **`DELETE`** | `/ServiceAvailability/{id}` | delete__ServiceAvailability__id_ |
|
|
2634
|
+
| 🔵 **`GET`** | `/ServiceAvailability` | get__ServiceAvailability |
|
|
2635
|
+
| 🔵 **`GET`** | `/ServiceAvailability/{id}` | get__ServiceAvailability__id_ |
|
|
2636
|
+
| 🟢 **`POST`** | `/ServiceAvailability` | post__ServiceAvailability |
|
|
2637
|
+
|
|
2638
|
+
### ServiceCategory
|
|
2639
|
+
|
|
2640
|
+
| | Endpoint | Description |
|
|
2641
|
+
|---|----------|-------------|
|
|
2642
|
+
| 🔴 **`DELETE`** | `/ServiceCategory/{id}` | delete__ServiceCategory__id_ |
|
|
2643
|
+
| 🔵 **`GET`** | `/ServiceCategory/{id}` | Get one ServiceCategory |
|
|
2644
|
+
| 🔵 **`GET`** | `/ServiceCategory` | List of ServiceCategory |
|
|
2645
|
+
| 🟢 **`POST`** | `/ServiceCategory` | post__ServiceCategory |
|
|
2646
|
+
|
|
2647
|
+
### ServiceRequestDetails
|
|
2648
|
+
|
|
2649
|
+
| | Endpoint | Description |
|
|
2650
|
+
|---|----------|-------------|
|
|
2651
|
+
| 🔵 **`GET`** | `/ServiceRequestDetails/{id}` | Get one ServiceRequestDetails |
|
|
2652
|
+
| 🔵 **`GET`** | `/ServiceRequestDetails` | List of ServiceRequestDetails |
|
|
2653
|
+
|
|
2654
|
+
### ServiceRestriction
|
|
2655
|
+
|
|
2656
|
+
| | Endpoint | Description |
|
|
2657
|
+
|---|----------|-------------|
|
|
2658
|
+
| 🔵 **`GET`** | `/ServiceRestriction` | List of ServiceRestriction |
|
|
2659
|
+
|
|
2660
|
+
### ServSite
|
|
2661
|
+
|
|
2662
|
+
| | Endpoint | Description |
|
|
2663
|
+
|---|----------|-------------|
|
|
2664
|
+
| 🔴 **`DELETE`** | `/Service/{id}` | delete__Service__id_ |
|
|
2665
|
+
| 🔵 **`GET`** | `/Service/{id}` | Get one ServSite |
|
|
2666
|
+
| 🔵 **`GET`** | `/Service` | List of ServSite |
|
|
2667
|
+
| 🟢 **`POST`** | `/Service` | post__Service |
|
|
2668
|
+
| 🟢 **`POST`** | `/Service/unsubscribe` | post__Service_unsubscribe |
|
|
2669
|
+
|
|
2670
|
+
### ServStatus
|
|
2671
|
+
|
|
2672
|
+
| | Endpoint | Description |
|
|
2673
|
+
|---|----------|-------------|
|
|
2674
|
+
| 🔴 **`DELETE`** | `/ServiceStatus/{id}` | delete__ServiceStatus__id_ |
|
|
2675
|
+
| 🔵 **`GET`** | `/ServiceStatus/{id}` | Get one ServStatus |
|
|
2676
|
+
| 🔵 **`GET`** | `/ServiceStatus/Subscribe/{id}` | get__ServiceStatus_Subscribe__id_ |
|
|
2677
|
+
| 🔵 **`GET`** | `/ServiceStatus` | List of ServStatus |
|
|
2678
|
+
| 🟢 **`POST`** | `/ServiceStatus` | post__ServiceStatus |
|
|
2679
|
+
| 🟢 **`POST`** | `/ServiceStatus/Subscribe` | post__ServiceStatus_Subscribe |
|
|
2680
|
+
|
|
2681
|
+
### SetupTab
|
|
2682
|
+
|
|
2683
|
+
| | Endpoint | Description |
|
|
2684
|
+
|---|----------|-------------|
|
|
2685
|
+
| 🔵 **`GET`** | `/SetupTab/{id}` | Get one SetupTab |
|
|
2686
|
+
| 🔵 **`GET`** | `/SetupTab` | get__SetupTab |
|
|
2687
|
+
| 🟢 **`POST`** | `/SetupTab` | post__SetupTab |
|
|
2688
|
+
|
|
2689
|
+
### SetupTabGroup
|
|
2690
|
+
|
|
2691
|
+
| | Endpoint | Description |
|
|
2692
|
+
|---|----------|-------------|
|
|
2693
|
+
| 🔵 **`GET`** | `/SetupTabGroup/{id}` | Get one SetupTabGroup |
|
|
2694
|
+
| 🔵 **`GET`** | `/SetupTabGroup` | get__SetupTabGroup |
|
|
2695
|
+
|
|
2696
|
+
### SharePoint
|
|
2697
|
+
|
|
2698
|
+
| | Endpoint | Description |
|
|
2699
|
+
|---|----------|-------------|
|
|
2700
|
+
| 🔵 **`GET`** | `/SharePoint/Get` | get__SharePoint_Get |
|
|
2701
|
+
|
|
2702
|
+
### ShopifyDetails
|
|
2703
|
+
|
|
2704
|
+
| | Endpoint | Description |
|
|
2705
|
+
|---|----------|-------------|
|
|
2706
|
+
| 🔴 **`DELETE`** | `/ShopifyDetails/{id}` | delete__ShopifyDetails__id_ |
|
|
2707
|
+
| 🔵 **`GET`** | `/ShopifyDetails` | get__ShopifyDetails |
|
|
2708
|
+
| 🔵 **`GET`** | `/ShopifyDetails/{id}` | get__ShopifyDetails__id_ |
|
|
2709
|
+
| 🟢 **`POST`** | `/ShopifyDetails` | post__ShopifyDetails |
|
|
2710
|
+
|
|
2711
|
+
### Site
|
|
2712
|
+
|
|
2713
|
+
| | Endpoint | Description |
|
|
2714
|
+
|---|----------|-------------|
|
|
2715
|
+
| 🔴 **`DELETE`** | `/Site/{id}` | delete__Site__id_ |
|
|
2716
|
+
| 🔵 **`GET`** | `/Site/{id}` | Get one Site |
|
|
2717
|
+
| 🔵 **`GET`** | `/Site/StockBins` | get__Site_StockBins |
|
|
2718
|
+
| 🔵 **`GET`** | `/Site` | List of Site |
|
|
2719
|
+
| 🟢 **`POST`** | `/Site` | post__Site |
|
|
2720
|
+
|
|
2721
|
+
### Slack
|
|
2722
|
+
|
|
2723
|
+
| | Endpoint | Description |
|
|
2724
|
+
|---|----------|-------------|
|
|
2725
|
+
| 🟢 **`POST`** | `/Slack/Command` | post__Slack_Command |
|
|
2726
|
+
| 🟢 **`POST`** | `/Slack/Event` | post__Slack_Event |
|
|
2727
|
+
| 🟢 **`POST`** | `/Slack/Interactivity` | post__Slack_Interactivity |
|
|
2728
|
+
| 🟢 **`POST`** | `/Slack/Manifest` | post__Slack_Manifest |
|
|
2729
|
+
|
|
2730
|
+
### SlackChatApp
|
|
2731
|
+
|
|
2732
|
+
| | Endpoint | Description |
|
|
2733
|
+
|---|----------|-------------|
|
|
2734
|
+
| 🔴 **`DELETE`** | `/SlackChatApp/{id}` | delete__SlackChatApp__id_ |
|
|
2735
|
+
| 🔵 **`GET`** | `/SlackChatApp` | get__SlackChatApp |
|
|
2736
|
+
| 🔵 **`GET`** | `/SlackChatApp/{id}` | get__SlackChatApp__id_ |
|
|
2737
|
+
| 🟢 **`POST`** | `/SlackChatApp` | post__SlackChatApp |
|
|
2738
|
+
|
|
2739
|
+
### SlackDetails
|
|
2740
|
+
|
|
2741
|
+
| | Endpoint | Description |
|
|
2742
|
+
|---|----------|-------------|
|
|
2743
|
+
| 🔴 **`DELETE`** | `/SlackDetails/{id}` | delete__SlackDetails__id_ |
|
|
2744
|
+
| 🔵 **`GET`** | `/SlackDetails/{id}` | Get one SlackDetails |
|
|
2745
|
+
| 🔵 **`GET`** | `/SlackDetails` | List of SlackDetails |
|
|
2746
|
+
| 🟢 **`POST`** | `/SlackDetails` | post__SlackDetails |
|
|
2747
|
+
| 🟢 **`POST`** | `/SlackDetails/Uninstall` | post__SlackDetails_Uninstall |
|
|
2748
|
+
|
|
2749
|
+
### SlaHead
|
|
2750
|
+
|
|
2751
|
+
| | Endpoint | Description |
|
|
2752
|
+
|---|----------|-------------|
|
|
2753
|
+
| 🔴 **`DELETE`** | `/SLA/{id}` | delete__SLA__id_ |
|
|
2754
|
+
| 🔵 **`GET`** | `/SLA/{id}` | Get one SlaHead |
|
|
2755
|
+
| 🔵 **`GET`** | `/SLA` | List of SlaHead |
|
|
2756
|
+
| 🟢 **`POST`** | `/SLA` | post__SLA |
|
|
2757
|
+
|
|
2758
|
+
### SnipeITDetails
|
|
2759
|
+
|
|
2760
|
+
| | Endpoint | Description |
|
|
2761
|
+
|---|----------|-------------|
|
|
2762
|
+
| 🔴 **`DELETE`** | `/SnipeITDetails/{id}` | delete__SnipeITDetails__id_ |
|
|
2763
|
+
| 🔵 **`GET`** | `/SnipeITDetails` | get__SnipeITDetails |
|
|
2764
|
+
| 🔵 **`GET`** | `/SnipeITDetails/{id}` | get__SnipeITDetails__id_ |
|
|
2765
|
+
| 🟢 **`POST`** | `/SnipeITDetails` | post__SnipeITDetails |
|
|
2766
|
+
|
|
2767
|
+
### SnowDetails
|
|
2768
|
+
|
|
2769
|
+
| | Endpoint | Description |
|
|
2770
|
+
|---|----------|-------------|
|
|
2771
|
+
| 🔴 **`DELETE`** | `/SnowDetails/{id}` | delete__SnowDetails__id_ |
|
|
2772
|
+
| 🔵 **`GET`** | `/SnowDetails/{id}` | Get one SnowDetails |
|
|
2773
|
+
| 🔵 **`GET`** | `/SnowDetails` | List of SnowDetails |
|
|
2774
|
+
| 🟢 **`POST`** | `/SnowDetails` | post__SnowDetails |
|
|
2775
|
+
|
|
2776
|
+
### SQLImport
|
|
2777
|
+
|
|
2778
|
+
| | Endpoint | Description |
|
|
2779
|
+
|---|----------|-------------|
|
|
2780
|
+
| 🔴 **`DELETE`** | `/SQLImport/{id}` | delete__SQLImport__id_ |
|
|
2781
|
+
| 🔵 **`GET`** | `/SQLImport/{id}` | Get one SQLImport |
|
|
2782
|
+
| 🔵 **`GET`** | `/SQLImport` | List of SQLImport |
|
|
2783
|
+
| 🟢 **`POST`** | `/SQLImport` | post__SQLImport |
|
|
2784
|
+
|
|
2785
|
+
### StdRequest
|
|
2786
|
+
|
|
2787
|
+
| | Endpoint | Description |
|
|
2788
|
+
|---|----------|-------------|
|
|
2789
|
+
| 🔴 **`DELETE`** | `/Template/{id}` | delete__Template__id_ |
|
|
2790
|
+
| 🔵 **`GET`** | `/Template/{id}` | Get one StdRequest |
|
|
2791
|
+
| 🔵 **`GET`** | `/Template` | List of StdRequest |
|
|
2792
|
+
| 🟢 **`POST`** | `/Template` | post__Template |
|
|
2793
|
+
|
|
2794
|
+
### StockBin
|
|
2795
|
+
|
|
2796
|
+
| | Endpoint | Description |
|
|
2797
|
+
|---|----------|-------------|
|
|
2798
|
+
| 🔴 **`DELETE`** | `/StockBin/{id}` | delete__StockBin__id_ |
|
|
2799
|
+
| 🔵 **`GET`** | `/StockBin` | get__StockBin |
|
|
2800
|
+
| 🔵 **`GET`** | `/StockBin/{id}` | get__StockBin__id_ |
|
|
2801
|
+
| 🟢 **`POST`** | `/StockBin` | post__StockBin |
|
|
2802
|
+
|
|
2803
|
+
### StreamOneIonDetails
|
|
2804
|
+
|
|
2805
|
+
| | Endpoint | Description |
|
|
2806
|
+
|---|----------|-------------|
|
|
2807
|
+
| 🔴 **`DELETE`** | `/StreamOneIonDetails/{id}` | delete__StreamOneIonDetails__id_ |
|
|
2808
|
+
| 🔵 **`GET`** | `/StreamOneIonDetails` | get__StreamOneIonDetails |
|
|
2809
|
+
| 🔵 **`GET`** | `/StreamOneIonDetails/{id}` | get__StreamOneIonDetails__id_ |
|
|
2810
|
+
| 🟢 **`POST`** | `/StreamOneIonDetails` | post__StreamOneIonDetails |
|
|
2811
|
+
|
|
2812
|
+
### StyleProfile
|
|
2813
|
+
|
|
2814
|
+
| | Endpoint | Description |
|
|
2815
|
+
|---|----------|-------------|
|
|
2816
|
+
| 🔴 **`DELETE`** | `/StyleProfile/{id}` | delete__StyleProfile__id_ |
|
|
2817
|
+
| 🔵 **`GET`** | `/StyleProfile` | get__StyleProfile |
|
|
2818
|
+
| 🔵 **`GET`** | `/StyleProfile/{id}` | get__StyleProfile__id_ |
|
|
2819
|
+
| 🟢 **`POST`** | `/StyleProfile` | post__StyleProfile |
|
|
2820
|
+
|
|
2821
|
+
### SupplierOrderHeader
|
|
2822
|
+
|
|
2823
|
+
| | Endpoint | Description |
|
|
2824
|
+
|---|----------|-------------|
|
|
2825
|
+
| 🔴 **`DELETE`** | `/PurchaseOrder/{id}` | delete__PurchaseOrder__id_ |
|
|
2826
|
+
| 🔵 **`GET`** | `/PurchaseOrder/{id}` | Get one SupplierOrderHeader |
|
|
2827
|
+
| 🔵 **`GET`** | `/PurchaseOrder` | List of SupplierOrderHeader |
|
|
2828
|
+
| 🟢 **`POST`** | `/PurchaseOrder` | post__PurchaseOrder |
|
|
2829
|
+
| 🟢 **`POST`** | `/PurchaseOrder/confirmreceipt` | post__PurchaseOrder_confirmreceipt |
|
|
2830
|
+
| 🟢 **`POST`** | `/PurchaseOrder/View` | post__PurchaseOrder_View |
|
|
2831
|
+
|
|
2832
|
+
### SynnexDetails
|
|
2833
|
+
|
|
2834
|
+
| | Endpoint | Description |
|
|
2835
|
+
|---|----------|-------------|
|
|
2836
|
+
| 🔴 **`DELETE`** | `/SynnexDetails/{id}` | delete__SynnexDetails__id_ |
|
|
2837
|
+
| 🔵 **`GET`** | `/SynnexDetails/{id}` | Get one IngramMicroDetails |
|
|
2838
|
+
| 🔵 **`GET`** | `/SynnexDetails` | get__SynnexDetails |
|
|
2839
|
+
| 🟢 **`POST`** | `/SynnexDetails` | post__SynnexDetails |
|
|
2840
|
+
|
|
2841
|
+
### Tabname
|
|
2842
|
+
|
|
2843
|
+
| | Endpoint | Description |
|
|
2844
|
+
|---|----------|-------------|
|
|
2845
|
+
| 🔴 **`DELETE`** | `/Tabs/{id}` | delete__Tabs__id_ |
|
|
2846
|
+
| 🔵 **`GET`** | `/Tabs/{id}` | Get one Tabname |
|
|
2847
|
+
| 🔵 **`GET`** | `/Tabs` | List of Tabname |
|
|
2848
|
+
| 🟢 **`POST`** | `/Tabs` | post__Tabs |
|
|
2849
|
+
|
|
2850
|
+
### Tag
|
|
2851
|
+
|
|
2852
|
+
| | Endpoint | Description |
|
|
2853
|
+
|---|----------|-------------|
|
|
2854
|
+
| 🔴 **`DELETE`** | `/Tags/{id}` | delete__Tags__id_ |
|
|
2855
|
+
| 🔵 **`GET`** | `/Tags/{id}` | Get one Tag |
|
|
2856
|
+
| 🔵 **`GET`** | `/Tags` | get__Tags |
|
|
2857
|
+
| 🟢 **`POST`** | `/Tags` | post__Tags |
|
|
2858
|
+
|
|
2859
|
+
### TaniumDetails
|
|
2860
|
+
|
|
2861
|
+
| | Endpoint | Description |
|
|
2862
|
+
|---|----------|-------------|
|
|
2863
|
+
| 🔴 **`DELETE`** | `/TaniumDetails/{id}` | delete__TaniumDetails__id_ |
|
|
2864
|
+
| 🔵 **`GET`** | `/TaniumDetails` | get__TaniumDetails |
|
|
2865
|
+
| 🔵 **`GET`** | `/TaniumDetails/{id}` | get__TaniumDetails__id_ |
|
|
2866
|
+
| 🟢 **`POST`** | `/TaniumDetails` | post__TaniumDetails |
|
|
2867
|
+
|
|
2868
|
+
### TaskMonitorEvent
|
|
2869
|
+
|
|
2870
|
+
| | Endpoint | Description |
|
|
2871
|
+
|---|----------|-------------|
|
|
2872
|
+
| 🔵 **`GET`** | `/TaskMonitorEvent` | get__TaskMonitorEvent |
|
|
2873
|
+
|
|
2874
|
+
### TaskSchedule
|
|
2875
|
+
|
|
2876
|
+
| | Endpoint | Description |
|
|
2877
|
+
|---|----------|-------------|
|
|
2878
|
+
| 🔵 **`GET`** | `/TaskSchedule` | get__TaskSchedule |
|
|
2879
|
+
| 🟢 **`POST`** | `/TaskSchedule` | post__TaskSchedule |
|
|
2880
|
+
|
|
2881
|
+
### TaskTrace
|
|
2882
|
+
|
|
2883
|
+
| | Endpoint | Description |
|
|
2884
|
+
|---|----------|-------------|
|
|
2885
|
+
| 🔵 **`GET`** | `/TaskTrace` | get__TaskTrace |
|
|
2886
|
+
| 🔵 **`GET`** | `/TaskTrace/{id}` | get__TaskTrace__id_ |
|
|
2887
|
+
|
|
2888
|
+
### Tax
|
|
2889
|
+
|
|
2890
|
+
| | Endpoint | Description |
|
|
2891
|
+
|---|----------|-------------|
|
|
2892
|
+
| 🔴 **`DELETE`** | `/Tax/{id}` | delete__Tax__id_ |
|
|
2893
|
+
| 🔵 **`GET`** | `/Tax/{id}` | Get one Tax |
|
|
2894
|
+
| 🔵 **`GET`** | `/Tax` | List of Tax |
|
|
2895
|
+
| 🟢 **`POST`** | `/Tax` | post__Tax |
|
|
2896
|
+
|
|
2897
|
+
### TaxRule
|
|
2898
|
+
|
|
2899
|
+
| | Endpoint | Description |
|
|
2900
|
+
|---|----------|-------------|
|
|
2901
|
+
| 🔴 **`DELETE`** | `/TaxRule/{id}` | delete__TaxRule__id_ |
|
|
2902
|
+
| 🔵 **`GET`** | `/TaxRule` | get__TaxRule |
|
|
2903
|
+
| 🔵 **`GET`** | `/TaxRule/{id}` | get__TaxRule__id_ |
|
|
2904
|
+
| 🟢 **`POST`** | `/TaxRule` | post__TaxRule |
|
|
2905
|
+
|
|
2906
|
+
### TeamImage
|
|
2907
|
+
|
|
2908
|
+
| | Endpoint | Description |
|
|
2909
|
+
|---|----------|-------------|
|
|
2910
|
+
| 🔵 **`GET`** | `/TeamImage/{id}` | get__TeamImage__id_ |
|
|
2911
|
+
|
|
2912
|
+
### TeamsChatMessage
|
|
2913
|
+
|
|
2914
|
+
| | Endpoint | Description |
|
|
2915
|
+
|---|----------|-------------|
|
|
2916
|
+
| 🔴 **`DELETE`** | `/ExternalChatMessage/{id}` | delete__ExternalChatMessage__id_ |
|
|
2917
|
+
| 🔵 **`GET`** | `/ExternalChatMessage` | get__ExternalChatMessage |
|
|
2918
|
+
| 🔵 **`GET`** | `/ExternalChatMessage/{id}` | get__ExternalChatMessage__id_ |
|
|
2919
|
+
| 🟢 **`POST`** | `/ExternalChatMessage` | post__ExternalChatMessage |
|
|
2920
|
+
|
|
2921
|
+
### TechDataResellerDetails
|
|
2922
|
+
|
|
2923
|
+
| | Endpoint | Description |
|
|
2924
|
+
|---|----------|-------------|
|
|
2925
|
+
| 🔴 **`DELETE`** | `/TechDataResellerDetails/{id}` | delete__TechDataResellerDetails__id_ |
|
|
2926
|
+
| 🔵 **`GET`** | `/TechDataResellerDetails` | get__TechDataResellerDetails |
|
|
2927
|
+
| 🔵 **`GET`** | `/TechDataResellerDetails/{id}` | get__TechDataResellerDetails__id_ |
|
|
2928
|
+
| 🟢 **`POST`** | `/TechDataResellerDetails` | post__TechDataResellerDetails |
|
|
2929
|
+
|
|
2930
|
+
### Tenable
|
|
2931
|
+
|
|
2932
|
+
| | Endpoint | Description |
|
|
2933
|
+
|---|----------|-------------|
|
|
2934
|
+
| 🔵 **`GET`** | `/Tenable/Get` | get__Tenable_Get |
|
|
2935
|
+
| 🔵 **`GET`** | `/Tenable/Status` | get__Tenable_Status |
|
|
2936
|
+
| 🟢 **`POST`** | `/Tenable/Cancel` | post__Tenable_Cancel |
|
|
2937
|
+
| 🟢 **`POST`** | `/Tenable/Export` | post__Tenable_Export |
|
|
2938
|
+
|
|
2939
|
+
### TenableDetails
|
|
2940
|
+
|
|
2941
|
+
| | Endpoint | Description |
|
|
2942
|
+
|---|----------|-------------|
|
|
2943
|
+
| 🔴 **`DELETE`** | `/TenableDetails/{id}` | delete__TenableDetails__id_ |
|
|
2944
|
+
| 🔵 **`GET`** | `/TenableDetails` | get__TenableDetails |
|
|
2945
|
+
| 🔵 **`GET`** | `/TenableDetails/{id}` | get__TenableDetails__id_ |
|
|
2946
|
+
| 🟢 **`POST`** | `/TenableDetails` | post__TenableDetails |
|
|
2947
|
+
|
|
2948
|
+
### Tenant
|
|
2949
|
+
|
|
2950
|
+
| | Endpoint | Description |
|
|
2951
|
+
|---|----------|-------------|
|
|
2952
|
+
| 🔵 **`GET`** | `/Tenant` | get__Tenant |
|
|
2953
|
+
| 🟢 **`POST`** | `/Tenant` | post__Tenant |
|
|
2954
|
+
|
|
2955
|
+
### Test1
|
|
2956
|
+
|
|
2957
|
+
| | Endpoint | Description |
|
|
2958
|
+
|---|----------|-------------|
|
|
2959
|
+
| 🔵 **`GET`** | `/Test1` | get__Test1 |
|
|
2960
|
+
|
|
2961
|
+
### Test3
|
|
2962
|
+
|
|
2963
|
+
| | Endpoint | Description |
|
|
2964
|
+
|---|----------|-------------|
|
|
2965
|
+
| 🔵 **`GET`** | `/Test3` | get__Test3 |
|
|
2966
|
+
|
|
2967
|
+
### Test4
|
|
2968
|
+
|
|
2969
|
+
| | Endpoint | Description |
|
|
2970
|
+
|---|----------|-------------|
|
|
2971
|
+
| 🔵 **`GET`** | `/Test4` | get__Test4 |
|
|
2972
|
+
|
|
2973
|
+
### TestError
|
|
2974
|
+
|
|
2975
|
+
| | Endpoint | Description |
|
|
2976
|
+
|---|----------|-------------|
|
|
2977
|
+
| 🔵 **`GET`** | `/TestError` | get__TestError |
|
|
2978
|
+
|
|
2979
|
+
### TicketArea
|
|
2980
|
+
|
|
2981
|
+
| | Endpoint | Description |
|
|
2982
|
+
|---|----------|-------------|
|
|
2983
|
+
| 🔴 **`DELETE`** | `/TicketArea/{id}` | delete__TicketArea__id_ |
|
|
2984
|
+
| 🔵 **`GET`** | `/TicketArea/{id}` | Get one TicketArea |
|
|
2985
|
+
| 🔵 **`GET`** | `/TicketArea` | get__TicketArea |
|
|
2986
|
+
| 🟢 **`POST`** | `/TicketArea` | post__TicketArea |
|
|
2987
|
+
|
|
2988
|
+
### Timesheet
|
|
2989
|
+
|
|
2990
|
+
| | Endpoint | Description |
|
|
2991
|
+
|---|----------|-------------|
|
|
2992
|
+
| 🔵 **`GET`** | `/Timesheet/{id}` | Get one Timesheet |
|
|
2993
|
+
| 🔵 **`GET`** | `/Timesheet` | get__Timesheet |
|
|
2994
|
+
| 🔵 **`GET`** | `/Timesheet/forecasting` | get__Timesheet_forecasting |
|
|
2995
|
+
| 🔵 **`GET`** | `/Timesheet/mine` | get__Timesheet_mine |
|
|
2996
|
+
| 🟢 **`POST`** | `/Timesheet` | post__Timesheet |
|
|
2997
|
+
|
|
2998
|
+
### TimesheetEvent
|
|
2999
|
+
|
|
3000
|
+
| | Endpoint | Description |
|
|
3001
|
+
|---|----------|-------------|
|
|
3002
|
+
| 🔴 **`DELETE`** | `/TimesheetEvent/{id}` | delete__TimesheetEvent__id_ |
|
|
3003
|
+
| 🔵 **`GET`** | `/TimesheetEvent/{id}` | Get one TimesheetEvent |
|
|
3004
|
+
| 🔵 **`GET`** | `/TimesheetEvent/mine` | get__TimesheetEvent_mine |
|
|
3005
|
+
| 🔵 **`GET`** | `/TimesheetEvent` | List of TimesheetEvent |
|
|
3006
|
+
| 🟢 **`POST`** | `/TimesheetEvent` | post__TimesheetEvent |
|
|
3007
|
+
|
|
3008
|
+
### Timeslot
|
|
3009
|
+
|
|
3010
|
+
| | Endpoint | Description |
|
|
3011
|
+
|---|----------|-------------|
|
|
3012
|
+
| 🔵 **`GET`** | `/Timeslot` | List of Timeslot |
|
|
3013
|
+
|
|
3014
|
+
### ToDoGroup
|
|
3015
|
+
|
|
3016
|
+
| | Endpoint | Description |
|
|
3017
|
+
|---|----------|-------------|
|
|
3018
|
+
| 🔴 **`DELETE`** | `/ToDoGroup/{id}` | delete__ToDoGroup__id_ |
|
|
3019
|
+
| 🔵 **`GET`** | `/ToDoGroup` | get__ToDoGroup |
|
|
3020
|
+
| 🔵 **`GET`** | `/ToDoGroup/{id}` | get__ToDoGroup__id_ |
|
|
3021
|
+
| 🟢 **`POST`** | `/ToDoGroup` | post__ToDoGroup |
|
|
3022
|
+
|
|
3023
|
+
### TOutcome
|
|
3024
|
+
|
|
3025
|
+
| | Endpoint | Description |
|
|
3026
|
+
|---|----------|-------------|
|
|
3027
|
+
| 🔴 **`DELETE`** | `/Outcome/{id}` | delete__Outcome__id_ |
|
|
3028
|
+
| 🔵 **`GET`** | `/Outcome/{id}` | Get one TOutcome |
|
|
3029
|
+
| 🔵 **`GET`** | `/Outcome` | List of TOutcome |
|
|
3030
|
+
| 🟢 **`POST`** | `/Outcome` | post__Outcome |
|
|
3031
|
+
|
|
3032
|
+
### Tree
|
|
3033
|
+
|
|
3034
|
+
| | Endpoint | Description |
|
|
3035
|
+
|---|----------|-------------|
|
|
3036
|
+
| 🔴 **`DELETE`** | `/TopLevel/{id}` | delete__TopLevel__id_ |
|
|
3037
|
+
| 🔵 **`GET`** | `/TopLevel/{id}` | Get one Tree |
|
|
3038
|
+
| 🔵 **`GET`** | `/TopLevel` | List of Tree |
|
|
3039
|
+
| 🟢 **`POST`** | `/TopLevel` | post__TopLevel |
|
|
3040
|
+
|
|
3041
|
+
### TStatus
|
|
3042
|
+
|
|
3043
|
+
| | Endpoint | Description |
|
|
3044
|
+
|---|----------|-------------|
|
|
3045
|
+
| 🔴 **`DELETE`** | `/Status/{id}` | delete__Status__id_ |
|
|
3046
|
+
| 🔵 **`GET`** | `/Status/{id}` | Get one TStatus |
|
|
3047
|
+
| 🔵 **`GET`** | `/Status` | List of TStatus |
|
|
3048
|
+
| 🟢 **`POST`** | `/Status` | post__Status |
|
|
3049
|
+
|
|
3050
|
+
### Twilio
|
|
3051
|
+
|
|
3052
|
+
| | Endpoint | Description |
|
|
3053
|
+
|---|----------|-------------|
|
|
3054
|
+
| 🟢 **`POST`** | `/Twilio/callback` | post__Twilio_callback |
|
|
3055
|
+
| 🟢 **`POST`** | `/Twilio/twiml` | post__Twilio_twiml |
|
|
3056
|
+
|
|
3057
|
+
### TwilioDetails
|
|
3058
|
+
|
|
3059
|
+
| | Endpoint | Description |
|
|
3060
|
+
|---|----------|-------------|
|
|
3061
|
+
| 🔵 **`GET`** | `/TwilioDetails` | get__TwilioDetails |
|
|
3062
|
+
|
|
3063
|
+
### TwilioWhatsAppDetails
|
|
3064
|
+
|
|
3065
|
+
| | Endpoint | Description |
|
|
3066
|
+
|---|----------|-------------|
|
|
3067
|
+
| 🔴 **`DELETE`** | `/TwilioWhatsAppDetails/{id}` | delete__TwilioWhatsAppDetails__id_ |
|
|
3068
|
+
| 🔵 **`GET`** | `/TwilioWhatsAppDetails` | get__TwilioWhatsAppDetails |
|
|
3069
|
+
| 🔵 **`GET`** | `/TwilioWhatsAppDetails/{id}` | get__TwilioWhatsAppDetails__id_ |
|
|
3070
|
+
| 🟢 **`POST`** | `/TwilioWhatsAppDetails` | post__TwilioWhatsAppDetails |
|
|
3071
|
+
|
|
3072
|
+
### TwitterDetails
|
|
3073
|
+
|
|
3074
|
+
| | Endpoint | Description |
|
|
3075
|
+
|---|----------|-------------|
|
|
3076
|
+
| 🔴 **`DELETE`** | `/TwitterDetails/{id}` | delete__TwitterDetails__id_ |
|
|
3077
|
+
| 🔵 **`GET`** | `/TwitterDetails/{id}` | Get one TwitterDetails |
|
|
3078
|
+
| 🔵 **`GET`** | `/TwitterDetails` | List of TwitterDetails |
|
|
3079
|
+
| 🟢 **`POST`** | `/TwitterDetails` | post__TwitterDetails |
|
|
3080
|
+
|
|
3081
|
+
### TypeInfo
|
|
3082
|
+
|
|
3083
|
+
| | Endpoint | Description |
|
|
3084
|
+
|---|----------|-------------|
|
|
3085
|
+
| 🔵 **`GET`** | `/AssetTypeInfo` | List of Xtype |
|
|
3086
|
+
|
|
3087
|
+
### Uname
|
|
3088
|
+
|
|
3089
|
+
| | Endpoint | Description |
|
|
3090
|
+
|---|----------|-------------|
|
|
3091
|
+
| 🔴 **`DELETE`** | `/Agent/{id}` | delete__Agent__id_ |
|
|
3092
|
+
| 🔵 **`GET`** | `/Agent/{id}` | Get one Uname |
|
|
3093
|
+
| 🔵 **`GET`** | `/Agent/me` | get__Agent_me |
|
|
3094
|
+
| 🔵 **`GET`** | `/Agent` | List of Uname |
|
|
3095
|
+
| 🟢 **`POST`** | `/Agent` | post__Agent |
|
|
3096
|
+
| 🟢 **`POST`** | `/Agent/ClearCache` | post__Agent_ClearCache |
|
|
3097
|
+
|
|
3098
|
+
### UnameEventSubscription
|
|
3099
|
+
|
|
3100
|
+
| | Endpoint | Description |
|
|
3101
|
+
|---|----------|-------------|
|
|
3102
|
+
| 🔴 **`DELETE`** | `/AgentEventSubscription/{id}` | delete__AgentEventSubscription__id_ |
|
|
3103
|
+
| 🔵 **`GET`** | `/AgentEventSubscription` | get__AgentEventSubscription |
|
|
3104
|
+
| 🔵 **`GET`** | `/AgentEventSubscription/{id}` | get__AgentEventSubscription__id_ |
|
|
3105
|
+
| 🟢 **`POST`** | `/AgentEventSubscription` | post__AgentEventSubscription |
|
|
3106
|
+
|
|
3107
|
+
### UnameNotification
|
|
3108
|
+
|
|
3109
|
+
| | Endpoint | Description |
|
|
3110
|
+
|---|----------|-------------|
|
|
3111
|
+
| 🔴 **`DELETE`** | `/Notification/{id}` | delete__Notification__id_ |
|
|
3112
|
+
| 🔵 **`GET`** | `/Notification/{id}` | Get one UnameNotification |
|
|
3113
|
+
| 🔵 **`GET`** | `/Notification` | List of UnameNotification |
|
|
3114
|
+
| 🟢 **`POST`** | `/Notification` | post__Notification |
|
|
3115
|
+
|
|
3116
|
+
### UnamePresenceRule
|
|
3117
|
+
|
|
3118
|
+
| | Endpoint | Description |
|
|
3119
|
+
|---|----------|-------------|
|
|
3120
|
+
| 🔵 **`GET`** | `/AgentPresenceRule` | get__AgentPresenceRule |
|
|
3121
|
+
|
|
3122
|
+
### UnamePresenceSubscription
|
|
3123
|
+
|
|
3124
|
+
| | Endpoint | Description |
|
|
3125
|
+
|---|----------|-------------|
|
|
3126
|
+
| 🔴 **`DELETE`** | `/AgentPresenceSubscription/{id}` | delete__AgentPresenceSubscription__id_ |
|
|
3127
|
+
| 🔵 **`GET`** | `/AgentPresenceSubscription` | get__AgentPresenceSubscription |
|
|
3128
|
+
| 🔵 **`GET`** | `/AgentPresenceSubscription/{id}` | get__AgentPresenceSubscription__id_ |
|
|
3129
|
+
| 🟢 **`POST`** | `/AgentPresenceSubscription` | post__AgentPresenceSubscription |
|
|
3130
|
+
|
|
3131
|
+
### UnsubEmailServiceUsers
|
|
3132
|
+
|
|
3133
|
+
| | Endpoint | Description |
|
|
3134
|
+
|---|----------|-------------|
|
|
3135
|
+
| 🔴 **`DELETE`** | `/UnsubServiceEmails/{id}` | delete__UnsubServiceEmails__id_ |
|
|
3136
|
+
| 🔵 **`GET`** | `/UnsubServiceEmails/{id}` | Get one UnsubEmailServiceUsers |
|
|
3137
|
+
| 🔵 **`GET`** | `/UnsubServiceEmails` | get__UnsubServiceEmails |
|
|
3138
|
+
| 🟢 **`POST`** | `/UnsubServiceEmails` | post__UnsubServiceEmails |
|
|
3139
|
+
|
|
3140
|
+
### UserChange
|
|
3141
|
+
|
|
3142
|
+
| | Endpoint | Description |
|
|
3143
|
+
|---|----------|-------------|
|
|
3144
|
+
| 🔵 **`GET`** | `/UserChange` | List of UserChange |
|
|
3145
|
+
|
|
3146
|
+
### UserRoles
|
|
3147
|
+
|
|
3148
|
+
| | Endpoint | Description |
|
|
3149
|
+
|---|----------|-------------|
|
|
3150
|
+
| 🔴 **`DELETE`** | `/UserRoles/{id}` | delete__UserRoles__id_ |
|
|
3151
|
+
| 🔵 **`GET`** | `/UserRoles/{id}` | Get one UserRoles |
|
|
3152
|
+
| 🔵 **`GET`** | `/UserRoles` | get__UserRoles |
|
|
3153
|
+
| 🟢 **`POST`** | `/UserRoles` | post__UserRoles |
|
|
3154
|
+
|
|
3155
|
+
### Users
|
|
3156
|
+
|
|
3157
|
+
| | Endpoint | Description |
|
|
3158
|
+
|---|----------|-------------|
|
|
3159
|
+
| 🔴 **`DELETE`** | `/Users/{id}` | delete__Users__id_ |
|
|
3160
|
+
| 🔵 **`GET`** | `/Users/{id}` | Get one Users |
|
|
3161
|
+
| 🔵 **`GET`** | `/Users/me` | get__Users_me |
|
|
3162
|
+
| 🔵 **`GET`** | `/Users` | List of Users |
|
|
3163
|
+
| 🟢 **`POST`** | `/Users` | post__Users |
|
|
3164
|
+
| 🟢 **`POST`** | `/Users/prefs` | post__Users_prefs |
|
|
3165
|
+
|
|
3166
|
+
### Version
|
|
3167
|
+
|
|
3168
|
+
| | Endpoint | Description |
|
|
3169
|
+
|---|----------|-------------|
|
|
3170
|
+
| 🔵 **`GET`** | `/VersionInfo/{id}` | Get one Release |
|
|
3171
|
+
| 🔵 **`GET`** | `/VersionInfo` | get__VersionInfo |
|
|
3172
|
+
| 🔵 **`GET`** | `/VersionInfo/GetOneSpotlight/{id}` | get__VersionInfo_GetOneSpotlight__id_ |
|
|
3173
|
+
| 🔵 **`GET`** | `/VersionInfo/IntegratorHash` | get__VersionInfo_IntegratorHash |
|
|
3174
|
+
| 🔵 **`GET`** | `/VersionInfo/SearchVersionInfo` | get__VersionInfo_SearchVersionInfo |
|
|
3175
|
+
| 🔵 **`GET`** | `/VersionInfo/Spotlight` | get__VersionInfo_Spotlight |
|
|
3176
|
+
|
|
3177
|
+
### ViewColumns
|
|
3178
|
+
|
|
3179
|
+
| | Endpoint | Description |
|
|
3180
|
+
|---|----------|-------------|
|
|
3181
|
+
| 🔴 **`DELETE`** | `/ViewColumns/{id}` | delete__ViewColumns__id_ |
|
|
3182
|
+
| 🔵 **`GET`** | `/ViewColumns/{id}` | Get one ViewColumns |
|
|
3183
|
+
| 🔵 **`GET`** | `/ViewColumns` | List of ViewColumns |
|
|
3184
|
+
| 🟢 **`POST`** | `/ViewColumns` | post__ViewColumns |
|
|
3185
|
+
|
|
3186
|
+
### ViewFilter
|
|
3187
|
+
|
|
3188
|
+
| | Endpoint | Description |
|
|
3189
|
+
|---|----------|-------------|
|
|
3190
|
+
| 🔴 **`DELETE`** | `/ViewFilter/{id}` | delete__ViewFilter__id_ |
|
|
3191
|
+
| 🔵 **`GET`** | `/ViewFilter/{id}` | Get one ViewFilter |
|
|
3192
|
+
| 🔵 **`GET`** | `/ViewFilter` | List of ViewFilter |
|
|
3193
|
+
| 🟢 **`POST`** | `/ViewFilter` | post__ViewFilter |
|
|
3194
|
+
|
|
3195
|
+
### ViewListGroup
|
|
3196
|
+
|
|
3197
|
+
| | Endpoint | Description |
|
|
3198
|
+
|---|----------|-------------|
|
|
3199
|
+
| 🔴 **`DELETE`** | `/ViewListGroup/{id}` | delete__ViewListGroup__id_ |
|
|
3200
|
+
| 🔵 **`GET`** | `/ViewListGroup/{id}` | Get one ViewListGroup |
|
|
3201
|
+
| 🔵 **`GET`** | `/ViewListGroup` | List of ViewListGroup |
|
|
3202
|
+
| 🟢 **`POST`** | `/ViewListGroup` | post__ViewListGroup |
|
|
3203
|
+
|
|
3204
|
+
### ViewLists
|
|
3205
|
+
|
|
3206
|
+
| | Endpoint | Description |
|
|
3207
|
+
|---|----------|-------------|
|
|
3208
|
+
| 🔴 **`DELETE`** | `/ViewLists/{id}` | delete__ViewLists__id_ |
|
|
3209
|
+
| 🔵 **`GET`** | `/ViewLists/{id}` | Get one ViewLists |
|
|
3210
|
+
| 🔵 **`GET`** | `/ViewLists` | List of ViewLists |
|
|
3211
|
+
| 🟢 **`POST`** | `/ViewLists` | post__ViewLists |
|
|
3212
|
+
|
|
3213
|
+
### Virima
|
|
3214
|
+
|
|
3215
|
+
| | Endpoint | Description |
|
|
3216
|
+
|---|----------|-------------|
|
|
3217
|
+
| 🔵 **`GET`** | `/Virima/Get` | get__Virima_Get |
|
|
3218
|
+
|
|
3219
|
+
### VirimaDetails
|
|
3220
|
+
|
|
3221
|
+
| | Endpoint | Description |
|
|
3222
|
+
|---|----------|-------------|
|
|
3223
|
+
| 🔴 **`DELETE`** | `/VirimaDetails/{id}` | delete__VirimaDetails__id_ |
|
|
3224
|
+
| 🔵 **`GET`** | `/VirimaDetails` | get__VirimaDetails |
|
|
3225
|
+
| 🔵 **`GET`** | `/VirimaDetails/{id}` | get__VirimaDetails__id_ |
|
|
3226
|
+
| 🟢 **`POST`** | `/VirimaDetails` | post__VirimaDetails |
|
|
3227
|
+
|
|
3228
|
+
### VirtualAgent
|
|
3229
|
+
|
|
3230
|
+
| | Endpoint | Description |
|
|
3231
|
+
|---|----------|-------------|
|
|
3232
|
+
| 🔴 **`DELETE`** | `/VirtualAgent/{id}` | delete__VirtualAgent__id_ |
|
|
3233
|
+
| 🔵 **`GET`** | `/VirtualAgent` | get__VirtualAgent |
|
|
3234
|
+
| 🔵 **`GET`** | `/VirtualAgent/{id}` | get__VirtualAgent__id_ |
|
|
3235
|
+
| 🟢 **`POST`** | `/VirtualAgent` | post__VirtualAgent |
|
|
3236
|
+
|
|
3237
|
+
### VMWorkspaceDetails
|
|
3238
|
+
|
|
3239
|
+
| | Endpoint | Description |
|
|
3240
|
+
|---|----------|-------------|
|
|
3241
|
+
| 🔴 **`DELETE`** | `/VMWorkspaceDetails/{id}` | delete__VMWorkspaceDetails__id_ |
|
|
3242
|
+
| 🔵 **`GET`** | `/VMWorkspaceDetails` | get__VMWorkspaceDetails |
|
|
3243
|
+
| 🔵 **`GET`** | `/VMWorkspaceDetails/{id}` | get__VMWorkspaceDetails__id_ |
|
|
3244
|
+
| 🟢 **`POST`** | `/VMWorkspaceDetails` | post__VMWorkspaceDetails |
|
|
3245
|
+
|
|
3246
|
+
### Vorboss
|
|
3247
|
+
|
|
3248
|
+
| | Endpoint | Description |
|
|
3249
|
+
|---|----------|-------------|
|
|
3250
|
+
| 🔵 **`GET`** | `/Vorboss/Get` | get__Vorboss_Get |
|
|
3251
|
+
|
|
3252
|
+
### Webhook
|
|
3253
|
+
|
|
3254
|
+
| | Endpoint | Description |
|
|
3255
|
+
|---|----------|-------------|
|
|
3256
|
+
| 🔴 **`DELETE`** | `/Webhook/{id}` | delete__Webhook__id_ |
|
|
3257
|
+
| 🔵 **`GET`** | `/Webhook/{id}` | Get one Webhook |
|
|
3258
|
+
| 🔵 **`GET`** | `/Webhook` | List of Webhook |
|
|
3259
|
+
| 🟢 **`POST`** | `/Webhook` | post__Webhook |
|
|
3260
|
+
|
|
3261
|
+
### WebhookEvent
|
|
3262
|
+
|
|
3263
|
+
| | Endpoint | Description |
|
|
3264
|
+
|---|----------|-------------|
|
|
3265
|
+
| 🔵 **`GET`** | `/WebhookEvent/{id}` | Get one WebhookEvent |
|
|
3266
|
+
| 🔵 **`GET`** | `/WebhookEvent` | List of WebhookEvent |
|
|
3267
|
+
| 🟢 **`POST`** | `/WebhookEvent` | post__WebhookEvent |
|
|
3268
|
+
|
|
3269
|
+
### WebhookRepository
|
|
3270
|
+
|
|
3271
|
+
| | Endpoint | Description |
|
|
3272
|
+
|---|----------|-------------|
|
|
3273
|
+
| 🔵 **`GET`** | `/WebhookRepository/{id}` | Get one Webhook |
|
|
3274
|
+
| 🔵 **`GET`** | `/WebhookRepository` | List of Webhook |
|
|
3275
|
+
|
|
3276
|
+
### WhatsApp
|
|
3277
|
+
|
|
3278
|
+
| | Endpoint | Description |
|
|
3279
|
+
|---|----------|-------------|
|
|
3280
|
+
| 🔵 **`GET`** | `/WhatsApp/Get/Messages` | get__WhatsApp_Get_Messages |
|
|
3281
|
+
| 🔵 **`GET`** | `/WhatsApp/Get/ProcessedIds` | get__WhatsApp_Get_ProcessedIds |
|
|
3282
|
+
|
|
3283
|
+
### WordpressDetails
|
|
3284
|
+
|
|
3285
|
+
| | Endpoint | Description |
|
|
3286
|
+
|---|----------|-------------|
|
|
3287
|
+
| 🔴 **`DELETE`** | `/WordpressDetails/{id}` | delete__WordpressDetails__id_ |
|
|
3288
|
+
| 🔵 **`GET`** | `/WordpressDetails` | get__WordpressDetails |
|
|
3289
|
+
| 🔵 **`GET`** | `/WordpressDetails/{id}` | get__WordpressDetails__id_ |
|
|
3290
|
+
| 🟢 **`POST`** | `/WordpressDetails` | post__WordpressDetails |
|
|
3291
|
+
|
|
3292
|
+
### WordpressOrgDetails
|
|
3293
|
+
|
|
3294
|
+
| | Endpoint | Description |
|
|
3295
|
+
|---|----------|-------------|
|
|
3296
|
+
| 🔴 **`DELETE`** | `/WordpressOrgDetails/{id}` | delete__WordpressOrgDetails__id_ |
|
|
3297
|
+
| 🔵 **`GET`** | `/WordpressOrgDetails` | get__WordpressOrgDetails |
|
|
3298
|
+
| 🔵 **`GET`** | `/WordpressOrgDetails/{id}` | get__WordpressOrgDetails__id_ |
|
|
3299
|
+
| 🟢 **`POST`** | `/WordpressOrgDetails` | post__WordpressOrgDetails |
|
|
3300
|
+
|
|
3301
|
+
### Workdays
|
|
3302
|
+
|
|
3303
|
+
| | Endpoint | Description |
|
|
3304
|
+
|---|----------|-------------|
|
|
3305
|
+
| 🔴 **`DELETE`** | `/Workday/{id}` | delete__Workday__id_ |
|
|
3306
|
+
| 🔵 **`GET`** | `/Workday/{id}` | Get one Workdays |
|
|
3307
|
+
| 🔵 **`GET`** | `/Workday` | List of Workdays |
|
|
3308
|
+
| 🟢 **`POST`** | `/Workday` | post__Workday |
|
|
3309
|
+
|
|
3310
|
+
### WorkflowTarget
|
|
3311
|
+
|
|
3312
|
+
| | Endpoint | Description |
|
|
3313
|
+
|---|----------|-------------|
|
|
3314
|
+
| 🔴 **`DELETE`** | `/WorkflowTarget/{id}` | delete__WorkflowTarget__id_ |
|
|
3315
|
+
| 🔵 **`GET`** | `/WorkflowTarget` | get__WorkflowTarget |
|
|
3316
|
+
| 🔵 **`GET`** | `/WorkflowTarget/{id}` | get__WorkflowTarget__id_ |
|
|
3317
|
+
| 🟢 **`POST`** | `/WorkflowTarget` | post__WorkflowTarget |
|
|
3318
|
+
|
|
3319
|
+
### XeroDetails
|
|
3320
|
+
|
|
3321
|
+
| | Endpoint | Description |
|
|
3322
|
+
|---|----------|-------------|
|
|
3323
|
+
| 🔴 **`DELETE`** | `/XeroDetails/{id}` | delete__XeroDetails__id_ |
|
|
3324
|
+
| 🔵 **`GET`** | `/XeroDetails/{id}` | Get one XeroDetails |
|
|
3325
|
+
| 🔵 **`GET`** | `/XeroDetails` | List of XeroDetails |
|
|
3326
|
+
| 🟢 **`POST`** | `/XeroDetails` | post__XeroDetails |
|
|
3327
|
+
|
|
3328
|
+
### Xtype
|
|
3329
|
+
|
|
3330
|
+
| | Endpoint | Description |
|
|
3331
|
+
|---|----------|-------------|
|
|
3332
|
+
| 🔴 **`DELETE`** | `/AssetType/{id}` | delete__AssetType__id_ |
|
|
3333
|
+
| 🔵 **`GET`** | `/AssetType/{id}` | Get one Xtype |
|
|
3334
|
+
| 🔵 **`GET`** | `/AssetType` | List of Xtype |
|
|
3335
|
+
| 🟢 **`POST`** | `/AssetType` | post__AssetType |
|
|
3336
|
+
|
|
3337
|
+
### XTypeMapping
|
|
3338
|
+
|
|
3339
|
+
| | Endpoint | Description |
|
|
3340
|
+
|---|----------|-------------|
|
|
3341
|
+
| 🔵 **`GET`** | `/AssetTypeMappings/{id}` | Get one XTypeMapping |
|
|
3342
|
+
| 🔵 **`GET`** | `/AssetTypeMappings` | get__AssetTypeMappings |
|
|
3343
|
+
|
|
3344
|
+
### XTypeRole
|
|
3345
|
+
|
|
3346
|
+
| | Endpoint | Description |
|
|
3347
|
+
|---|----------|-------------|
|
|
3348
|
+
| 🔵 **`GET`** | `/XtypeRole` | List of XTypeRole |
|
|
3349
|
+
|
|
3350
|
+
### Zendesk
|
|
3351
|
+
|
|
3352
|
+
| | Endpoint | Description |
|
|
3353
|
+
|---|----------|-------------|
|
|
3354
|
+
| 🔵 **`GET`** | `/Zendesk/Get` | get__Zendesk_Get |
|
|
3355
|
+
|
|
3356
|
+
### Zoom
|
|
3357
|
+
|
|
3358
|
+
| | Endpoint | Description |
|
|
3359
|
+
|---|----------|-------------|
|
|
3360
|
+
| 🟢 **`POST`** | `/Zoom/Message` | post__Zoom_Message |
|
|
3361
|
+
|
|
3362
|
+
## Compatibility
|
|
3363
|
+
|
|
3364
|
+
- **n8n version:** 1.0+ (tested on 2.x)
|
|
3365
|
+
- **Node.js version:** 18+
|
|
3366
|
+
|
|
3367
|
+
## License
|
|
3368
|
+
|
|
3369
|
+
[MIT](LICENSE)
|