Retrieve dictionary details
GET
/api/v4/admin/databases/{database_name}/dictionary/tables/{table_name}
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”database_name
required
string
The database name
table_name
required
string
The table name
Responses
Section titled “Responses”OK
Media typeapplication/json
object
table_name
string
feature_categories
Array<string>
table_size
string
Example
{ "table_name": "users", "feature_categories": [ "database" ], "table_size": "small"}Bad Request
401 Unauthorized
403 Forbidden
404 Not found