GET chan_name/kvmap/map_name/key

The web method GET chan_name/v1/kvmap/map_name/key gets the value of a key within a specific map on a specific channel.

chan_name in the URI is the channel name.

map_name in the URI is the map name.

key in the URI is the key string.

Example Requests

curl http://host:port/chan_name/v1/kvmap/personnel/joe

Example Response

{
  "value":{
    "price":154.80
  }}