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!
GET
JSONCopied!
FullName
JSONCopied!
EmailAddress
JSONCopied!
PhoneNumber
Example use case
You want to search the details of your
JSONCopied!
Contacts
JSONCopied!
GET
JSONCopied!
FullName
JSONCopied!
Contacts
JSONCopied!
https://api.karbonhq.com/v3/Contacts?$filter=(contains(FullName, 'Ted'))
WorkItems
The
JSONCopied!
GET
JSONCopied!
Title
JSONCopied!
AssigneeEmailAddress
Example use case
You want to search for all Work Items assigned to email addresses that contain the text "John". You could construct the
JSONCopied!
GET
JSONCopied!
AssigneeEmailAddress
JSONCopied!
https://api.karbonhq.com/v3/WorkItems?$filter=(contains(AssigneeEmailAddress , 'John'))
User
The
JSONCopied!
GET
JSONCopied!
Users
JSONCopied!
Name
JSONCopied!
EmailAddress
Example use case
You want to search for all users whose name contains the text "John". You could construct the
JSONCopied!
GET
JSONCopied!
Name
JSONCopied!
Users
JSONCopied!
https://api.karbonhq.com/v3/Users?$filter=(contains(Name, 'John'))