List root folders
Description
List the items in a root folder of your drive
Endpoint
/account/root/{rootName}
Method
GET
Access Level Rules
Access Level
Account holder only
Processing Units
Processing units
0
Parameters
Name
Description
Required
Default
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.
Last updated