List root folders
Last updated
Last updated
Description
List the items in a root folder of your drive
Endpoint
/account/root/{rootName}
Method
GET
Access Level
Account holder only
Processing units
0
rootName
Name of the root folder to retrieve items from. Must be one of "myDrive", "sharedWithMe", "favorites" or "trash".
true
type
An array containing the types of the paths to retrieve. May contain the strings "raster", "vector", "folder", "file", "pointCloud" and "bookmark".
false
Default ["raster", "vector"].
pageSize
The maximum number of child paths to return. Maximum 50.
false
Default 50.
pageStart
The nextPageStart as returned in a previous list root request to retrieve the next batch of child paths.
false
Default null.