Overview
In NocoDB, a “Base” (formerly called “Project”) is a container for tables, similar to a database. The SDK provides methods to retrieve base information and metadata.Get Base Info
Retrieve detailed information about a base including node version, platform, and database type.Response Type
Get UI ACL (Model Visibility)
Retrieve visibility rules for tables based on user roles:Set UI ACL (Model Visibility)
Update visibility rules to show or hide tables for specific roles:Working with Multiple Bases
If you need to work with multiple bases, you can create separate API instances or reuse the same instance:Base Identification
Base IDs in NocoDB typically follow the patternp_ followed by random characters:
Common Patterns
Check Base Health
Cache Base Information
Next Steps
Tables
Learn how to manage tables in a base
Records
Work with records in your tables