title | summary |
---|---|
Public |
Metabase API endpoints for viewing publicly-accessible Cards and Dashboards.
|
Metabase API endpoints for viewing publicly-accessible Cards and Dashboards.
Fetch a publicly-accessible Action. Does not require auth credentials. Public sharing must be enabled.
uuid
value must be a valid UUID.
Fetch a publicly-accessible Card an return query results as well as :card
information. Does not require auth
credentials. Public sharing must be enabled.
uuid
Fetch remapped Field values. This is the same as GET /api/field/:id/remapping/:remapped-id
, but for use with public
Cards.
-
uuid
-
field-id
-
remapped-id
-
value
value must be a non-blank string.
Search for values of a Field that is referenced by a public Card.
-
uuid
-
field-id
-
search-field-id
-
value
value must be a non-blank string. -
limit
value may be nil, or if non-nil, value must be a valid integer greater than zero.
Fetch FieldValues for a Field that is referenced by a public Card.
-
uuid
-
field-id
Fetch values for a parameter on a public card containing query
.
-
uuid
-
param-key
-
query
Fetch values for a parameter on a public card.
-
uuid
-
param-key
Fetch a publicly-accessible Card an return query results as well as :card
information. Does not require auth
credentials. Public sharing must be enabled.
-
uuid
-
parameters
value may be nil, or if non-nil, value must be a valid JSON string.
Fetch a publicly-accessible Card and return query results in the specified format. Does not require auth credentials. Public sharing must be enabled.
-
uuid
-
export-format
value must be one of:api
,csv
,json
,xlsx
. -
parameters
value may be nil, or if non-nil, value must be a valid JSON string.
Fetch a publicly-accessible Dashboard. Does not require auth credentials. Public sharing must be enabled.
uuid
Fetch the results for a Card in a publicly-accessible Dashboard. Does not require auth credentials. Public sharing must be enabled.
-
uuid
-
card-id
-
dashcard-id
-
parameters
value may be nil, or if non-nil, value must be a valid JSON string.
Fetches the values for filling in execution parameters. Pass PK parameters and values to select.
-
uuid
-
dashcard-id
value must be an integer greater than zero. -
parameters
value must be a valid JSON string.
Fetch remapped Field values. This is the same as GET /api/field/:id/remapping/:remapped-id
, but for use with public
Dashboards.
-
uuid
-
field-id
-
remapped-id
-
value
value must be a non-blank string.
Search for values of a Field that is referenced by a Card in a public Dashboard.
-
uuid
-
field-id
-
search-field-id
-
value
value must be a non-blank string. -
limit
value may be nil, or if non-nil, value must be a valid integer greater than zero.
Fetch FieldValues for a Field that is referenced by a Card in a public Dashboard.
-
uuid
-
field-id
Fetch filter values for dashboard parameter param-key
, containing specified query
.
-
uuid
-
param-key
-
query
-
query-params
Fetch filter values for dashboard parameter param-key
.
-
uuid
-
param-key
-
query-params
oEmbed endpoint used to retreive embed code and metadata for a (public) Metabase URL.
-
url
value must be a non-blank string. -
format
value may be nil, or if non-nil, value must be one of:json
. -
maxheight
value may be nil, or if non-nil, value must be a valid integer. -
maxwidth
value may be nil, or if non-nil, value must be a valid integer.
Fetch a publicly-accessible Card an return query results as well as :card
information. Does not require auth
credentials. Public sharing must be enabled.
-
uuid
-
parameters
value may be nil, or if non-nil, value must be a valid JSON string.
Fetch the results for a Card in a publicly-accessible Dashboard. Does not require auth credentials. Public sharing must be enabled.
-
uuid
-
card-id
-
dashcard-id
-
parameters
value may be nil, or if non-nil, value must be a valid JSON string.
Execute the Action.
parameters
should be the mapped dashboard parameters with values.
-
uuid
value must be a valid UUID. -
parameters
nullable map from to -
_body
Execute the associated Action in the context of a Dashboard
and DashboardCard
that includes it.
parameters
should be the mapped dashboard parameters with values.
-
uuid
-
dashcard-id
value must be an integer greater than zero. -
parameters
value may be nil, or if non-nil, value must be a map with schema: ( value must be a map with schema: ( p? : pred-name : ) : value must be a map with schema: ( _ : ) ) -
_body