For the complete documentation index, see llms.txt. This page is also available as Markdown.

Einstein.GetDashboards

This method is used to fetch all the available dashboards that you created in Einstein platform.

Parameters:

This method does not require any parameter.

Sample Response:

{
 "dashboards": [
 {
 "allowPreview": true,
 "assetSharingUrl": "https://ap16.salesforce.com/analytics/wave/dashboard?assetId=0FK2w000000J0fdGAC&orgId=00D2w00000BbXPz&loginHost=ap16.salesforce.com&urlType=sharing",
 "createdBy": {
 "id": "0052w000005ltohAAA",
 "name": "Sandeep Rimal",
 "profilePhotoUrl": "https://c.ap16.content.force.com/profilephoto/005/T"
 },
 "createdDate": "2020-09-04T08:00:54Z",
 "datasets": [
 {
 "id": "0Fb2w000000HGNECA4",
 "label": "Cases",
 "name": "case1",
 "url": "/services/data/v49.0/wave/datasets/0Fb2w000000HGNECA4"
 },

Last updated

Was this helpful?