Get Embed URL (Only For Embedded Analytics Customers)
Returns embed URL to access the specified view.
The generated URL is a short-living URL, which adds more security to the URL. This URL does not require a login and is controlled by the permissions based on the configurations.
To discover more about white labeling or to explore options for implementing it, click here.
REQUEST URI
https://<ZohoAnalytics_Server_URI>/restapi/v2/workspaces/<workspace-id>/views/<view-id>/publish/embed
Get
QUERY PARAMETERS
| Description |
---|---|
CONFIG | JSONObject Config parameter specifications are available in the below section. |
FIELDS FOR CONFIG JSON
Key | Description |
---|---|
criteria | String If criteria is sent, then the rows matching the criteria alone are visible, else all the rows are visible. Refer this |
includeTitle | Boolean To display the view name in the embedded mode. Default value - true. |
includeDesc | Boolean To display the view description in the embedded mode. Default value - true. |
includeToolBar | Boolean To include the toolbar in the embedded mode. Default value - false. |
includeSearchBox | Boolean To include the search box in the table. Default value - false. |
includeDatatypeSymbol | Boolean To include the datatype symbol in the table column. Default value - false. |
legendPosition | String
|
validityPeriod | Integer Controls the validity period(in seconds) of the generated URL. Default value - 3600 seconds(One hour). |
permissions | JSONObject Permissions JSON object (permission attributes table). |
vudColumns | Array of JSONObject To limit the view underlying data option to specified columns from specified tables. This will be valid only if the permission is set to . |
drillColumns | Array of JSONObject To limit the drill down option to specified columns from specified tables. This will be valid only if the permission is set to . |
language | String
|
domainName | Provide the custom domain to obtain the embed URL with the corresponding domain address. ( Sample Value: analytics.finepick.com ) |
PERMISSION ATTRIBUTES
Key | Description |
---|---|
export | Boolean Permission to export the data. Default value - false. |
vud | Boolean Permission to view the Underlying data. Default value - false. |
drillDown | Boolean Permission to drill down in a Chart. Default value - false. |
insight | Boolean Permission to enable the ZIA Insights option. Default value - false. |
POSSIBLE ERROR CODES