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!
WorkItems
JSONCopied!Notes
JSONCopied!WebhookSubscriptions (existing)
JSONCopied!
WebhookSubscriptions (existing)
- endpointJSONCopied!
GET
will by default search for contact webhook subscription for a tenantJSONCopied!/v3/WebhookSubscriptions
- endpointJSONCopied!
GET
will search for WorkItem webhook subscription for a tenantJSONCopied!/v3/WebhookSubscriptions/Work
- endpointJSONCopied!
GET
will search for Notes webhook subscription for a tenantJSONCopied!/v3/WebhookSubscriptions/ContentItem
- endpointJSONCopied!
POST
will by default create Contact webhook subscription for a tenantJSONCopied!/v3/WebhookSubscriptions
- endpointJSONCopied!
POST
will create WorkItem webhook subscription for a tenantJSONCopied!/v3/WebhookSubscriptions/Work
- endpointJSONCopied!
POST
will create Note webhook subscription for a tenantJSONCopied!/v3/WebhookSubscriptions/ContentItem
- endpointJSONCopied!
DELETE
will by default delete Contact webhook subscription for a tenantJSONCopied!/v3/WebhookSubscriptions
- endpoint /JSONCopied!
DELETE
will delete WorkItem webhook subscription for a tenantJSONCopied!v3/WebhookSubscriptions/Work
- endpointJSONCopied!
DELETE
will delete Note webhook subscription for a tenantJSONCopied!/v3/WebhookSubscriptions/ContentItem