| Target URL | /api.php/Drive/files/search |
| Required scope | list |
| HTTP Method | POST |
| Output format | JSON |
Request Parameters Reference
| Parameter | Type | Required | Description |
|---|---|---|---|
| path | string | Yes | See this page |
| filename | string | No | |
| metatype | integer | No | ID of metadata file type. Get this from the FileRun control panel. |
| meta | array | No | The keys are metadata fields IDs, you can find them in FileRun's control panel. The key can also be any of the following strings: tag, rating, color, comment, or the character - for searching any field. The values are array of keywords to be searched for. |
| contents | string | No | Keyword to search files contents. Cannot be combined with any other search criteria. |
| details | array | No | Same as here. |
For additional details please see this page.