GET api/Topic?u={u}&t={t}&d={d}
获取Topic
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
获取Topic
TopicOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| GenreID |
主题类型ID |
globally unique identifier |
None. |
| GenreName | string |
None. |
|
| CreatorID | integer |
None. |
|
| CreatorName | string |
None. |
|
| CreatorHeadPic | string |
None. |
|
| CompanyID | integer |
None. |
|
| CompanyName | string |
None. |
|
| Title | string |
None. |
|
| Describe | string |
None. |
|
| IsAnonymous |
是否匿名 |
boolean |
None. |
| ViewAmounts |
阅读数量 |
integer |
None. |
| ReplyAmounts |
回复数量 |
integer |
None. |
| CreateTime | date |
None. |
|
| UpdateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "b8e8032e-14e2-4c97-b204-48716d98ea60",
"GenreID": "f5df5412-aba0-4eab-9435-4b763c0256b0",
"GenreName": "sample string 3",
"CreatorID": 4,
"CreatorName": "sample string 5",
"CreatorHeadPic": "sample string 6",
"CompanyID": 7,
"CompanyName": "sample string 8",
"Title": "sample string 9",
"Describe": "sample string 10",
"IsAnonymous": true,
"ViewAmounts": 12,
"ReplyAmounts": 13,
"CreateTime": "2025-12-16T23:24:57.4235008+08:00",
"UpdateTime": "2025-12-16T23:24:57.4235008+08:00"
}