-
Notifications
You must be signed in to change notification settings - Fork 31
RESTful APIs
Richard Lin edited this page Oct 9, 2020
·
1 revision
To allow programmatic access to the functionality provided by DataSpread we introduce RESTful APIs for DataSpread. These APIs abstract the backend functionality of DataSpread and be used to build an interface for DataSpread. We currently support the following set of API.
GET
Get CellsPUT
Put CellsPUT
Insert RowsDELETE
Delete RowsPUT
Insert ColumnsDELETE
Delete Columns
GET
Get SheetsPOST
Add SheetPOST
Copy SheetDELETE
Delete SheetPUT
Change Sheet NamePUT
Move SheetPUT
Clear Sheet
POST
Create TablePOST
Link TablePOST
Reference TablePOST
Unlink TableDELETE
Drop TablePUT
Reorder TablePUT
Filter TableGET
Get TablesDELETE
Delete Table RowDELETE
Delete Table ColumnPOST
Insert Table RowPOST
Insert Table ColumnPUT
Change Table Column NamePUT
Change Table Column TypePUT
Update Table Cells
- Push formula updates from the back-end using event.
- Overall Error Handling.
- Camal Case.