- Universal API
- Logging
- Projects
- Contexts
- Logs
- Configs
- POSTCreate Interface
- PUTUpdate Interface
- GETGet Interfaces
- DELDelete Interface
- POSTCreate Interface
- GETGet Interface
- PUTUpdate Interface
- DELDelete Interface
- GETList Interfaces
- POSTCreate Interface Checkpoint
- GETGet Interface Checkpoint
- POSTExport Interface Template
- POSTImport Interface Template
- POSTCreate Tab
- GETGet Tab
- PUTUpdate Tab
- DELDelete Tab
- GETList Tabs
- POSTCreate Tab Checkpoint
- GETGet Tab Checkpoint
- POSTExport Tab Template
- POSTImport Tab Template
- POSTCreate Tile
- GETGet Tile
- PUTUpdate Tile
- DELDelete Tile
- PATCHPatch Tile
- GETList Tiles
- POSTCreate Tile Checkpoint
- GETGet Tile Checkpoint
- PATCHPatch Specialized Tile
- POSTExport Tile Template
- POSTImport Tile Template
- POST
- Account
Configs
List Tiles
GET
/
v0
/
tile
/
list
Copy
Ask AI
curl --request GET \
--url 'https://api.unify.ai/v0/tile/list?tab_id=None&name=None&type=None&checkpoint=None' \
--header "Authorization: Bearer $UNIFY_KEY"
Copy
Ask AI
[
{
"id": "123",
"tab_id": "tab_456",
"name": "Data Table",
"type": "Table",
"position": {
"x": 0,
"y": 0,
"width": 6,
"height": 4
},
"minW": 2,
"minH": 2,
"visible": true,
"locked": false,
"moved": false,
"static": false,
"table": "main_data",
"auto_update": true,
"freeze": false,
"is_checkpoint": false,
"table_tile": {
"id": "table_123",
"tile_id": "123",
"table_type": "Data Table",
"page_number": 1,
"column_order": [
"id",
"name",
"value"
],
"hidden_columns": [],
"columns_pin_left": [],
"columns_pin_right": []
},
"created_at": "2024-01-01T12:00:00Z",
"updated_at": "2024-01-01T12:00:00Z"
},
{
"id": "124",
"tab_id": "tab_456",
"name": "Chart",
"type": "Plot",
"position": {
"x": 6,
"y": 0,
"width": 6,
"height": 4
},
"minW": 2,
"minH": 2,
"visible": true,
"locked": false,
"moved": false,
"static": false,
"table": "main_data",
"auto_update": true,
"freeze": false,
"is_checkpoint": false,
"plot_tile": {
"id": "plot_124",
"tile_id": "124",
"plot_type": "scatter",
"plot_scale_x": "linear",
"plot_scale_y": "linear",
"x_axis": "x",
"y_axis": "y",
"bin_count": 10,
"regression_line": false
},
"created_at": "2024-01-01T12:00:00Z",
"updated_at": "2024-01-01T12:00:00Z"
}
]
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The tab ID to list tiles for
Filter tiles by name
Filter tiles by type
Whether to list checkpoint tiles (manual save)
Copy
Ask AI
curl --request GET \
--url 'https://api.unify.ai/v0/tile/list?tab_id=None&name=None&type=None&checkpoint=None' \
--header "Authorization: Bearer $UNIFY_KEY"
Copy
Ask AI
[
{
"id": "123",
"tab_id": "tab_456",
"name": "Data Table",
"type": "Table",
"position": {
"x": 0,
"y": 0,
"width": 6,
"height": 4
},
"minW": 2,
"minH": 2,
"visible": true,
"locked": false,
"moved": false,
"static": false,
"table": "main_data",
"auto_update": true,
"freeze": false,
"is_checkpoint": false,
"table_tile": {
"id": "table_123",
"tile_id": "123",
"table_type": "Data Table",
"page_number": 1,
"column_order": [
"id",
"name",
"value"
],
"hidden_columns": [],
"columns_pin_left": [],
"columns_pin_right": []
},
"created_at": "2024-01-01T12:00:00Z",
"updated_at": "2024-01-01T12:00:00Z"
},
{
"id": "124",
"tab_id": "tab_456",
"name": "Chart",
"type": "Plot",
"position": {
"x": 6,
"y": 0,
"width": 6,
"height": 4
},
"minW": 2,
"minH": 2,
"visible": true,
"locked": false,
"moved": false,
"static": false,
"table": "main_data",
"auto_update": true,
"freeze": false,
"is_checkpoint": false,
"plot_tile": {
"id": "plot_124",
"tile_id": "124",
"plot_type": "scatter",
"plot_scale_x": "linear",
"plot_scale_y": "linear",
"x_axis": "x",
"y_axis": "y",
"bin_count": 10,
"regression_line": false
},
"created_at": "2024-01-01T12:00:00Z",
"updated_at": "2024-01-01T12:00:00Z"
}
]
Copy
Ask AI
curl --request GET \
--url 'https://api.unify.ai/v0/tile/list?tab_id=None&name=None&type=None&checkpoint=None' \
--header "Authorization: Bearer $UNIFY_KEY"
Copy
Ask AI
[
{
"id": "123",
"tab_id": "tab_456",
"name": "Data Table",
"type": "Table",
"position": {
"x": 0,
"y": 0,
"width": 6,
"height": 4
},
"minW": 2,
"minH": 2,
"visible": true,
"locked": false,
"moved": false,
"static": false,
"table": "main_data",
"auto_update": true,
"freeze": false,
"is_checkpoint": false,
"table_tile": {
"id": "table_123",
"tile_id": "123",
"table_type": "Data Table",
"page_number": 1,
"column_order": [
"id",
"name",
"value"
],
"hidden_columns": [],
"columns_pin_left": [],
"columns_pin_right": []
},
"created_at": "2024-01-01T12:00:00Z",
"updated_at": "2024-01-01T12:00:00Z"
},
{
"id": "124",
"tab_id": "tab_456",
"name": "Chart",
"type": "Plot",
"position": {
"x": 6,
"y": 0,
"width": 6,
"height": 4
},
"minW": 2,
"minH": 2,
"visible": true,
"locked": false,
"moved": false,
"static": false,
"table": "main_data",
"auto_update": true,
"freeze": false,
"is_checkpoint": false,
"plot_tile": {
"id": "plot_124",
"tile_id": "124",
"plot_type": "scatter",
"plot_scale_x": "linear",
"plot_scale_y": "linear",
"x_axis": "x",
"y_axis": "y",
"bin_count": 10,
"regression_line": false
},
"created_at": "2024-01-01T12:00:00Z",
"updated_at": "2024-01-01T12:00:00Z"
}
]
Assistant
Responses are generated using AI and may contain mistakes.