GET api/Admin/GetCaseProfiles?userid={userid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of string [key] and Collection of Object [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": [
{},
{}
],
"sample string 2": [
{},
{}
]
}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringArrayOfanyTypety7Ep6D1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfstringArrayOfanyTypety7Ep6D1>
<Key>sample string 1</Key>
<Value>
<anyType />
<anyType />
</Value>
</KeyValueOfstringArrayOfanyTypety7Ep6D1>
<KeyValueOfstringArrayOfanyTypety7Ep6D1>
<Key>sample string 2</Key>
<Value>
<anyType />
<anyType />
</Value>
</KeyValueOfstringArrayOfanyTypety7Ep6D1>
</ArrayOfKeyValueOfstringArrayOfanyTypety7Ep6D1>