List folder

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 list root folders.

Description

Lists the children of the path

Endpoint

/path/{pathId}/folder/list

Method

GET

Access Level Rules

Access Level

View

Processing Units

Processing units

0

Parameters

Name
Description
Required
Default

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.

Last updated

Was this helpful?