Skip to main content

Provider Analytics Dashboard

View as Markdown

List Public Preview

GET /api/2.0/marketplace-provider/analytics_dashboard

Get provider analytics dashboard.

API scopes: marketplace

Response

idstring
versionint64
dashboard_idstring

dashboard_id will be used to open Lakeview dashboard.

Create Public Preview

POST /api/2.0/marketplace-provider/analytics_dashboard

Create provider analytics dashboard. Returns Marketplace specific id. Not to be confused with the Lakeview dashboard id.

API scopes: marketplace

Response

idstring

Update Public Preview

PUT /api/2.0/marketplace-provider/analytics_dashboard/{id}

Update provider analytics dashboard.

API scopes: marketplace

Parameters

idstringpath

id is immutable property and can't be updated.

Request body

versionint64

this is the version of the dashboard template we want to update our user to current expectation is that it should be equal to latest version of the dashboard template

Response

idstring

id & version should be the same as the request

versionint64
dashboard_idstring

this is newly created Lakeview dashboard for the user

Get Latest Version Provider Analytics Dashboard Public Preview

GET /api/2.0/marketplace-provider/analytics_dashboard/latest

Get latest version of provider analytics dashboard.

API scopes: marketplace

Response

versionint64

version here is latest logical version of the dashboard template