Asset - Fetch list of all available folders

Retrieves the folder and asset hierarchy for the current user's default tenant.

get
Authorizations
HTTPRequired

Please enter a valid token

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Responses
chevron-right
200

Success: Successfully retrieved the folder-asset hierarchy.

Represents a folder in the folder-asset hierarchy, including its child folders and assets.

folderIdstring · uuidOptional

Gets or sets the unique identifier for the folder.

namestring · nullableOptional

Gets or sets the name of the folder.

parentFolderIdstring · uuid · nullableOptional

Gets or sets the unique identifier of the parent folder, or null if this is a root folder.

get
/assets/folderAssets

Last updated