/api/reports/views/:id/image

This method returns view as image in PNG format.

Resource Information

Request Parameters

Parameters

Detail

Example

id

ID of the view. This ID is part of the /api/reports/:id response.

123

width

(Optional) Width of the image in pixels. Default: 1024.

The value has to be higher than 0 and lower than 5000. Otherwise, the default value is used.

600

height

(Optional) Height of the image in pixels. Default: 768.

The value has to be higher than 0 and lower than 5000. Otherwise, the default value is used.

400

Sample request

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/reports/views/123/image?width=600&height=400

 

Sample response

Next steps

  • No labels