Business Central API deltalink does not work as expected, I have created an custom API in business Central to test the deltalink functionality,
to enable the deltalink , ChangeTrackingAllowed property is set down true in business central API,
And have done the Service to Service authentication to check API response in postman,
1) When I send get request to call the API , I got the expected response along with Deltalink
2) And when I was used that deltalink for sub sequential request to get changes records ony , it gives internal Server error, deltalink seems not be worked,
Kindly help me to figure it out that what extra setups needs to be done to start work deltalink functionality as per Microsoft document.
My business Central API,
2) Response from BC API with Deltalink:
3) When I use above deltalink in next get request , I received internal server error 500
Could you please help me to figure it out issue , and what setups needs to be done business Central and azure portal, where have I registered BC app for service to service authentication,
Kindly suggest investigation area , and how can I fix this issue.