Dataset - Retrieves details of a dataset by its ID
Authorizations
Path parameters
datasetIdstring · uuidRequired
Enter ID of an existing dataset
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: Details of the requested dataset are returned.
403
Forbidden: Access denied due to insufficient permissions or account restrictions for the given ID.
404
Not Found: The specified dataset was not found, the URL is invalid, or the resource has been deleted.
500
Internal Server Error: An unexpected error occurred or a server timeout.
get
GET /datasets/{datasetId} HTTP/1.1
Host:
Authorization: Bearer JWT
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",
"isGlobalReport": true,
"canView": true,
"canCreate": true,
"canEdit": true,
"canExport": true,
"createdOn": "2025-06-27T11:33:41.337Z",
"modifiedOn": "2025-06-27T11:33:41.337Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"modifiedBy": "123e4567-e89b-12d3-a456-426614174000",
"reportParameter": [
"text"
]
}
Last updated