No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Get List of Recently Used Dashboards
You can get a list of recently used dashboards by using
the Dashboard List resource.
Use a GET request on the Dashboard List resource to retrieve a list of recently used dashboards. The list is sorted by the date when the dashboard was last refreshed.
- Example Usage
1/services/data/v31.0/analytics/dashboards- Example Response Body
In this case, the Dashboard List resource returns information for two dashboards. Each URL handle stores the status or results for the dashboard.
1[ { 2 "id" : "01ZD00000007QeuMAE", 3 "name" : "Adoption Dashboard", 4 "statusUrl" : "/services/data/v31.0/analytics/dashboards/01ZD00000007QeuMAE/status", 5 "url" : "/services/data/v31.0/analytics/dashboards/01ZD00000007QeuMAE" 6}, { 7 "id" : "01ZD00000007QevMAE", 8 "name" : "Global Sales Dashboard", 9 "statusUrl" : "/services/data/v31.0/analytics/dashboards/01ZD00000007QevMAE/status", 10 "url" : "/services/data/v31.0/analytics/dashboards/01ZD00000007QevMAE" 11} ]