Fetching EventsSyntaxGET /eventengine/events.xml?[parameters] Input
Output
ExampleGET http://demo.visfleet.com/eventengine/events?search=hamilton+idling <events>
<event>
<id>556263</id>
<source>asset</source>
<source_id>316</source_id>
<level>1</level>
<title>Vehicle 316 Idling</title>
<description>Vehicle 316 Idling...</description>
<start_time>2009-06-26T00:21:43Z</start_time>
<end_time>2009-06-26T00:21:54Z</end_time>
<duration>11.0</duration>
<distance>0.0</distance>
<rule_config_name>idling</rule_config_name>
<effective_at>2009-06-26T12:21:43+12:00</effective_at>
<geom>174.78277,-41.29546 174.78277,-41.29546</geom>
<start_location_name></start_location_name>
<end_location_name></end_location_name>
<start_street_address></start_street_address>
<end_street_address></end_street_address>
<updated_at>2009-06-26T12:22:26+12:00</updated_at>
<created_at>2009-06-26T12:22:26+12:00</created_at>
</event>
...
</events>
|