如何通过odata URI中的mongodb对象id获取数据?

时间:2018-03-26 19:11:53

标签: mongodb rest get odata

我有mongodb集合架构

{
   "_id" : ObjectId("5a9f72ebe0f23d8e609e4f63"),
    "userid" : "1",
    "username" : "XXX"
}

我想知道如何通过使用odata作为rest api公开的_id或userid查询上述集合?

1 个答案:

答案 0 :(得分:0)