POST api/UserApi/Search
Request Information
URI Parameters
None.
Body Parameters
Grid| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalPage | integer |
None. |
|
| Model | Object |
None. |
|
| ClientId | string |
None. |
|
| Value | string |
None. |
|
| Sort | string |
None. |
|
| SortOrderBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageIndex": 1,
"PageSize": 2,
"TotalPage": 3,
"Model": {},
"ClientId": "sample string 5",
"Value": "sample string 6",
"Sort": "sample string 7",
"SortOrderBy": "sample string 8"
}
application/xml, text/xml
Sample:
<Grid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SecurityApi"> <ClientId>sample string 5</ClientId> <Model /> <PageIndex>1</PageIndex> <PageSize>2</PageSize> <Sort>sample string 7</Sort> <SortOrderBy>sample string 8</SortOrderBy> <TotalPage>3</TotalPage> <Value>sample string 6</Value> </Grid>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Grid| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalPage | integer |
None. |
|
| Model | Object |
None. |
|
| ClientId | string |
None. |
|
| Value | string |
None. |
|
| Sort | string |
None. |
|
| SortOrderBy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PageIndex": 1,
"PageSize": 2,
"TotalPage": 3,
"Model": {},
"ClientId": "sample string 5",
"Value": "sample string 6",
"Sort": "sample string 7",
"SortOrderBy": "sample string 8"
}
application/xml, text/xml
Sample:
<Grid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SecurityApi"> <ClientId>sample string 5</ClientId> <Model /> <PageIndex>1</PageIndex> <PageSize>2</PageSize> <Sort>sample string 7</Sort> <SortOrderBy>sample string 8</SortOrderBy> <TotalPage>3</TotalPage> <Value>sample string 6</Value> </Grid>