GET omsapi/Notice?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 |
ID=[,guid] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取Notice
Notice| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| GroupID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Content | string |
None. |
|
| CreatorID | integer |
None. |
|
| CreateTime | date |
None. |
|
| UpdateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "b23bff81-76f4-4703-a15b-33464974c3d6",
"GroupID": "9bbd34c6-673e-4355-9611-1daeb14cbf70",
"Name": "sample string 3",
"Content": "sample string 4",
"CreatorID": 5,
"CreateTime": "2025-12-17T13:06:04.2849176+08:00",
"UpdateTime": "2025-12-17T13:06:04.2849176+08:00"
}