Folder - Retrieves all folder entities available to the current user within their tenant.

Retrieves all folder entities available to the current user within their tenant.

get
Authorizations
HTTPRequired

Please enter a valid token

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
chevron-right
200

Success

Data model representing a folder entity within a tenant, including its hierarchy and path information.

folderIdstring · uuidOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the FolderId property.

tenantIdstring · uuidOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the TenantId property.

namestring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the Name property.

parentFolderIdstring · uuid · nullableOptional

A public property of type Guid? that has both a getter and a setter method, which allows for getting and setting the value of the ParentFolderId property.

fullFolderPathstring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the FullFolderPath property.

get
/folders

Last updated