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:
{
"6be640f0-513b-4b82-8485-c70634306091": "sample string 2",
"34f12a47-1d4d-4349-9e77-ed926e4b92da": "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>6be640f0-513b-4b82-8485-c70634306091</Key>
<Value>sample string 2</Value>
</KeyValueOfguidstring>
<KeyValueOfguidstring>
<Key>34f12a47-1d4d-4349-9e77-ed926e4b92da</Key>
<Value>sample string 4</Value>
</KeyValueOfguidstring>
</ArrayOfKeyValueOfguidstring>