Query View Image
GET {{base-path}}/sites/{{site-id}}/views/:view-id/image
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
resolution | string | (Optional) The resolution of the image. Image width and actual pixel density are determined by the display context of the image. Aspect ratio is always preserved. Set the value to high to ensure maximum pixel density. | |
maxAge | string | (Optional) The maximum number of minutes a view image will be cached before being refreshed. To prevent multiple image requests from overloading the server, the shortest interval you can set is one minute. There is no maximum value, but the server job enacting the caching action may expire before a long cache period is reached. | |
vf_<fieldname> | string | The value of the field that you want to use to filter the workbook view. For example, a workbook with the filter /data?vf_year=2017 would only display data from the year 2017. To learn more, see View filter queries. |