Get entity schema
Returns one entity’s JSON Schema: its properties, its required fields, and its row-level security rules under rls. Use List entity schemas to see which entity names the app has.
For the app’s own entities the schema also carries a name key holding the entity name, which Base44 sets on every write. The User schema does not have one.
Pass User as the entity_name to read the custom fields added to the built-in user entity. That returns only those custom fields, not the built-in ones, and returns a 404 when the app has not added any.
Authorizations
Personal API key.
Path Parameters
Name of the entity, as returned by List entity schemas. Pass User for the built-in user entity.
ID of the app whose entity schemas you want.
Response
The entity's schema.
The entity's JSON Schema, as stored.