BellaDati Technical Documentation : GET View as Image

/api/reports/views/:id/text

This method returns view (chart or table) as image in PNG format.

Resource Information

Parameters

Parameters

Detail

id

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

width

Width of the image in pixels.
Example: 600

height

Height of the image in pixels.
Example: 400

Sample request/response

Next steps