Release Notes
May 31, 2022
We have made updates to Karbon's public API that impact 3 endpoints: WebhookSubscriptions, Notes, and Comments; and the Comment webhook.
High level summary
This document outlines the changes to Karbon's public API as a result of the Karbon release on May 31, 2022.
In summary, the API changes impact 3 endpoints and a webhook:
- (existing endpoint)JSONCopied!
WebhookSubscriptions
- (enhanced theJSONCopied!
Notes
method and addedJSONCopied!POST
method)JSONCopied!GET
- (new endpoint withJSONCopied!
Comments
method)JSONCopied!GET
- Introduced Webhook for JSONCopied!
Comment
WebhookSubscriptions
-
To subscribe to
andJSONCopied!Notes
webhooks, useJSONCopied!Comments
asJSONCopied!WebhookType
instead ofJSONCopied!Note
:JSONCopied!ContentItem
JSONCopied!/v3/WebhookSubscriptions/Note
-
method will require aJSONCopied!
GET
(JSONCopied!WebhookType
,JSONCopied!Contact
orJSONCopied!Work
) to retrieve information. Providing noJSONCopied!Note
will throw a validation errorJSONCopied!WebhookType
-
Likewise for
method, a properJSONCopied!POST
will be required and blanks will not be accepted (prompting a validation error)JSONCopied!WebhookType
Notes
-
The existing
method in this endpoint has been enhanced to createJSONCopied!POST
onJSONCopied!Notes
,JSONCopied!Contacts
or both togetherJSONCopied!WorkItem
-
method has been introduced to retrieve aJSONCopied!
GET
along with itsJSONCopied!Note
andJSONCopied!Comments
:JSONCopied!Timelines
JSONCopied!/v3/Notes/{NoteKey}
Comments
-
A new endpoint with
method has been introduced to retrieve individualJSONCopied!GET
:JSONCopied!Comments
JSONCopied!/v3/Comments/{CommentKey}
Webhook for Comments
Webhook for
JSONCopied!
Comments
JSONCopied!
WebhookType
JSONCopied!
Note
If you have already subscribed for
JSONCopied!
Note
JSONCopied!
Comment
JSONCopied!
Comments
JSONCopied!
Notes
JSONCopied!
/v3/WebhookSubscriptions/Note