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://localhost:8585/channel201/v1/kvmap/personnel/joe

Example Response

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