GET api/DingVideoReception/GetLastVideoRecordTime?chapter_id={chapter_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| chapter_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseResponseOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| data | integer |
None. |
|
| msg | string |
None. |
|
| code | integer |
None. |
|
| total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": 1,
"msg": "sample string 2",
"code": 3,
"total": 4
}
application/xml, text/xml
Sample:
<BaseResponseOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LearnAPI"> <code>3</code> <msg>sample string 2</msg> <total>4</total> <data>1</data> </BaseResponseOfint>