GET api/installers/get-latest-installer-info
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DownloadInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| Name | string |
None. |
|
| Version | string |
None. |
|
| Size | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Type": "sample string 1",
"Name": "sample string 2",
"Version": "sample string 3",
"Size": 4.0
}
application/xml, text/xml
Sample:
<DownloadInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MScore.Domain.Custom.Downloads"> <Name>sample string 2</Name> <Size>4</Size> <Type>sample string 1</Type> <Version>sample string 3</Version> </DownloadInfo>