GET omsapi/Notice?u={u}&t={t}&d={d}

获取Notice

Request Information

URI Parameters

NameDescriptionTypeAdditional information
u

用户ID

integer

Required

t

[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密

string

Required

d

ID=[,guid]

string

Required

Body Parameters

None.

Response Information

Resource Description

获取Notice

Notice
NameDescriptionTypeAdditional 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": "4195ce08-8a35-43b9-940d-e8c08b98764e",
  "GroupID": "ee61f551-c768-4256-a7a9-9375f1e27b5b",
  "Name": "sample string 3",
  "Content": "sample string 4",
  "CreatorID": 5,
  "CreateTime": "2025-05-13T16:18:47.4329022+08:00",
  "UpdateTime": "2025-05-13T16:18:47.4329022+08:00"
}