GET api/sessionmetrics/aggregatehash?ClientId={ClientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
AggregateHash| Name | Description | Type | Additional information |
|---|---|---|---|
| RowCount | integer |
None. |
|
| HashString | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"RowCount": 1,
"HashString": "sample string 2"
}
application/xml, text/xml
Sample:
<AggregateHash xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MScore.Synchronization.WebApi.Dto.Sync"> <HashString>sample string 2</HashString> <RowCount>1</RowCount> </AggregateHash>