Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"summary": "Get user data",
"description": "This gets basic information about the signed in user.",
"operationId": "GetUserData",
"deprecated": true,
"x-ms-visibility": "internal",
"parameters": [
{
Expand All @@ -69,6 +70,7 @@
"summary": "When a business entity record is created or changed",
"description": "This subscribes to create or change events for a selected business entity.",
"operationId": "SubscribeEntityChanged",
"deprecated": true,
"parameters": [
{
"$ref": "#/parameters/SubscriptionBodyWithEntityType"
Expand Down Expand Up @@ -109,6 +111,7 @@
"summary": "When an account is created or changed",
"description": "This subscribes to create or change events for accounts.",
"operationId": "SubscribeAccountChanged",
"deprecated": true,
"parameters": [
{
"$ref": "#/parameters/SubscriptionBody"
Expand Down Expand Up @@ -149,6 +152,7 @@
"summary": "When an opportunity is created or changed",
"description": "This subscribes to create or change events for opportunities.",
"operationId": "SubscribeOpportunityChanged",
"deprecated": true,
"parameters": [
{
"$ref": "#/parameters/SubscriptionBody"
Expand Down Expand Up @@ -189,6 +193,7 @@
"summary": "When a project is created or changed",
"description": "This subscribes to create or change events for projects.",
"operationId": "SubscribeProjectChanged",
"deprecated": true,
"parameters": [
{
"$ref": "#/parameters/SubscriptionBody"
Expand Down Expand Up @@ -229,6 +234,7 @@
"summary": "When a sales order is created or changed",
"description": "This subscribes to create or change events for sales orders.",
"operationId": "SubscribeSalesOrderChanged",
"deprecated": true,
"parameters": [
{
"$ref": "#/parameters/SubscriptionBody"
Expand Down Expand Up @@ -256,6 +262,7 @@
"summary": "Get existing subscriptions for user",
"description": "Get the active webhook subscriptions for this user.",
"operationId": "GetWebhookSubscriptions",
"deprecated": true,
"x-ms-visibility": "internal",
"produces": [
"application/json"
Expand Down Expand Up @@ -293,6 +300,7 @@
"summary": "Get companies for user",
"description": "This gets the list of companies the user is assigned to.",
"operationId": "GetCompanies",
"deprecated": true,
"x-ms-visibility": "internal",
"produces": [
"application/json"
Expand Down Expand Up @@ -330,6 +338,7 @@
"summary": "Get supported entity types",
"description": "This gets the list of supported entity types for the triggers.",
"operationId": "GetSupportedEntityTypes",
"deprecated": true,
"x-ms-visibility": "internal",
"produces": [
"application/json"
Expand Down Expand Up @@ -358,6 +367,7 @@
"summary": "Get schema definition",
"description": "This gets the schema definition for a selected entity and value type.",
"operationId": "GetSchema",
"deprecated": true,
"x-ms-visibility": "internal",
"parameters": [
{
Expand Down Expand Up @@ -417,6 +427,7 @@
"summary": "Unsubscribe from event",
"description": "This unregisters an active event subscription.",
"operationId": "Unsubscribe",
"deprecated": true,
"parameters": [
{
"name": "companyid",
Expand Down Expand Up @@ -522,6 +533,7 @@
"consumes": [ "text/plain", "application/json" ],
"description": "This loads the values from the trigger's Payload field in a format of choice.",
"operationId": "GetValues",
"deprecated": true,
"parameters": [
{
"$ref": "#/parameters/ContentTypeHeader"
Expand Down