Dataset - Fetch list of all available datasets
Please enter a valid token
The requested API version
1.0Optional User Id
Success: Successfully retrieved the list of available datasets.
Forbidden: Access denied to view the list of datasets due to insufficient permissions or account restrictions.
Not Found: The dataset was not found, the URL is invalid, or the resource has been deleted.
Internal Server Error: An unexpected error occurred or a server timeout.
GET /datasets HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"tenantId": "123e4567-e89b-12d3-a456-426614174000",
"assetId": "123e4567-e89b-12d3-a456-426614174000",
"assetType": "text",
"assetName": "text",
"embedUrl": "text",
"webUrl": "text",
"datasetId": "text",
"bindedDatasetId": "text",
"reportType": "text",
"reportPages": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"isEffectiveIdentityRolesRequired": "text",
"isEffectiveIdentityRequired": "text",
"isReportTemplate": true,
"canView": true,
"canCreate": true,
"canEdit": true,
"canExport": true,
"createdOn": "2025-11-18T13:14:00.935Z",
"modifiedOn": "2025-11-18T13:14:00.935Z",
"createdBy": "text",
"modifiedBy": "text",
"reportParameter": [
{
"columnName": "text",
"columnLabel": "text"
}
],
"folderId": "123e4567-e89b-12d3-a456-426614174000",
"description": "text",
"exportMethod": 0,
"paginatedAssetId": "123e4567-e89b-12d3-a456-426614174000"
}Please enter a valid token
The requested API version
1.0Optional User Id
Success: Successfully retrieved the existing assets-related details.
Bad Request: The request is invalid due to syntax errors or incorrect/missing parameters.
Unauthorized: Invalid credentials or missing/invalid authentication token.
Internal Server Error: An unexpected error occurred or a server timeout.
GET /assets HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"reports": [
{
"tenantId": "123e4567-e89b-12d3-a456-426614174000",
"assetId": "123e4567-e89b-12d3-a456-426614174000",
"assetType": "text",
"assetName": "text",
"embedUrl": "text",
"webUrl": "text",
"datasetId": "text",
"bindedDatasetId": "text",
"reportType": "text",
"reportPages": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"isEffectiveIdentityRolesRequired": "text",
"isEffectiveIdentityRequired": "text",
"isReportTemplate": true,
"canView": true,
"canCreate": true,
"canEdit": true,
"canExport": true,
"createdOn": "2025-11-18T13:14:00.935Z",
"modifiedOn": "2025-11-18T13:14:00.935Z",
"createdBy": "text",
"modifiedBy": "text",
"reportParameter": [
{
"columnName": "text",
"columnLabel": "text"
}
],
"folderId": "123e4567-e89b-12d3-a456-426614174000",
"description": "text",
"exportMethod": 0,
"paginatedAssetId": "123e4567-e89b-12d3-a456-426614174000"
}
],
"dashboards": [
{
"tenantId": "123e4567-e89b-12d3-a456-426614174000",
"assetId": "123e4567-e89b-12d3-a456-426614174000",
"assetType": "text",
"assetName": "text",
"embedUrl": "text",
"webUrl": "text",
"datasetId": "text",
"bindedDatasetId": "text",
"reportType": "text",
"reportPages": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"isEffectiveIdentityRolesRequired": "text",
"isEffectiveIdentityRequired": "text",
"isReportTemplate": true,
"canView": true,
"canCreate": true,
"canEdit": true,
"canExport": true,
"createdOn": "2025-11-18T13:14:00.935Z",
"modifiedOn": "2025-11-18T13:14:00.935Z",
"createdBy": "text",
"modifiedBy": "text",
"reportParameter": [
{
"columnName": "text",
"columnLabel": "text"
}
],
"folderId": "123e4567-e89b-12d3-a456-426614174000",
"description": "text",
"exportMethod": 0,
"paginatedAssetId": "123e4567-e89b-12d3-a456-426614174000"
}
],
"datasets": [
{
"tenantId": "123e4567-e89b-12d3-a456-426614174000",
"assetId": "123e4567-e89b-12d3-a456-426614174000",
"assetType": "text",
"assetName": "text",
"embedUrl": "text",
"webUrl": "text",
"datasetId": "text",
"bindedDatasetId": "text",
"reportType": "text",
"reportPages": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"isEffectiveIdentityRolesRequired": "text",
"isEffectiveIdentityRequired": "text",
"isReportTemplate": true,
"canView": true,
"canCreate": true,
"canEdit": true,
"canExport": true,
"createdOn": "2025-11-18T13:14:00.935Z",
"modifiedOn": "2025-11-18T13:14:00.935Z",
"createdBy": "text",
"modifiedBy": "text",
"reportParameter": [
{
"columnName": "text",
"columnLabel": "text"
}
],
"folderId": "123e4567-e89b-12d3-a456-426614174000",
"description": "text",
"exportMethod": 0,
"paginatedAssetId": "123e4567-e89b-12d3-a456-426614174000"
}
]
}Last updated