View all available API in Dynamics 365 Business central.
We can view all API provided by MS Business central on Post man by accessing the end point provided by Microsoft. For E:g
https://api.businesscentral.dynamics.com/v2.0/cronus.com/sandbox/api/v2.0
But it is not very convenient way. So, Microsoft have introduced a Page Meta Data (table 2000000138) virtual table.
The table have field PageType
You can Run the table from VS Code, from AL Explorer -> Run, as shown below.

So you can force Business Central to run “Page Metadata” table by adding the ?table=2000000138 parameter to the URL
You can filter on Pagetype field to get the list of all APIs.
You can get further more details about the API, see below marked.

Stay Tuned !!


