Skip to main content

Get a Value

POST 

/v1/valuestore/getValue

Get a value from the valuestore.

MQTT Topic

$anedya/device/{deviceid}/valuestore/getValue/json

Request

Body

    reqId string
    namespace objectrequired
    scope stringrequired

    Possible values: [global, self]

    id string
    key stringrequired

Responses

Success

Schema
    reqId string
    success boolean
    error string
    errorcode string
    namespace object
    scope string

    Possible values: [global, self]

    id string
    key string
    value object
    oneOf

    string

    type string
Loading...