List folder
Description | Lists the children of the path |
Endpoint |
|
Method | GET |
Access Level Rules
Access Level | View |
Processing Units
Processing units | 0 |
Parameters
Name | Description | Required | Default |
---|---|---|---|
| The id of the folder. | true | |
| Array containing the types of the paths to retrieve. May contain the strings "raster", "vector", "folder", "file", "bookmark" and "pointCloud". | false | Default ["raster", "vector"]. |
| The maximum number of paths to return. Maximum 50. | false | Default 50. |
| The nextPageStart as returned in a previous list folder request to retrieve the next batch of child paths. | false | Default null. |
| Whether or not the list should also include trashed items. | false | Default false. |
Last updated