GET api/Policy/GetHearFromValues
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Dictionary of globally unique identifier [key] and string [value]Response Formats
application/json, text/json
Sample:
{
"36fdc08e-32cd-4403-8071-69aebb68fa9f": "sample string 2",
"728f11c0-ab75-459d-b5a9-d287eb35ff1a": "sample string 4"
}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfguidstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfguidstring>
<Key>36fdc08e-32cd-4403-8071-69aebb68fa9f</Key>
<Value>sample string 2</Value>
</KeyValueOfguidstring>
<KeyValueOfguidstring>
<Key>728f11c0-ab75-459d-b5a9-d287eb35ff1a</Key>
<Value>sample string 4</Value>
</KeyValueOfguidstring>
</ArrayOfKeyValueOfguidstring>