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": "30e7533c-0580-47a9-9aa8-8333f87df604",
"GroupID": "fe913eb1-c23c-4be7-92d8-a781436f6bfe",
"Name": "sample string 3",
"Content": "sample string 4",
"CreatorID": 5,
"CreateTime": "2025-12-16T23:30:50.4938119+08:00",
"UpdateTime": "2025-12-16T23:30:50.4938119+08:00"
}