REST api call data logging

Is there an option in app server tracing to make the data also log when a REST call is made?
In a similar way to client tracing on the Epicor .net client?

thanks.

Run Server Trace for REST commands - ERP 10 - Epicor User Help Forum (epiusers.help)

Try in your test environment first.

1 Like

I have seen these settings. They dont seem to show any data in the REST transaction.

No you won’t be able to see the data, but it logs the calls for you.

1 Like

That’s annoying, Jose.

Simply knowing the BO call is only part of the picture. I wonder if that is intentional?

My only other thought is if the transactions can be temporarily done via http i could sniff using Wireshark?

If you are running the REST calls yourself then you can just monitor them from your computer using Fiddler (great tool) and it even works over https.

1 Like