POST api/v1/network/searchByParent?useAzureCognitiveSearch={useAzureCognitiveSearch}&searchNetworkWithProviders={searchNetworkWithProviders}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| useAzureCognitiveSearch | boolean |
Default value is False |
|
| searchNetworkWithProviders | boolean |
Default value is False |
Body Parameters
WebsiteAPI.Model.SearchNetworkByParentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| query | string |
None. |
|
| parentName | string |
None. |
|
| parentType | integer |
None. |
|
| limit | integer |
None. |
|
| page | integer |
None. |
|
| orderBy | string |
None. |
|
| resumed | boolean |
None. |
|
| elementoPertencenteA | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"query": "sample string 1",
"parentName": "sample string 2",
"parentType": 1,
"limit": 1,
"page": 1,
"orderBy": "sample string 3",
"resumed": true,
"elementoPertencenteA": 1
}
application/xml, text/xml
Sample:
<SearchNetworkByParentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebsiteAPI.Model"> <ElementoPertencenteA>1</ElementoPertencenteA> <Limit>1</Limit> <OrderBy>sample string 3</OrderBy> <Page>1</Page> <ParentName>sample string 2</ParentName> <ParentType>1</ParentType> <Query>sample string 1</Query> <Resumed>true</Resumed> </SearchNetworkByParentRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |