Business Central 2026 release wave 1 (BC28.2): Use new APIs for analyzing approval workflows for auditors and IT staff

Dynamics 365 Business Central

Hi, Readers.
Dynamics 365 Business Central 2026 wave 1 (BC28.2) is generally available. More details: Cumulative Update Summary for Microsoft Dynamics 365 Business Central (June, 2026)

I will continue to test and share some new features that I hope will be helpful. In this post, I would like to talk about Use new APIs for analyzing approval workflows for auditors and IT staff.
Use new APIs for analyzing approval workflows for auditors and IT staff

Business value:
This feature enhances transparency and control by enabling secure, read-only access to approval workflows and user actions. Businesses can leverage these APIs to build advanced auditing and compliance reports in tools like Power BI, ensuring stronger governance and accountability. Additionally, integration with Microsoft Copilot Studio and MCP Server opens opportunities for intelligent automation and analytics, driving efficiency and insight. By isolating permissions for API access, organizations maintain robust security while empowering authorized teams to innovate confidently.

In this release wave, Microsoft is introducing read-only APIs on the (workflow) approval system.

I have exported the object list for all API page types and compared the code with BC28.1. Regarding the addition of approval workflows, here are the seven new APIs:

IDNameCaptionEditablePageTypeAPIVersionEntitySetNameEntityNameSourceTable
2145APIV2 – WorkflowsAPIV2 – WorkflowsNoAPIv2.0workflowsworkflow1501
2146APIV2 – Workflow Resp. OptionsAPIV2 – Workflow Resp. OptionsNoAPIv2.0workflowResponseOptionsworkflowResponseOption1523
2147APIV2 – Workflow StepsAPIV2 – Workflow StepsNoAPIv2.0workflowStepsworkflowStep1502
2148APIV2 – Workflow ApproversAPIV2 – Workflow ApproversNoAPIv2.0workflowApproversworkflowApprover1573
30093APIV2 – Pstd. Approval EntriesAPIV2 – Pstd. Approval EntriesNoAPIv2.0postedApprovalEntriespostedApprovalEntry456
30094APIV2 – Approval EntriesAPIV2 – Approval EntriesNoAPIv2.0approvalEntriesapprovalEntry454
30095APIV2 – Approval User SetupAPIV2 – Approval User SetupNoAPIv2.0approvalUserSetupsapprovalUserSetup91

All of these belong to the API V2.0. More details: Endpoints for the APIs (V1.0, V2.0, Beta, custom, automation……)
Let’s look at a few simple examples.

APIV2 – Workflows: workflows

Response:

APIV2 – Workflow Resp. Options: workflowResponseOptions

Response:

APIV2 - Workflow Steps: workflowSteps

Response:

APIV2 – Workflow Approvers: workflowApprovers

Response:

APIV2 – Pstd. Approval Entries: postedApprovalEntries

Response:

APIV2 – Approval Entries: approvalEntries

Response:

APIV2 – Approval User Setup: approvalUserSetups

Response:

Great. This allows for establishing security and auditing analytics and reporting outside Business Central—for example, creating reports with Power BI or agents with Microsoft Copilot Studio and MCP Server for Business Central.

Give it a try!!!😁

END

Hope this will help.

Thanks for reading.

ZHU

コメント

Copied title and URL