</tr>
<tr valign="middle" align="center">
<td nowrap>2012-08-21 22:42:20.0</td>
<td nowrap>107</td>
<td nowrap>66</td>
</tr>
<tr valign="middle" align="center">
<td nowrap>2012-08-21 22:42:30.0</td>
<td nowrap>108</td>
<td nowrap>66</td>
</tr>
</table>
</BODY></HTML>
XML Response
When xml is entered in the DataQuery format parameter, the response will be
formatted as CSIXML. Following is an example response.
<?xml version="1.0" standalone="yes"?>
<csixml version="1.0">
<head>
<environment>
<station-name>Q2</station-name>
<table-name>BallastLine</table-name>
<model>CR1000</model>
<serial-no>18583</serial-no>
<os-version>CR1000.Std.25</os-version>
<dld-name>CPU:IndianaHarbor_081712.CR1</dld-name>
<dld-sig>33322</dld-sig>
</environment>
<fields>
<field name="Induced_Water" type="xsd:float" process="Smp"/>
</fields>
</head>
<data>
<r time="2012-08-21T22:41:50" no="104">
<v1>66</v1></r><r time="2012-08-21T22:42:00" no="105">
<v1>66</v1></r><r time="2012-08-21T22:42:10" no="106">
<v1>66</v1></r><r time="2012-08-21T22:42:20" no="107">
<v1>66</v1></r><r time="2012-08-21T22:42:30" no="108">
<v1>66</v1></r></data>
</csixml>
JSON Response
When json is entered in the DataQuery format parameter, the response will be
formatted as CSIJSON. Following is an example response:
{
.."head": {
...."transaction": 0,
...."signature": 26426,
...."environment": {
......"station_name": "Q2",
......"table_name": "BallastLine",
......"model": "CR1000",
......"serial_no": "18583",
......"os_version": "CR1000.Std.25",
......"prog_name": "CPU:IndianaHarbor_081712.CR1"
434