Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/2000000095
Table Type: System
Table Name: API Webhook Subscription
Database Table Name: API Webhook Subscription
Due to how Dynamics BC tables and columns are named, square brackets need to be wrapped around the table name and column names. Below are example queries showing how API Webhook Subscription can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[API Webhook Subscription]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[Subscription Id]
,[Entity Publisher]
,[Entity Group]
,[Entity Version]
,[Entity Set Name]
,[Company Name]
,[Notification Url Blob]
,[User Id]
,[Last Modified Date Time]
,[Client State]
,[Expiration Date Time]
,[Resource Url Blob]
,[Notification Url Prefix]
,[Source Table Id]
,[Subscription Type]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[API Webhook Subscription]