GET api/v1/Jyy/GetTeamModJcrs?gid={gid}&keywords={keywords}&mod={mod}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| gid | string |
Required |
|
| keywords | string |
Default value is |
|
| mod | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
ResultValue| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| ErrorCode | string |
None. |
|
| prompt | boolean |
None. |
|
| result | boolean |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"ErrorCode": "sample string 2",
"prompt": true,
"result": true,
"msg": "sample string 5",
"data": {}
}