Release Notes
May 10, 2022
We have made updates to Karbon's public API that impact an existing endpoint: WebhookSubscriptions. We have also introduced Webhooks for WorkItem and Notes.
High level summary
This document outlines the changes to Karbon's public API as a result of the Karbon release on May 10, 2022.
In summary, the API changes impact 1 endpoint and have introduced 2 webhooks:
- (existing endpoints)JSONCopied!
WebhookSubscriptions - Introduced Webhooks for andJSONCopied!
WorkItemsJSONCopied!Notes
JSONCopied!WebhookSubscriptions (existing)
JSONCopied!
WebhookSubscriptions (existing)- endpointJSONCopied!
GETwill by default search for contact webhook subscription for a tenantJSONCopied!/v3/WebhookSubscriptions - endpointJSONCopied!
GETwill search for WorkItem webhook subscription for a tenantJSONCopied!/v3/WebhookSubscriptions/Work - endpointJSONCopied!
GETwill search for Notes webhook subscription for a tenantJSONCopied!/v3/WebhookSubscriptions/ContentItem - endpointJSONCopied!
POSTwill by default create Contact webhook subscription for a tenantJSONCopied!/v3/WebhookSubscriptions - endpointJSONCopied!
POSTwill create WorkItem webhook subscription for a tenantJSONCopied!/v3/WebhookSubscriptions/Work - endpointJSONCopied!
POSTwill create Note webhook subscription for a tenantJSONCopied!/v3/WebhookSubscriptions/ContentItem - endpointJSONCopied!
DELETEwill by default delete Contact webhook subscription for a tenantJSONCopied!/v3/WebhookSubscriptions - endpoint /JSONCopied!
DELETEwill delete WorkItem webhook subscription for a tenantJSONCopied!v3/WebhookSubscriptions/Work - endpointJSONCopied!
DELETEwill delete Note webhook subscription for a tenantJSONCopied!/v3/WebhookSubscriptions/ContentItem