Release Notes
July 12, 2022
We have made updates to Karbon's public API that impact 2 endpoints, which are WorkItem and Timesheet.
This document provides an overview of the July 12, 2022 release of Karbon's Public API.
In summary, we made changes to the following endpoints:
- JSONCopied!
WorkItems
- JSONCopied!
Timesheet
WorkItem
We added a new search criterion called
JSONCopied!
WorkType
JSONCopied!
GET
JSONCopied!
WorkType
Example use case
-
Full text search: You want to search the Work Items with the
of "Payroll". To search Work Items using theJSONCopied!WorkType
criterion, construct theJSONCopied!WorkType
URL as:JSONCopied!GET
JSONCopied!https://api.karbonhq.com/v3/WorkItems?$filter=WorkType eq 'Payroll'
-
Partial text search: You want to search the Work Items, whose
contain the word "pay". To search your Work Items using theJSONCopied!WorkType
criterion, construct theJSONCopied!WorkType
URL as:JSONCopied!GET
JSONCopied!https://api.karbonhq.com/v3/WorkItems?$filter=(contains(WorkType , 'pay'))
Timesheet
We fixed the bug that was limiting you from searching the
JSONCopied!
Timesheets
JSONCopied!
Status
Example use case
You want to search all
JSONCopied!
Timesheets
JSONCopied!
Status
JSONCopied!
Timesheets
JSONCopied!
Status
JSONCopied!
GET
JSONCopied!
https://api.karbonhq.com/v3/Timesheets?$filter=Status eq 'Draft'