GET api/Update/{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": "1e4533ef-9708-4388-8bbd-9fc4a8a55fad",
"UniversityId": "2edc5073-0b7e-4925-9e0d-da89c274b4f5",
"DownLoadUrl": "sample string 2",
"Version": "sample string 3",
"IsNeedDBReset": true,
"Status": true,
"Remark": "sample string 6",
"InputDate": "2026-07-21T04:15:39.5105216+08:00",
"InputUser": "ff1998b1-fd99-4a07-a893-44de93eb8232"
}
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>1e4533ef-9708-4388-8bbd-9fc4a8a55fad</Id> <InputDate>2026-07-21T04:15:39.5105216+08:00</InputDate> <InputUser>ff1998b1-fd99-4a07-a893-44de93eb8232</InputUser> <IsNeedDBReset>true</IsNeedDBReset> <Remark>sample string 6</Remark> <Status>true</Status> <UniversityId>2edc5073-0b7e-4925-9e0d-da89c274b4f5</UniversityId> <Version>sample string 3</Version> </ms_AppVersions>