I'm trying to grab the response time of a web scenario with an API call. I found this topic which suggested to use history.get: https://www.zabbix.com/forum/showthread.php?t=40684
Here's a screenshot of what the data looks like in the Zabbix control panel:

Here's the parameters in my history.get call:
And here are the only results with the time '17:58:29':
Can someone help me with the history.get results? I don't know how to get the response time of '7s 81.8ms' as shown in the control panel screenshot.
Here's a screenshot of what the data looks like in the Zabbix control panel:

Here's the parameters in my history.get call:
Code:
'limit' => 1000,
'sortfield' => 'clock',
'sortorder' => 'DESC',
Code:
itemid:23692 clock:Tue, 14 Jan 2014 17:58:29 +0000 value:0 ns:533846034 itemid:23696 clock:Tue, 14 Jan 2014 17:58:29 +0000 value:200 ns:533418879 itemid:23309 clock:Tue, 14 Jan 2014 17:58:29 +0000 value:0 ns:738818601
Comment