Environment operations APIs
In this section, we meet APIs for environment operations—listing, creating, deleting, backup, and so on.
Detailed information about environment operations updates can be found here:
Environment list
This API is used to return a list of your environments. You could specify the application family to get environments only related to it. It has the following parameters:
- Method:
GET
- URL without application family:
https://api.businesscentral.dynamics.com/admin/v2.11/applications/environments
URL with application family: https://api.businesscentral.dynamics.com/admin/v2.11/applications/{applicationFamily}/environments
Getting an environment
This API is used to return environment details selected by the application family and a specified name. It has the following parameters:
- Method:
GET...