GET omsapi/Notices?u={u}&t={t}&d={d}
获取Notice列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| u |
用户ID |
integer |
Required |
| t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
| d |
GroupID=[,guid],PageNumber=[,int],PageSize=[,int] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取Notice列表
DataResultListOfNotice| Name | Description | Type | Additional information |
|---|---|---|---|
| DataList | Collection of Notice |
None. |
|
| PageNum | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageCount | integer |
None. |
|
| PreviousIndex | integer |
None. |
|
| NextIndex | integer |
None. |
|
| RecordCount | integer |
None. |
|
| Error | boolean |
None. |
|
| ErrorInfo | Collection of string |
None. |
|
| ExInfo | Exception |
None. |
Response Formats
application/json, text/json
Sample:
{
"_pageSize": 2,
"_recordCount": 3,
"_pageNum": 1,
"_error": true,
"_errorInfo": [
"sample string 1",
"sample string 2"
],
"_exInfo": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"_dataList": [
{
"ID": "ed831398-2253-46d8-8b65-a8978566d187",
"GroupID": "3d33f672-3da3-4fcc-afd4-24088978ef79",
"Name": "sample string 3",
"Content": "sample string 4",
"CreatorID": 5,
"CreateTime": "2025-12-16T23:31:58.2132925+08:00",
"UpdateTime": "2025-12-16T23:31:58.2132925+08:00"
},
{
"ID": "ed831398-2253-46d8-8b65-a8978566d187",
"GroupID": "3d33f672-3da3-4fcc-afd4-24088978ef79",
"Name": "sample string 3",
"Content": "sample string 4",
"CreatorID": 5,
"CreateTime": "2025-12-16T23:31:58.2132925+08:00",
"UpdateTime": "2025-12-16T23:31:58.2132925+08:00"
}
]
}