Report - Retrieves a list of shared or paginated reports for the user
Retrieves a list of shared reports or paginated reports for the calling user for specified tenant.
get
Authorizations
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: Returns shared reports or paginated reports for the calling user.
500
Internal Server Error: An unexpected error occurred while processing the request.
get
GET /reports/shared HTTP/1.1
Host: admin-embedfastdev-app.azurewebsites.net
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",
"canView": true,
"canCreate": true,
"canEdit": true,
"canExport": true,
"createdOn": "2025-07-19T00:08:04.460Z",
"modifiedOn": "2025-07-19T00:08:04.460Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"modifiedBy": "123e4567-e89b-12d3-a456-426614174000",
"reportParameter": [
"text"
]
}
]
PreviousReport - Saves a Power BI report by ID into the applicationNextReport - Shares a report with a user
Last updated