We use the on prem version of Business Central so our API URLs are the following: https://<base URL>:<port>/<serverInstance>/api/<API version>/
When we add what Business Central calls "extensions" to it, the URLs look like this: https://<base URL>:<port>/<serverinstance>/api/<API publisher>/<API group>/<API version>
While I the first is my starting point, the latter is somewhat custom since my web application communication with our Business Central API might not know the <API publisher>
and <API group>
. I know, one way is to hard-code that as soon as our Business Central developer adds a new <API publisher>
or <API group>
but I was wondering if there's a more efficient and dynamic way to just retrieve a list of all <API publisher>
and <API group>
via API.