GET api/MSI/Update/getLastVersion/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ms_AppVersions| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UniversityId | globally unique identifier |
None. |
|
| DownLoadUrl | string |
None. |
|
| Version | string |
None. |
|
| IsNeedDBReset | boolean |
None. |
|
| Status | boolean |
None. |
|
| Remark | string |
None. |
|
| InputDate | date |
None. |
|
| InputUser | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "4d1c459e-b46e-447d-93fe-8706fc1096c5",
"UniversityId": "f1500f25-be12-4c99-b5bf-0180ea3a5b09",
"DownLoadUrl": "sample string 2",
"Version": "sample string 3",
"IsNeedDBReset": true,
"Status": true,
"Remark": "sample string 6",
"InputDate": "2026-07-21T04:16:03.4493909+08:00",
"InputUser": "9f2e3c7f-bbcf-4b86-9f8b-827f22be2e78"
}
application/xml, text/xml
Sample:
<ms_AppVersions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EUSI.EUSIEntities"> <DownLoadUrl>sample string 2</DownLoadUrl> <Id>4d1c459e-b46e-447d-93fe-8706fc1096c5</Id> <InputDate>2026-07-21T04:16:03.4493909+08:00</InputDate> <InputUser>9f2e3c7f-bbcf-4b86-9f8b-827f22be2e78</InputUser> <IsNeedDBReset>true</IsNeedDBReset> <Remark>sample string 6</Remark> <Status>true</Status> <UniversityId>f1500f25-be12-4c99-b5bf-0180ea3a5b09</UniversityId> <Version>sample string 3</Version> </ms_AppVersions>