|
43 | 43 | "summary": "Get user data",
|
44 | 44 | "description": "This gets basic information about the signed in user.",
|
45 | 45 | "operationId": "GetUserData",
|
| 46 | + "deprecated": true, |
46 | 47 | "x-ms-visibility": "internal",
|
47 | 48 | "parameters": [
|
48 | 49 | {
|
|
69 | 70 | "summary": "When a business entity record is created or changed",
|
70 | 71 | "description": "This subscribes to create or change events for a selected business entity.",
|
71 | 72 | "operationId": "SubscribeEntityChanged",
|
| 73 | + "deprecated": true, |
72 | 74 | "parameters": [
|
73 | 75 | {
|
74 | 76 | "$ref": "#/parameters/SubscriptionBodyWithEntityType"
|
|
109 | 111 | "summary": "When an account is created or changed",
|
110 | 112 | "description": "This subscribes to create or change events for accounts.",
|
111 | 113 | "operationId": "SubscribeAccountChanged",
|
| 114 | + "deprecated": true, |
112 | 115 | "parameters": [
|
113 | 116 | {
|
114 | 117 | "$ref": "#/parameters/SubscriptionBody"
|
|
149 | 152 | "summary": "When an opportunity is created or changed",
|
150 | 153 | "description": "This subscribes to create or change events for opportunities.",
|
151 | 154 | "operationId": "SubscribeOpportunityChanged",
|
| 155 | + "deprecated": true, |
152 | 156 | "parameters": [
|
153 | 157 | {
|
154 | 158 | "$ref": "#/parameters/SubscriptionBody"
|
|
189 | 193 | "summary": "When a project is created or changed",
|
190 | 194 | "description": "This subscribes to create or change events for projects.",
|
191 | 195 | "operationId": "SubscribeProjectChanged",
|
| 196 | + "deprecated": true, |
192 | 197 | "parameters": [
|
193 | 198 | {
|
194 | 199 | "$ref": "#/parameters/SubscriptionBody"
|
|
229 | 234 | "summary": "When a sales order is created or changed",
|
230 | 235 | "description": "This subscribes to create or change events for sales orders.",
|
231 | 236 | "operationId": "SubscribeSalesOrderChanged",
|
| 237 | + "deprecated": true, |
232 | 238 | "parameters": [
|
233 | 239 | {
|
234 | 240 | "$ref": "#/parameters/SubscriptionBody"
|
|
256 | 262 | "summary": "Get existing subscriptions for user",
|
257 | 263 | "description": "Get the active webhook subscriptions for this user.",
|
258 | 264 | "operationId": "GetWebhookSubscriptions",
|
| 265 | + "deprecated": true, |
259 | 266 | "x-ms-visibility": "internal",
|
260 | 267 | "produces": [
|
261 | 268 | "application/json"
|
|
293 | 300 | "summary": "Get companies for user",
|
294 | 301 | "description": "This gets the list of companies the user is assigned to.",
|
295 | 302 | "operationId": "GetCompanies",
|
| 303 | + "deprecated": true, |
296 | 304 | "x-ms-visibility": "internal",
|
297 | 305 | "produces": [
|
298 | 306 | "application/json"
|
|
330 | 338 | "summary": "Get supported entity types",
|
331 | 339 | "description": "This gets the list of supported entity types for the triggers.",
|
332 | 340 | "operationId": "GetSupportedEntityTypes",
|
| 341 | + "deprecated": true, |
333 | 342 | "x-ms-visibility": "internal",
|
334 | 343 | "produces": [
|
335 | 344 | "application/json"
|
|
358 | 367 | "summary": "Get schema definition",
|
359 | 368 | "description": "This gets the schema definition for a selected entity and value type.",
|
360 | 369 | "operationId": "GetSchema",
|
| 370 | + "deprecated": true, |
361 | 371 | "x-ms-visibility": "internal",
|
362 | 372 | "parameters": [
|
363 | 373 | {
|
|
417 | 427 | "summary": "Unsubscribe from event",
|
418 | 428 | "description": "This unregisters an active event subscription.",
|
419 | 429 | "operationId": "Unsubscribe",
|
| 430 | + "deprecated": true, |
420 | 431 | "parameters": [
|
421 | 432 | {
|
422 | 433 | "name": "companyid",
|
|
522 | 533 | "consumes": [ "text/plain", "application/json" ],
|
523 | 534 | "description": "This loads the values from the trigger's Payload field in a format of choice.",
|
524 | 535 | "operationId": "GetValues",
|
| 536 | + "deprecated": true, |
525 | 537 | "parameters": [
|
526 | 538 | {
|
527 | 539 | "$ref": "#/parameters/ContentTypeHeader"
|
|
0 commit comments