Represents an extension deployment status in Dynamics 365 Business Central.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
| Method | Return Type | Description |
|---|---|---|
| GET extensionDeploymentStatus | extensionDeploymentStatus | Gets a extension deployment status object. |
Properties
| Property | Type | Description |
|---|---|---|
| operationID | GUID | The unique ID of the operation. |
| name | string | Represents the extension deployment status's name. |
| publisher | string | Specifies the publisher of the extension. |
| operationType | string | Specifies the operation. |
| status | string | Specifies the status of the extension deployment status. |
| schedule | string | Specifies the schedule for installation. |
| appVersion | string | The version of the App. |
| startedOn | datetime | Timestamp for the initialization of the operation. |
JSON representation
Here is a JSON representation of the extensionDeploymentStatus resource.
{
"operationID": "GUID",
"name": "string",
"publisher": "string",
"operationType": "string",
"status": "string",
"schedule": "string",
"appVersion": "string",
"startedOn": "datetime"
}