POST Admin/GetDetailsforUser
Request Information
URI Parameters
None.
Body Parameters
MyBookSearchType| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| SortString | string |
None. |
|
| UserId | integer |
None. |
|
| BookRevisionNo | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| ChapterTitle | string |
None. |
|
| ChapterDescription | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"PageIndex": 2,
"SortString": "sample string 3",
"UserId": 4,
"BookRevisionNo": 5,
"Title": "sample string 6",
"Description": "sample string 7",
"ChapterTitle": "sample string 8",
"ChapterDescription": "sample string 9"
}
application/xml, text/xml
Sample:
<MyBookSearchType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMW.TalkingPages.WebApi"> <BookRevisionNo>5</BookRevisionNo> <ChapterDescription>sample string 9</ChapterDescription> <ChapterTitle>sample string 8</ChapterTitle> <Description>sample string 7</Description> <PageIndex>2</PageIndex> <PageSize>1</PageSize> <SortString>sample string 3</SortString> <Title>sample string 6</Title> <UserId>4</UserId> </MyBookSearchType>
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. |