GET file/SearchFileTypes?Search={Search}&Skip={Skip}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Search | string |
Required |
|
| Skip | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ListView| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalRows | integer |
None. |
|
| List | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalRows": 1,
"List": {}
}
text/html
Sample:
{"TotalRows":1,"List":{}}
application/xml, text/xml
Sample:
<ListView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <List /> <TotalRows>1</TotalRows> </ListView>