POST api/Shared/SearchFileAsync
Request Information
URI Parameters
None.
Body Parameters
FileServiceSearchName | Description | Type | Additional information |
---|---|---|---|
Attributes | Collection of string |
None. |
|
FieldNames | Collection of string |
None. |
|
FileInfoEncryptId | string |
None. |
|
FileName | string |
None. |
|
MaxReturn | integer |
None. |
|
MinCustomDate | date |
None. |
|
MaxCustomDate | date |
None. |
|
MinLoadedDate | date |
None. |
|
MaxLoadedDate | date |
None. |
|
MinModifiedDate | date |
None. |
|
MaxModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Attributes": [ "sample string 1", "sample string 2" ], "FieldNames": [ "sample string 1", "sample string 2" ], "FileInfoEncryptId": "sample string 1", "FileName": "sample string 2", "MaxReturn": 3, "MinCustomDate": "2025-05-01T07:47:07.4459954-04:00", "MaxCustomDate": "2025-05-01T07:47:07.4459954-04:00", "MinLoadedDate": "2025-05-01T07:47:07.4459954-04:00", "MaxLoadedDate": "2025-05-01T07:47:07.4459954-04:00", "MinModifiedDate": "2025-05-01T07:47:07.4459954-04:00", "MaxModifiedDate": "2025-05-01T07:47:07.4459954-04:00" }
application/xml, text/xml
Sample:
<FileServiceSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Controllers"> <Attributes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </Attributes> <FieldNames xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </FieldNames> <FileInfoEncryptId>sample string 1</FileInfoEncryptId> <FileName>sample string 2</FileName> <MaxCustomDate>2025-05-01T07:47:07.4459954-04:00</MaxCustomDate> <MaxLoadedDate>2025-05-01T07:47:07.4459954-04:00</MaxLoadedDate> <MaxModifiedDate>2025-05-01T07:47:07.4459954-04:00</MaxModifiedDate> <MaxReturn>3</MaxReturn> <MinCustomDate>2025-05-01T07:47:07.4459954-04:00</MinCustomDate> <MinLoadedDate>2025-05-01T07:47:07.4459954-04:00</MinLoadedDate> <MinModifiedDate>2025-05-01T07:47:07.4459954-04:00</MinModifiedDate> </FileServiceSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.