DOMINO REST API 获取 Collection 排序列
DOMINO REST API get Collection sort column
您好,我正在尝试从 Domino Rest Api 中获取已排序的 Collection。我的数据库名称是 "Test/JSON_Views.nsf",我的视图名称是 "List"。
我使用的端点是
**/Test/JSON_Views.nsf/api/data/collections/name/List?sortcolumn=title&sortorder=ascending&count=20
但是 JSON-Response 条目未按标题升序排序。
我应该在设计器中对列属性进行任何设置吗?如果我为 title-column 设置降序,它就可以工作。但我想更改外部 java-application.
中的排序
我的端点正确吗?我用这个 Domino API Docu 作为参考。
您好,我正在尝试从 Domino Rest Api 中获取已排序的 Collection。我的数据库名称是 "Test/JSON_Views.nsf",我的视图名称是 "List"。
我使用的端点是 **/Test/JSON_Views.nsf/api/data/collections/name/List?sortcolumn=title&sortorder=ascending&count=20
但是 JSON-Response 条目未按标题升序排序。
我应该在设计器中对列属性进行任何设置吗?如果我为 title-column 设置降序,它就可以工作。但我想更改外部 java-application.
中的排序我的端点正确吗?我用这个 Domino API Docu 作为参考。