Retrieve all traits from the database.
Returns:
List[TraitLevel]
: A list of TraitLevel objects representing all valid traitsTraitLevel structure:
id
: Unique identifier for the traitset_type
: Optional category of the trait (e.g., “Big Five”, “8 Values”)type
: The type of trait (e.g., “religion”)measurement_type
: How the trait is measured (“nominal”, “ordinal”, “interval”, “ratio”)ordinal_rank
: Optional ranking for ordinal traitsshort_description
: Brief description of the trait level (e.g., “Satanist”)long_description
: Detailed description of the trait levelExample Response:
Notes:
Raises:
Successful Response