GET api/Read/fuzzySearch?query={query}&start={start}&limit={limit}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
query | string |
Required |
|
start | integer |
Required |
|
limit | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of QueryBookInfoName | Description | Type | Additional information |
---|---|---|---|
_id | string |
None. |
|
hasCp | boolean |
None. |
|
title | string |
None. |
|
cat | string |
None. |
|
author | string |
None. |
|
site | string |
None. |
|
cover | string |
None. |
|
shortIntro | string |
None. |
|
lastChapter | string |
None. |
|
retentionRatio | string |
None. |
|
latelyFollower | integer |
None. |
|
wordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "_id": "sample string 1", "hasCp": true, "title": "sample string 3", "cat": "sample string 4", "author": "sample string 5", "site": "sample string 6", "cover": "sample string 7", "shortIntro": "sample string 8", "lastChapter": "sample string 9", "retentionRatio": "sample string 10", "latelyFollower": 11, "wordCount": 12 }, { "_id": "sample string 1", "hasCp": true, "title": "sample string 3", "cat": "sample string 4", "author": "sample string 5", "site": "sample string 6", "cover": "sample string 7", "shortIntro": "sample string 8", "lastChapter": "sample string 9", "retentionRatio": "sample string 10", "latelyFollower": 11, "wordCount": 12 } ]
application/xml, text/xml
Sample:
<ArrayOfQueryBookInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.View.View.Read"> <QueryBookInfo> <_id>sample string 1</_id> <author>sample string 5</author> <cat>sample string 4</cat> <cover>sample string 7</cover> <hasCp>true</hasCp> <lastChapter>sample string 9</lastChapter> <latelyFollower>11</latelyFollower> <retentionRatio>sample string 10</retentionRatio> <shortIntro>sample string 8</shortIntro> <site>sample string 6</site> <title>sample string 3</title> <wordCount>12</wordCount> </QueryBookInfo> <QueryBookInfo> <_id>sample string 1</_id> <author>sample string 5</author> <cat>sample string 4</cat> <cover>sample string 7</cover> <hasCp>true</hasCp> <lastChapter>sample string 9</lastChapter> <latelyFollower>11</latelyFollower> <retentionRatio>sample string 10</retentionRatio> <shortIntro>sample string 8</shortIntro> <site>sample string 6</site> <title>sample string 3</title> <wordCount>12</wordCount> </QueryBookInfo> </ArrayOfQueryBookInfo>