GET Api/GetAppVersionList?userID={userID}
获取APP版本信息列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userID |
用户ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of vm_AppMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| fldGuid | globally unique identifier |
None. |
|
| fldReadGuid |
已读的guid |
globally unique identifier |
None. |
| title |
标头 |
string |
None. |
| info |
消息内容 |
string |
None. |
| type |
消息类型,0普通信息,1app更新前提示,2app更新后提示 |
string |
None. |
| url |
app下载路径,类型为普通消息时则存放业务链接url |
string |
None. |
| fldPagePath |
普通消息时,app内部页面路径 |
string |
None. |
| version |
App版本号,类型为1或2时用到 |
string |
None. |
| time |
创建时间 |
date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"fldGuid": "ce2ae069-4bb1-4bcd-8f17-69a31620baad",
"fldReadGuid": "2cac671e-92e9-4ed8-a910-44f2edda6c01",
"title": "sample string 2",
"info": "sample string 3",
"type": "sample string 4",
"url": "sample string 5",
"fldPagePath": "sample string 6",
"version": "sample string 7",
"time": "2026-04-09T01:16:33.0679832+08:00"
},
{
"fldGuid": "ce2ae069-4bb1-4bcd-8f17-69a31620baad",
"fldReadGuid": "2cac671e-92e9-4ed8-a910-44f2edda6c01",
"title": "sample string 2",
"info": "sample string 3",
"type": "sample string 4",
"url": "sample string 5",
"fldPagePath": "sample string 6",
"version": "sample string 7",
"time": "2026-04-09T01:16:33.0679832+08:00"
}
]