Because we utilize the on-premises version of Business Central, the following are the URLs for our APIs:
https://<base URL>:<port>/<serverInstance>/api/<API version>/
When "extensions," as Business Central refers to them, are added to it, the URLs end up looking like this:
https://<base URL>:<port>/<serverinstance>/api/<API publisher>/<API group>/<API version>
My starting point is the first, but the second is somewhat customized due to the fact that my web application's communication with our Business Central API might not know the <API publisher> and <API group>. I am aware that one solution is to incorporate that into the source code as soon as our Business Central developer incorporates a new feature <API publisher> or <API group>. However, I was wondering if there is a method that is both more efficient and dynamic to simply retrieve a list of all the <API publisher> and <API group> via API.
Here's a link that may help you.
https://yzhums.com/22648/