BellaDati Technical Documentation : GET Dashboard Thumbnail

/api/dashboards/:id/thumbnail

Returns a dashboard thumbnail image in PNG format, displaying the first view in the dashboard.

Resource Information

Parameters

Parameters

Detail

id

ID of the dashboard for which to fetch a thumbnail. You can find the ID in the response to /api/dashboards.
Example:123

Sample Request / Response

Using curl:

curl -H "Authorization: OAuth realm=\"https://service.belladati.com/\", oauth_consumer_key=\"myConsumer\", oauth_token=\"mh7an9dkrg59\", oauth_timestamp=\"135131231\", oauth_nonce=\"randomString\"" https://service.belladati.com/api/dashboards/12149/thumbnail

The response is binary image data in PNG format.