Menu

SensorModelList

Jim

List existing sensor models

Returns a list of existing sensor models

Path:cs-ws/resources/admin/sensormodel/list Method: GET

Parameters

  • apikey

Errors:

  • 401 UNAUTHORIZED if key is invalid or not admin key

Example

GET http://localhost/cs-ws/resources/admin/sensormodel/list?apikey=1234 HTTP/1.1

HTTP/1.1 200 OK
<sensormodels>
   <sensormodel>
      <attribute>
         <name>testattr1</name>
         <type>Number</type>
      </attribute>
      <name>Test1</name>
   </sensormodel>
   <sensormodel>
      <attribute>
         <name>S1</name>
         <type>Number</type>
      </attribute>
      <name>SM1</name>
   </sensormodel>
   <success>true</success>
</sensormodels>

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.