Skip to main content
GET
List folders

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

deploymentId
number
required

Query Parameters

parentId
integer | null
Required range: x >= 0
after
string
first
integer
Required range: x >= 1

Response

200 - application/json
data
object[]
required
deprecated

Deprecated: use items instead. Kept for backward compatibility.

items
object[]
required
count
integer | null
deprecated

Deprecated: total number of accessible folders, ignoring pagination. Kept for backward compatibility.

Required range: x >= 0
pageInfo
object | null