Capture Time Response of REST Service
I would like to capture the Time Response of a REST Service, as it is shown in Postman for example:
In the example I would like to capture the value of "406 ms". I have tried to capture the Start Time and End Time in the Activity of the Service and use the function of @DateTimeDifference with milliseconds, but the result is not the same as the Service (In the activity the result is 6 ms).
I know that in PDC in the Event alert of "PEGA0011 Service Total Time" the time response is captured from Pega and sent to PDC. But I don't know where to capture that value.
Any help is welcome, thanks!