List root folders
List the paths (rasters, vectors, folders etc.) that exist in a root folder of your Ellipsis Drive account. The "My drive", "Shared with me", "Favorites" and "Trash" tabs in the app are populated using this endpoint.
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
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
Was this helpful?