/api/reports/:id/thumbnail
Returns a report thumbnail image in PNG format.
Resource Information
Resource URL |
|
HTTP Method |
|
Parameters
Parameters |
Detail |
---|---|
|
ID of the report for which to fetch a thumbnail. You can find the ID in the response to |
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/reports/7741/thumbnail
The response is binary image data in PNG format.