Asset - Fetch list of all available folders
Authorizations
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: Successfully retrieved the folder-asset hierarchy.
400
Bad Request: The request is invalid due to syntax errors or incorrect/missing parameters.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
500
Internal Server Error: An unexpected error occurred or a server timeout.
get
GET /assets/folderAssets HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
[
{
"folderId": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"parentFolderId": "123e4567-e89b-12d3-a456-426614174000",
"children": [
{
"folderId": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"parentFolderId": "123e4567-e89b-12d3-a456-426614174000",
"children": [
{
"folderId": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"parentFolderId": "123e4567-e89b-12d3-a456-426614174000",
"children": "[Circular Reference]",
"items": [
{
"tenantAssetId": "text",
"tenantId": "text",
"assetId": "text",
"assetType": "text",
"createdDate": "2025-09-01T04:06:01.834Z",
"isEffectiveIdentityRolesRequired": true,
"assetName": "text",
"embedUrl": "text",
"webUrl": "text",
"datasetId": "text",
"reportType": "text",
"isEffectiveIdentityRequired": true,
"modifiedOn": "2025-09-01T04:06:01.834Z",
"rolesSupported": "text",
"reportPages": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"isRefreshable": true,
"folderId": "text",
"description": "text",
"canView": true,
"canCreate": true,
"canEdit": true,
"canExport": true,
"createdBy": "text",
"modifiedBy": "text",
"fullPath": "text",
"isReportTemplate": true,
"reportParameter": [
{
"columnName": "text",
"columnLabel": "text"
}
]
}
]
}
],
"items": [
{
"tenantAssetId": "text",
"tenantId": "text",
"assetId": "text",
"assetType": "text",
"createdDate": "2025-09-01T04:06:01.834Z",
"isEffectiveIdentityRolesRequired": true,
"assetName": "text",
"embedUrl": "text",
"webUrl": "text",
"datasetId": "text",
"reportType": "text",
"isEffectiveIdentityRequired": true,
"modifiedOn": "2025-09-01T04:06:01.834Z",
"rolesSupported": "text",
"reportPages": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"isRefreshable": true,
"folderId": "text",
"description": "text",
"canView": true,
"canCreate": true,
"canEdit": true,
"canExport": true,
"createdBy": "text",
"modifiedBy": "text",
"fullPath": "text",
"isReportTemplate": true,
"reportParameter": [
{
"columnName": "text",
"columnLabel": "text"
}
]
}
]
}
],
"items": [
{
"tenantAssetId": "text",
"tenantId": "text",
"assetId": "text",
"assetType": "text",
"createdDate": "2025-09-01T04:06:01.834Z",
"isEffectiveIdentityRolesRequired": true,
"assetName": "text",
"embedUrl": "text",
"webUrl": "text",
"datasetId": "text",
"reportType": "text",
"isEffectiveIdentityRequired": true,
"modifiedOn": "2025-09-01T04:06:01.834Z",
"rolesSupported": "text",
"reportPages": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"isRefreshable": true,
"folderId": "text",
"description": "text",
"canView": true,
"canCreate": true,
"canEdit": true,
"canExport": true,
"createdBy": "text",
"modifiedBy": "text",
"fullPath": "text",
"isReportTemplate": true,
"reportParameter": [
{
"columnName": "text",
"columnLabel": "text"
}
]
}
]
}
]
Last updated