GET api/NSI/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": "ae7c9ff2-0fbd-4613-be77-cce3ef061c74",
"UniversityId": "a9058eab-eac7-47ec-be8e-3c7bd044aa91",
"DownLoadUrl": "sample string 2",
"Version": "sample string 3",
"IsNeedDBReset": true,
"Status": true,
"Remark": "sample string 6",
"InputDate": "2026-07-21T04:16:06.79416+08:00",
"InputUser": "97ec14a2-5c65-46e3-a271-6ed708cd2621"
}
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>ae7c9ff2-0fbd-4613-be77-cce3ef061c74</Id> <InputDate>2026-07-21T04:16:06.79416+08:00</InputDate> <InputUser>97ec14a2-5c65-46e3-a271-6ed708cd2621</InputUser> <IsNeedDBReset>true</IsNeedDBReset> <Remark>sample string 6</Remark> <Status>true</Status> <UniversityId>a9058eab-eac7-47ec-be8e-3c7bd044aa91</UniversityId> <Version>sample string 3</Version> </ms_AppVersions>