Question

API Get work item budget

  • 29 November 2023
  • 3 replies
  • 33 views

Userlevel 2
Badge +1

When using the Get Work Items endpoint, the budget estimate returns a value of “null” even when the work item has budgets set. Is anyone else experiencing this? 


3 replies

Userlevel 2
Badge

It’s a separate object.
Use: https://karbonhq.github.io/karbon-api-reference/#get-/v3/EstimateSummaries/-WorkItemkey-

Userlevel 2
Badge +1

I’m getting a 401 unauthorized message from the API response when using the query below:

 

https://api.karbonhq.com/v3/EstimateSummaries/[key] where [key] is a work item key

 

ALL of my other queries work. 

Userlevel 2
Badge

Double check your token and key. 401 is usually something wrong with the JWT.
If that still doesn’t work use: https://developers.karbonhq.com/issues/ as there might be a bug somewhere.
I know I use they endpoint in a couple different pieces of automation so it does work.

Reply