List folder

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

NameDescriptionRequiredDefault

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