ข้ามไปยังเนื้อหา

REST API — Data Sources

เนื้อหานี้ยังไม่มีในภาษาของคุณ

Method Path What it does
GET /api/datasources List the selected workspace’s attached sources.
POST /api/datasources Attach a source of any registered type to the selected workspace.
GET /api/datasources/sheet-preview Live spreadsheet preview (title, tabs, headers, 2 sample rows) — drives the attach-a-sheet UI so column mapping is point-and-click.
GET /api/datasources/warehouse-preview Columns + a few sample rows from a warehouse table.
DELETE /api/datasources/{source_id} Detach a data source. Owner or workspace-owner only.
PUT /api/datasources/{source_id} Update the column mapping of an attached source.