GET api/curricula/aggregatehash?ClientId={ClientId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ClientId

integer

None.

Body Parameters

None.

Response Information

Resource Description

AggregateHash
NameDescriptionTypeAdditional 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>