过滤聊天对话框 GET 结果

Filtering Chat Dialog GET results

以下 curl 语句不过滤结果,我收到用户的所有聊天对话框。

curl -X GET -d "unread_messages_count[gt]=0" -H "QB-Token:xxxxx" https://api.quickblox.com/chat/Dialog.json

聊天对话框对象上的 'unread_messages_count' 字段可以用于过滤结果和搜索运算符吗?

谢谢

不,你不能使用unread_messages_count作为过滤器,因为这个值是根据聊天消息计算的,它不是一个常量字段