POST Moderator/GetBooks
Request Information
URI Parameters
None.
Body Parameters
ModeratorBookSearchType| Name | Description | Type | Additional information |
|---|---|---|---|
| BookRevisionNo | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| ChapterTitle | string |
None. |
|
| ChapterDescription | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| SortString | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BookRevisionNo": 1,
"Title": "sample string 2",
"Description": "sample string 3",
"ChapterTitle": "sample string 4",
"ChapterDescription": "sample string 5",
"PageSize": 6,
"PageIndex": 7,
"SortString": "sample string 8"
}
application/xml, text/xml
Sample:
<ModeratorBookSearchType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMW.TalkingPages.WebApi"> <BookRevisionNo>1</BookRevisionNo> <ChapterDescription>sample string 5</ChapterDescription> <ChapterTitle>sample string 4</ChapterTitle> <Description>sample string 3</Description> <PageIndex>7</PageIndex> <PageSize>6</PageSize> <SortString>sample string 8</SortString> <Title>sample string 2</Title> </ModeratorBookSearchType>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |