26 Sep 2018
02:37 AM
- last edited on
29 May 2023
02:23 AM
by
MaciejNeumann
Hi,
I'm Monitoring my java application with APM tool and able to see all transaction data at SaaS account (https://xxxxxx.live.dynatrace.com/#services;filter=anyFilter;gtf=l_2_HOURS ).
I want all raw transaction data monitored by APM with API call.
Is there any feature to get all raw transaction data?
Please suggest.
Thank in Advance
Arpan
Solved! Go to Solution.
There is a session query API that allows you query the raw info of RUM sessions, which you can find here:
https://www.dynatrace.com/support/help/user-experi...
There is no API that allows you to fetch the raw transaction data.
May I ask what you would like to do with the raw transaction data and what use-case you would like to implement?
Thank you Wolfgang.