Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 2.06 KB

dynamics_extensiondeploymentstatus_get.md

File metadata and controls

73 lines (52 loc) · 2.06 KB
title description author ms.topic ms.devlang ms.date ms.author ms.reviewer
(automation API) Get extensionDeploymentStatus
Gets an extension deployment status object in Dynamics 365 Business Central.
SusanneWindfeldPedersen
reference
al
05/31/2024
solsen
solsen

(automation API) Get extensionDeploymentStatus

Retrieves the properties and relationships of an extension deployment status object for [!INCLUDEd365fin_long_md].

HTTP request

Replace the URL prefix for [!INCLUDE prod_short] depending on environment following the guideline.

GET /microsoft/automation/v2.0/companies({companyId})/extensionDeploymentStatus

Request headers

Header Value
Authorization Bearer {token}. Required.

Request body

Do not supply a request body for this method.

Response

If successful, this method returns a 200 OK response code and an extensionDeploymentStatus object in the response body.

Example

Request

Here is an example of the request.

GET https://api.businesscentral.dynamics.com/v2.0/{environment name}/api/microsoft/automation/v2.0/companies({companyId})/extensionDeploymentStatus

Response

Here is an example of the response.

Note

The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.

{
  "operationID": "138fb013-1ebd-4e65-a333-420631e67344",
  "name": "VeryNiceApp",
  "publisher": "Default publisher",
  "operationType": "Upload",
  "status": "Completed",
  "schedule": "Immediate",
  "appVersion": "1.0.0.0",
  "startedOn": "2018-08-23T09:07:04.387Z"
}

See Also

Tips for working with the APIs
extensionDeploymentStatus