Dashboard - Retrieves a list of dashboards

Retrieves a list of all available dashboards.

get
Authorizations
Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Responses
200

Success: Successfully retrieved the list of dashboards.

get
GET /dashboards 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",
  "isReportTemplate": true,
  "canView": true,
  "canCreate": true,
  "canEdit": true,
  "canExport": true,
  "createdOn": "2025-08-31T21:09:32.823Z",
  "modifiedOn": "2025-08-31T21:09:32.823Z",
  "createdBy": "text",
  "modifiedBy": "text",
  "reportParameter": [
    {
      "columnName": "text",
      "columnLabel": "text"
    }
  ],
  "folderId": "123e4567-e89b-12d3-a456-426614174000",
  "description": "text"
}

Last updated