POST api/DAO/GetPagedConnections
Request Information
URI Parameters
None.
Body Parameters
DBModelSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| StartPost | integer |
None. |
|
| RowsReturned | integer |
None. |
|
| DB | string |
None. |
|
| Name | string |
None. |
|
| Server | string |
None. |
|
| DBEngine | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartPost": 1,
"RowsReturned": 2,
"DB": "sample string 3",
"Name": "sample string 4",
"Server": "sample string 5",
"DBEngine": "sample string 6"
}
application/xml, text/xml
Sample:
<DBModelSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSFEAdmin.MODELS"> <DB>sample string 3</DB> <DBEngine>sample string 6</DBEngine> <Name>sample string 4</Name> <RowsReturned>2</RowsReturned> <Server>sample string 5</Server> <StartPost>1</StartPost> </DBModelSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |