使用 Nuxeo Rest Api 加载具有属性 [Eager Loading] 的儿童
Loading childrens with properties[Eager Loading] with Nuxeo Rest Api
1) http://host:port/nuxeo/api/v1/path/default-domain/workspaces/Report
给我报告文件的基本内容
2)http://host:port/nuxeo/api/v1/path/default-domain/workspaces/Report?properties=*
给我报告文档的基本+所有属性
3)http://host:port/nuxeo/api/v1/path/default-domain/workspaces/Report?enrichers.document=children
为我提供了报告文档的基本内容及其所有 children 文档及其基本内容
为我提供报告文档及其所有 children 文档及其基本内容的基本+所有属性
现在我怎样才能得到它所有 children 的属性呢?
我发现 solution.We 需要指定 'depth' header 来控制聚合深度
尽管文档建议深度默认设置为 children。但对我来说
将 "depth" 明确指定为 "children" 或 "max" 有效
http://host:port/nuxeo/api/v1/path/default-domain/workspaces/Report?enrichers.document=children&properties=*&depth=children
1) http://host:port/nuxeo/api/v1/path/default-domain/workspaces/Report
给我报告文件的基本内容
2)http://host:port/nuxeo/api/v1/path/default-domain/workspaces/Report?properties=*
给我报告文档的基本+所有属性
3)http://host:port/nuxeo/api/v1/path/default-domain/workspaces/Report?enrichers.document=children
为我提供了报告文档的基本内容及其所有 children 文档及其基本内容
为我提供报告文档及其所有 children 文档及其基本内容的基本+所有属性
现在我怎样才能得到它所有 children 的属性呢?
我发现 solution.We 需要指定 'depth' header 来控制聚合深度
尽管文档建议深度默认设置为 children。但对我来说 将 "depth" 明确指定为 "children" 或 "max" 有效
http://host:port/nuxeo/api/v1/path/default-domain/workspaces/Report?enrichers.document=children&properties=*&depth=children