May 10, 2022
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:
WebhookSubscriptions(existing endpoints)- Introduced Webhooks for
WorkItemsandNotes
WebhookSubscriptions (existing)
GETendpoint/v3/WebhookSubscriptionswill by default search for contact webhook subscription for a tenantGETendpoint/v3/WebhookSubscriptions/Workwill search for WorkItem webhook subscription for a tenantGETendpoint/v3/WebhookSubscriptions/ContentItemwill search for Notes webhook subscription for a tenantPOSTendpoint/v3/WebhookSubscriptionswill by default create Contact webhook subscription for a tenantPOSTendpoint/v3/WebhookSubscriptions/Workwill create WorkItem webhook subscription for a tenantPOSTendpoint/v3/WebhookSubscriptions/ContentItemwill create Note webhook subscription for a tenantDELETEendpoint/v3/WebhookSubscriptionswill by default delete Contact webhook subscription for a tenantDELETEendpoint /v3/WebhookSubscriptions/Workwill delete WorkItem webhook subscription for a tenantDELETEendpoint/v3/WebhookSubscriptions/ContentItemwill delete Note webhook subscription for a tenant