GET omsapi/Match?u={u}&t={t}&d={d}
获取Match
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
获取Match
MatchOutputName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
Title | string |
None. |
|
Describe | string |
None. |
|
Genre |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": "58021783-1c30-4fc6-befe-bf1d66203b98", "Title": "sample string 2", "Describe": "sample string 3", "Genre": 0, "TeamAmounts": 4, "TeamModel": 0, "PictureUrl": "sample string 5", "BeginTime": "2025-05-13T22:08:36.456601+08:00", "EndTime": "2025-05-13T22:08:36.456601+08:00", "CreatorID": 8, "IsPublic": true, "MemberAmounts": 10, "CreateTime": "2025-05-13T22:08:36.456601+08:00", "UpdateTime": "2025-05-13T22:08:36.456601+08:00" }