Application APIs
In this section, we meet the APIs related to application management (AM)—lists, installation, and other operations. You can always check the latest changes in the APIs— more details are available here: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/administration/administration-center-api_app_management.
Here are some commonly used parameters:
{applicationFamily}
: Application family of the environment. This is usually"businesscentral"
, but it could be different for independent software vendor (ISV) solutions.{environmentName}
: Name of your environment.
Further, I will give you an API name, a short description (if the name is not obvious), the required method, headers, a URL, and the body's parameters. Let's get started.
Installed apps list
Here are details of the apps list that was installed in your environment:
- Method:
GET
- URL:
https://api.businesscentral.dynamics...