
Hello,
We were wondering if Web API logs all the request and responses somewhere? I couldn't find any info about this online and I can't guess where to find it.
We will try to integrate another system with Web API with our CRM On Premises, but there is a requirement that we log every request and response from web api calls.
Does crm web api provide this functionality by default? What are our options? We would appreciate some info about this.
Thanks for the help.
*This post is locked for comments
I have the same question (0)Hi Okank,
No, it is not default feature you have to log using your code from where you are calling API. If you want to see call fiddler will also help.