๐๏ธ Table Object
Each Solution can have one or more Tables, which are similar to a single worksheet tab in a spreadsheet.
๐๏ธ Retrieving Tables
You can retrieve all of a Solution's Tables, or get a specific Table by it's unique ID.
๐๏ธ Create Table
Create a new Table in a specific Solution.
๐๏ธ Delete Table
Delete a Table by its Table Id.
๐๏ธ Duplicate Table
Duplicate a Table. Duplicated Tables are added to the source Table's Solution. Note that the name of the duplicated Table must be unique in the Solution.