List folder
Last updated
Was this helpful?
Last updated
Was this helpful?
This endpoint lists the paths that are children of paths of type folder, for listing the root folders such as "My drive" and "Shared with me" see .
Description
Lists the children of the path
Endpoint
/path/{pathId}/folder/list
Method
GET
Access Level
View
Processing units
0
pathId
The id of the folder.
true
type
Array containing the types of the paths to retrieve. May contain the strings "raster", "vector", "folder", "file", "bookmark" and "pointCloud".
false
Default ["raster", "vector"].
pageSize
The maximum number of paths to return. Maximum 50.
false
Default 50.
pageStart
The nextPageStart as returned in a previous list folder request to retrieve the next batch of child paths.
false
Default null.
includeTrashed
Whether or not the list should also include trashed items.
false
Default false.