bash curl --location -g --request GET 'http://localhost:13000/api/yiask_schema:list?filter[id]=dim_prods&filter[database.database]=demo-test&appends=properties' \\ --header 'X-SPACES: default' \\ --header 'Authorization: Bearer YOUR_TOKEN' filter[id]=xxx - 按 ID 过滤 - filter[database.database]=yyy - 按关联字段过滤(belongs_to 关系) - appends=properties - 加载 properties 关联数据bash appends=properties,database,someOtherRelation