Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed translated content for 'zh'
Sv translation
languageen

/api/dashboards/:id/thumbnail

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

Resource Information

Request Parameters

Parameters

Detail

Example

id

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

123

Sample Request / Response

Using curl:

Code Block
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/123/thumbnail

The response is binary image data in PNG format.

Sv translation
languageja

/api/dashboards/:id/thumbnail

ダッシュボードのサムネイル画像をPNG形式で返し、ダッシュボードの最初のビューを表示します。

リソース情報

リクエストパラメーター

パラメーター

詳細

id

サムネイルを取得するダッシュボードのID。IDは、/api/dashboards へのレスポンスで見つけることができます。

123

サンプルリクエスト/レスポンス

curl使用:

Code Block
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/123/thumbnail

レスポンスは、PNG形式のバイナリ画像データです。