GET api/SystemStatus/MaxRowVersions/{LastUpdated}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastUpdated | unsigned integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of string [key] and unsigned integer [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": 2,
"sample string 3": 4
}