API listing for non business objects

The API help lists the following for getting a list of Business Objects:

https://{EpicorServer}/{ERPInstance}/api/v2/odata/{Company}?api-key={Value}

Is there any way to return the Lib, Proc, and Rpt objects?

I’ve always used the REST help app.

https://server/instance/API/help

Which also includes functions and BAQs.

1 Like

Yeah, I was looking for a way to pull a list the same way as the business objects. You can do it for functions and BAQs, just not these libraries.

Well, if you turn on the Dev Tools, you should be able to see the calls REST Help is making.

This is what I see:

https://k20241.teampti.dev/kinetic2024_1/api/helppage/services?serviceType=BO

And it calls it for each type:

image

Honestly, I don’t rely on the OData when I can use the RPC.

2 Likes

I’m traveling, but I think this is exactly what I need

2 Likes