Get Entity Definitions By Ids

Get multiple entity definitions by their IDs.

Args: ids: List of entity definition IDs to fetch db: Database session current_user: Current authenticated user

Returns: List of entity definitions matching the provided IDs

Headers

x-api-keystringOptional

Request

This endpoint expects a list of strings.

Response

Successful Response

namestring
typeenum

Type of entity.

Allowed values:
entity_schemalist of strings or map from strings to any
module_namestring
class_namestring
idstringformat: "uuid"
descriptionstringOptional
parent_idstringOptionalformat: "uuid"
organization_idstringOptionalformat: "uuid"

Errors