GET api/TopicGenres?u={u}&t={t}&d={d}
获取TopicGenre列表
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
获取TopicGenre列表
Collection of ApiTopicGenreOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Describe | string |
None. |
|
| IconUrl | string |
None. |
|
| Time | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "7ae60c9e-8fcb-4c9c-8418-a23c83dec70c",
"Name": "sample string 2",
"Describe": "sample string 3",
"IconUrl": "sample string 4",
"Time": "2025-12-16T23:27:11.1594516+08:00"
},
{
"ID": "7ae60c9e-8fcb-4c9c-8418-a23c83dec70c",
"Name": "sample string 2",
"Describe": "sample string 3",
"IconUrl": "sample string 4",
"Time": "2025-12-16T23:27:11.1594516+08:00"
}
]