Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 1.89 KB

dynamics_extension_get.md

File metadata and controls

72 lines (51 loc) · 1.89 KB
title description author ms.topic ms.devlang ms.date ms.author
Get extension
Gets an extension object in Dynamics 365 Business Central.
SusanneWindfeldPedersen
reference
al
04/01/2021
solsen

Get extension

Retrieves the properties and relationships of an extension 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})/extensions({packageId})

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 extension 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})/extensions({packageId})

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.

{
    "packageId": "3252be43-93d6-4d6a-b603-cdc0f0f32a9e",
    "id": "3d5b2137-efeb-4014-8489-41d37f8fd4c3",
    "displayName": "Late Payment Prediction",
    "publisher": "Microsoft",
    "versionMajor": 18,
    "versionMinor": 0,
    "scope": 0,
    "isInstalled": true
}

See Also

Tips for working with the APIs
extension