GET api/DynamicNews?u={u}&t={t}&d={d}
获取DynamicNews列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| u |
用户ID |
integer |
Required |
| t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
| d | string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取DynamicNews列表
DynamicNews| Name | Description | Type | Additional information |
|---|---|---|---|
| Time |
统计时间 |
date |
None. |
| Items | Collection of Item |
None. |
Response Formats
application/json, text/json
Sample:
{
"Time": "2025-11-03T18:17:57.9035479+08:00",
"Items": [
{
"Type": 0,
"ID": "f9817cf6-5233-4e18-badb-27d4064b9be9",
"Name": "sample string 2",
"Amounts": 3
},
{
"Type": 0,
"ID": "f9817cf6-5233-4e18-badb-27d4064b9be9",
"Name": "sample string 2",
"Amounts": 3
}
]
}
application/xml, text/xml
Sample:
<DynamicNews xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Care365_V2.Model.TrainSys">
<Items>
<DynamicNews.Item>
<Amounts>3</Amounts>
<ID>f9817cf6-5233-4e18-badb-27d4064b9be9</ID>
<Name>sample string 2</Name>
<Type>SkilledWorker</Type>
</DynamicNews.Item>
<DynamicNews.Item>
<Amounts>3</Amounts>
<ID>f9817cf6-5233-4e18-badb-27d4064b9be9</ID>
<Name>sample string 2</Name>
<Type>SkilledWorker</Type>
</DynamicNews.Item>
</Items>
<Time>2025-11-03T18:17:57.9035479+08:00</Time>
</DynamicNews>