GET api/AdminSportHistory/GetSportHistoryCount?StartTime={StartTime}&EndTime={EndTime}&Status={Status}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StartTime | date |
Required |
|
| EndTime | date |
Required |
|
| Status | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AdminResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| data | Collection of Object |
None. |
|
| arr | Collection of Object |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"data": null,
"arr": null,
"message": "sample string 2"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.