Release Notes
June 20, 2022
We have made updates to Karbon's public API that impact 3 endpoint: Contacts, WorkItems and User.
This document provides an overview of the June 20, 2022 release of Karbon's Public API.
In summary, we made changes to the following endpoints:
- JSONCopied!Contacts
- JSONCopied!WorkItems
- JSONCopied!User
Contacts
The
JSONCopied!
GETJSONCopied!
FullNameJSONCopied!
EmailAddressJSONCopied!
PhoneNumberExample use case
You want to search the details of your
JSONCopied!
ContactsJSONCopied!
GETJSONCopied!
FullNameJSONCopied!
ContactsJSONCopied!
https://api.karbonhq.com/v3/Contacts?$filter=(contains(FullName, 'Ted'))WorkItems
The
JSONCopied!
GETJSONCopied!
TitleJSONCopied!
AssigneeEmailAddressExample use case
You want to search for all Work Items assigned to email addresses that contain the text "John". You could construct the
JSONCopied!
GETJSONCopied!
AssigneeEmailAddressJSONCopied!
https://api.karbonhq.com/v3/WorkItems?$filter=(contains(AssigneeEmailAddress , 'John'))User
The
JSONCopied!
GETJSONCopied!
UsersJSONCopied!
NameJSONCopied!
EmailAddressExample use case
You want to search for all users whose name contains the text "John". You could construct the
JSONCopied!
GETJSONCopied!
NameJSONCopied!
UsersJSONCopied!
https://api.karbonhq.com/v3/Users?$filter=(contains(Name, 'John'))