GET api/Read/getChapter?chaperLink={chaperLink}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
chaperLink | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ChapterInfoName | Description | Type | Additional information |
---|---|---|---|
title | string |
None. |
|
body | string |
None. |
|
isVip | boolean |
None. |
|
cpContent | string |
None. |
|
currenc | integer |
None. |
|
id | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "title": "sample string 1", "body": "sample string 2", "isVip": true, "cpContent": "sample string 4", "currenc": 5, "id": "sample string 6" }
application/xml, text/xml
Sample:
<ChapterInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.View.View.Read"> <body>sample string 2</body> <cpContent>sample string 4</cpContent> <currenc>5</currenc> <id>sample string 6</id> <isVip>true</isVip> <title>sample string 1</title> </ChapterInfo>