Solved
Gainsight PX API save app process time duration
I am trying to leverage gainsight PX API so that I can POST information about how long a certain process takes (from the backend). So basically, I will have a call in Java that determines the time from method 1 until the app gets to method 2, then save that time somehow to Gainsight (along with other information like which process this was and possibly user information). Is this possible? And how do I achieve this?