cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Developer API Limitations

bud
Deputy Chef I
Deputy Chef I

Hi, I'm trying to get information about recipes our team has created via the Developer API (https://docs.workato.com/workato-api.html#workato-api). In particular, I'd like to know who created the latest version of the recipe to attribute them as the owner. I've used both `GET /api/recipes` and `GET /api/recipes/:id`. Neither seem to have access to this info. I had a glimmer of hope that `GET /api/recipes/:id` would have what I wanted in the `author_name` field but at least for me, it returned a string representing a user that didn't create or update the recipe I was looking at. Is there some secret hidden APIs I can use that aren't documented here: https://docs.workato.com/workato-api/recipes.html? Thanks.

9 REPLIES 9

harish
Workato employee
Workato employee
This is not supported right now. Will be a good feature to support

-Harish Shetty

roland-daane
Deputy Chef II
Deputy Chef II

Have you looked at recipe Ops?

 

max-knutsson
Workato employee
Workato employee

Hi Bud, so the question is to get "author_name" that only modified the recipe? now can get the original creator via Recipe Ops or API


max-knutsson
Workato employee
Workato employee

Actually if you check my Image, there is "Last-version" that is provided by Recipe Ops connector. Which should be the name of the last editor for version X