cancel
Showing results for 
Search instead for 
Did you mean: 

Mavenlink aka Kantata OX - Trying to get User API

brian-haskins
Deputy Chef III
Deputy Chef III

Does anyone utilize Mavenlink aka Kantata OX API? I am trying to extract user info from the API utilizing the HTTP connector but its ,for lack of a better word, weird. The auto JSON parser I used to format the response comes back with User as Object and the results below it are Objects with the User ID as the label so its dynamic based on what you query. 

brianhaskins_1-1674493870792.png

 

API Reference -Kantata OX API

User API - Kantata OX API

1 REPLY 1

steven-marissen
Executive Chef I
Executive Chef I

It's not always perfect the auto JSON parser, but if you're sure of the schema you could also use then you may want to map the body of the API call's response (without defined schema) to the JSON parser by Workato and put your own example there.