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" 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 request.

false

Default null.

includeTrashed

Whether or not to list trashed items as well.

false

Default false.

Last updated