Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/get-possible-values-for-a-datasource-column.ParamsDetails.json
2026-07-28 21:39:01 +07:00

26 lines
562 B
JSON

{
"parameters": [
{
"description": "The type of datasource",
"in": "path",
"name": "datasource_type",
"required": true,
"schema": { "type": "string" }
},
{
"description": "The id of the datasource",
"in": "path",
"name": "datasource_id",
"required": true,
"schema": { "type": "integer" }
},
{
"description": "The name of the column to get values for",
"in": "path",
"name": "column_name",
"required": true,
"schema": { "type": "string" }
}
]
}