Skip to content

Retrieve dictionary details

GET
/api/v4/admin/databases/{database_name}/dictionary/tables/{table_name}
database_name
required
string
>= 1 characters
Allowed values: main ci

The database name

table_name
required
string

The table name

OK

Media type application/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