Page 1 of 1

Missing API Endpoints

Posted: 23 Jan 2024, 15:44
by Declan Lynch
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.

Re: Missing API Endpoints

Posted: 24 Jan 2024, 16:10
by Declan Lynch
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

Re: Missing API Endpoints

Posted: 25 Jan 2024, 09:28
by JohnM
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