Description
Tables and views have names, subsets don't.
Tables and views have a schema tab, subsets don't.
The response for /api/v1/database/{databaseId} includes data about the tables and views. There's a field for subsets as well, but that's just an empty list.
/api/v1/database/{databaseId}/view/{viewId} lists the view's columns, just like the similar table endpoint, the subset endpoint does not.
Description
Tables and views have names, subsets don't.
Tables and views have a schema tab, subsets don't.
The response for /api/v1/database/{databaseId} includes data about the tables and views. There's a field for subsets as well, but that's just an empty list.
/api/v1/database/{databaseId}/view/{viewId} lists the view's columns, just like the similar table endpoint, the subset endpoint does not.