POST Api/S3/SearchFile
Request Information
URI Parameters
None.
Body Parameters
SearchKey| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchItem | string |
None. |
|
| Role | string |
None. |
|
| PerformedBy | string |
None. |
|
| Path | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SearchItem": "sample string 1",
"Role": "sample string 2",
"PerformedBy": "sample string 3",
"Path": "sample string 4"
}
application/xml, text/xml
Sample:
<SearchKey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models"> <Path>sample string 4</Path> <PerformedBy>sample string 3</PerformedBy> <Role>sample string 2</Role> <SearchItem>sample string 1</SearchItem> </SearchKey>
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. |