Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/get-a-report-schedule-log-embedded-dashboard-uuid.ParamsDetails.json
2026-07-28 21:39:01 +07:00

42 lines
1022 B
JSON

{
"parameters": [
{
"description": "The embedded configuration uuid",
"in": "path",
"name": "uuid",
"required": true,
"schema": { "type": "string" }
},
{
"description": "The ui config of embedded dashboard (optional).",
"in": "query",
"name": "uiConfig",
"schema": { "type": "number" }
},
{
"description": "Show filters (optional).",
"in": "query",
"name": "show_filters",
"schema": { "type": "boolean" }
},
{
"description": "Expand filters (optional).",
"in": "query",
"name": "expand_filters",
"schema": { "type": "boolean" }
},
{
"description": "Native filters key to apply filters. (optional).",
"in": "query",
"name": "native_filters_key",
"schema": { "type": "string" }
},
{
"description": "Permalink key to apply filters. (optional).",
"in": "query",
"name": "permalink_key",
"schema": { "type": "string" }
}
]
}