GET api/Menus/rowhashes?ClientId={ClientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of DataRowHash| Name | Description | Type | Additional information |
|---|---|---|---|
| Keys | string |
None. |
|
| Value | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Keys": "sample string 1",
"Value": "sample string 2"
},
{
"Keys": "sample string 1",
"Value": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfDataRowHash xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MScore.Synchronization.WebApi.Dto.Sync">
<DataRowHash>
<Keys>sample string 1</Keys>
<Value>sample string 2</Value>
</DataRowHash>
<DataRowHash>
<Keys>sample string 1</Keys>
<Value>sample string 2</Value>
</DataRowHash>
</ArrayOfDataRowHash>