GET omsapi/CategoryMatrixGenre?u={u}&t={t}&d={d}
获取CategoryMatrixGenre
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
获取CategoryMatrixGenre
CategoryMatrixGenreOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| CompanyID | integer |
None. |
|
| CompanyName | string |
None. |
|
| CreatorID | integer |
None. |
|
| CreatorName | string |
None. |
|
| CreatorHeadPic | string |
None. |
|
| UpdateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "70e645c5-f98f-435d-8e11-2de1fb48ece6",
"Name": "sample string 2",
"CompanyID": 3,
"CompanyName": "sample string 4",
"CreatorID": 5,
"CreatorName": "sample string 6",
"CreatorHeadPic": "sample string 7",
"UpdateTime": "2025-12-16T19:50:53.8988555+08:00"
}