GET omsapi/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 TopicGenreOutputName | 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": "e38d7026-8d6d-4d06-911d-89802b15c998", "Name": "sample string 2", "Describe": "sample string 3", "IconUrl": "sample string 4", "Time": "2025-05-13T22:01:19.9955936+08:00" }, { "ID": "e38d7026-8d6d-4d06-911d-89802b15c998", "Name": "sample string 2", "Describe": "sample string 3", "IconUrl": "sample string 4", "Time": "2025-05-13T22:01:19.9955936+08:00" } ]