Missing API Endpoints

Post Reply
Declan Lynch
Posts: 15
Joined: 14 Jun 2022, 17:47

I've started looking at the API to see how we can integrate our AHA! Roadmaps data with EAS but I've noticed that there are a number of missing API endpoints.

For example, under Strategic Management there are endpoint for getting and patching goals and objectives but there is no endpoint for posting new goals or objectives. Are these endpoint available and just not documented or do they just not exist?

(there are other endpoints that have the same issue where there is only a GET and not a POST)

Thanks,
Declan.
Declan Lynch
Posts: 15
Joined: 14 Jun 2022, 17:47

Resolved this myself but I'll post the answer here if anybody else runs in to the same issue...

You can create ANY instance you want using the V3 Instances endpoint. There are methods for GET, POST and PATCH.

{{api-domain}}/api/essential-utility/v3/repositories/{{api-repo-id}}/instances
JohnM
Posts: 478
Joined: 17 Feb 2009, 20:19

Hi Declan,

Spot on, thanks for updating. The Utility API is very powerful and you can access any class or slot, which is useful if you extend the meta model with your own custom slots.

John
Post Reply