EndPoint Search items
Name
list_items
Description
Lists items (i.e. files / folders) with search criteria
[Read more]
Parameters
Parameter |
Label |
Required |
Options |
Description |
pageSize |
PageSize |
NO |
|
|
Query |
Search Criteria (Keep blank to get all) |
NO |
Option |
Value |
None |
|
By type (e.g. get folders) |
mimeType='application/vnd.google-apps.folder' |
By name (exact name match) |
name='abc' |
By name (contains sub string) |
name contains 'abc' |
By name (does not contain) |
not name contains 'abc' |
By text (search inside file) |
fullText contains 'abc' |
By date modified |
modifiedTime > '2012-06-04T12:00:00' |
|
File list filter [Read more..]
|
Output Columns
Name |
DataType |
Length |
Raw |
Description |
Id |
DT_WSTR |
440 |
False |
|
Kind |
DT_WSTR |
200 |
False |
|
Name |
DT_WSTR |
780 |
False |
|
MimeType |
DT_WSTR |
650 |
False |
|
CreatedTime |
DT_DBTIMESTAMP |
0 |
False |
|
ModifiedTime |
DT_DBTIMESTAMP |
0 |
False |
|
Size |
DT_WSTR |
200 |
False |
|
Version |
DT_WSTR |
200 |
False |
|
Shared |
DT_BOOL |
0 |
False |
|
Starred |
DT_BOOL |
0 |
False |
|
Trashed |
DT_BOOL |
0 |
False |
|
FileExtension |
DT_WSTR |
200 |
False |
|
Input Columns
Name |
DataType |
Length |
Raw |
Description |
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |