Thermos

xmlapi/themos.xml
jsonapi/thermos.json

<Table>
  <thead>
    <tr>
      <th>
        Parameter
      </th>
      <th>
        Type
      </th>
      <th>
        Description
      </th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>
        <General /> 
      </td>
      <td>
      </td>
      <td>
        [IN] Parameters described in Overview
      </td>
    </tr>
    <tr>
      <td>
        Company
      </td>
      <td>
        String
      </td>
      <td>
        [IN] The company number for the thermometers list
      </td>
    </tr>
    <tr>
      <td>
        Response
      </td>
      <td>
        XML or JSON
      </td>
      <td>
        [OUT] XML or JSON containing thermometers the user has access to
      </td>
    </tr>
  </tbody>
</Table>

### Description

The Thermos call retrieves a list of thermometer index numbers and associated descriptions. The thermometer list is static data.

### Return Values

Response – XML or JSON. A list of thermometers.

The structure of the response is:

```xml
<Thermos TotalRows="nnn" TotalPages="nnn" MorePages="True/False">
  <Thermo>
    <JobPhase-Therm-Number> Thermometer index number </JobPhase-Therm-Number>
    <JobPhase-Therm-Name> Thermometer description </JobPhase-Therm-Name>
  </Thermo>
</Thermos>