Current Value

Please read the web service primer to understand how to provide proper authentication parameters. For simplicity, authentication parameters are not shown here.

com.nimbits.server.service.CurrentValueService

Description

Records new values and/or returns the last recorded value to a given point.

GET

Parmeters

Sample

http://cloud.nimbits.com/service/currentvalue?point=test&email=example@gmail.com&format=json

Returns a JSON formated Value Object.

{"id":2644002,"lat":0.0,"lng":0.0,"d":104.0,"timestamp":"Oct 29, 2010 9:48:28 PM","pointFK":1929017}

Remove the format parameter for a current value:

http://cloud.nimbits.com/service/currentvalue?point=test&email=example@gmail.com

Returns the number value. The is useful for importing current values into excel.

    104.0

POST