GET api/StatusDashboard/ClientTypeLogs?clientId={clientId}&typeId={typeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | globally unique identifier |
Required |
|
| typeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of string [key] and Collection of Dictionary of Object [key] and Object [value] [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": [
{
"System.Object": {}
},
{
"System.Object": {}
}
],
"sample string 2": [
{
"System.Object": {}
},
{
"System.Object": {}
}
]
}
text/html
Sample:
{"sample string 1":[{"System.Object":{},"System.Object":{}},{"System.Object":{},"System.Object":{}}],"sample string 2":[{"System.Object":{},"System.Object":{}},{"System.Object":{},"System.Object":{}}]}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringArrayOfArrayOfKeyValueOfanyTypeanyTypety7Ep6D1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfstringArrayOfArrayOfKeyValueOfanyTypeanyTypety7Ep6D1>
<Key>sample string 1</Key>
<Value>
<ArrayOfKeyValueOfanyTypeanyType>
<KeyValueOfanyTypeanyType>
<Key />
<Value />
</KeyValueOfanyTypeanyType>
<KeyValueOfanyTypeanyType>
<Key />
<Value />
</KeyValueOfanyTypeanyType>
</ArrayOfKeyValueOfanyTypeanyType>
<ArrayOfKeyValueOfanyTypeanyType>
<KeyValueOfanyTypeanyType>
<Key />
<Value />
</KeyValueOfanyTypeanyType>
<KeyValueOfanyTypeanyType>
<Key />
<Value />
</KeyValueOfanyTypeanyType>
</ArrayOfKeyValueOfanyTypeanyType>
</Value>
</KeyValueOfstringArrayOfArrayOfKeyValueOfanyTypeanyTypety7Ep6D1>
<KeyValueOfstringArrayOfArrayOfKeyValueOfanyTypeanyTypety7Ep6D1>
<Key>sample string 2</Key>
<Value>
<ArrayOfKeyValueOfanyTypeanyType>
<KeyValueOfanyTypeanyType>
<Key />
<Value />
</KeyValueOfanyTypeanyType>
<KeyValueOfanyTypeanyType>
<Key />
<Value />
</KeyValueOfanyTypeanyType>
</ArrayOfKeyValueOfanyTypeanyType>
<ArrayOfKeyValueOfanyTypeanyType>
<KeyValueOfanyTypeanyType>
<Key />
<Value />
</KeyValueOfanyTypeanyType>
<KeyValueOfanyTypeanyType>
<Key />
<Value />
</KeyValueOfanyTypeanyType>
</ArrayOfKeyValueOfanyTypeanyType>
</Value>
</KeyValueOfstringArrayOfArrayOfKeyValueOfanyTypeanyTypety7Ep6D1>
</ArrayOfKeyValueOfstringArrayOfArrayOfKeyValueOfanyTypeanyTypety7Ep6D1>