get(class_name, lang, include_date_fields) → {List[Dict[str, Any]]}
Retrieve all entities of a given type. Automatically paginates through all results.
Properties
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
class_name | str | The entity class to fetch. | ||
lang | str | <optional> | 'all' | Language code for results (default 'all'). |
include_date_fields | bool | <optional> | False | Whether to include system date metadata. |
Returns:
A list of entity dicts.
- Type
- List[Dict[str, Any]]