GET api/Values

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Dictionary of string [key] and SlimReading [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": {
    "Price": 1.1
  },
  "sample string 2": {
    "Price": 1.1
  }
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringSlimReadingmE9Pp264 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringSlimReadingmE9Pp264>
    <Key>sample string 1</Key>
    <Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/GetPrices">
      <d3p1:Price>1.1</d3p1:Price>
    </Value>
  </KeyValueOfstringSlimReadingmE9Pp264>
  <KeyValueOfstringSlimReadingmE9Pp264>
    <Key>sample string 2</Key>
    <Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/GetPrices">
      <d3p1:Price>1.1</d3p1:Price>
    </Value>
  </KeyValueOfstringSlimReadingmE9Pp264>
</ArrayOfKeyValueOfstringSlimReadingmE9Pp264>