find{
"operation": {
"method": "none"
}
}| No. | Field | Name | Type | Default | Required | Description |
|---|---|---|---|---|---|---|
| 1 | main_params | 主参数 | object | — | Required | 主参数 |
| 1.1 | query | 查询条件 | object | — | Optional | 子对象包含 : 字段 :{ 操作符,值} |
| 1.1.1 | date | 示例-订单日期 | object | — | Optional | 查询参数示例 |
| 1.1.1.1 | operation | 查询操作示例 | string | $gt | Optional | 输入操作符 |
| 1.1.1.2 | value | 查询值示例 | string | 2023-1-1 | Optional | 查询值示例 |
| 1.1.2 | id | 关联字段示例-订单id | object | — | Optional | 关联字段示例 |
| 1.1.2.1 | operation | 操作 | string | — | Optional | 对所属字段的操作 |
| 1.1.2.2 | value | 值 | string | — | Optional | 查询值示例 |
| 1.2 | projections | 检索的字段 | string | id,number,date | Optional | 用逗号隔开 |
| 1.3 | skip | 跳行 | int | — | Optional | 分页使用 |
| 1.4 | limit | 每页行数 | int | — | Optional | 每次查询行数 |
| 2 | extend_params_1 | 扩展明细表 | object | — | Optional | 查询字表使用的参数 extend_params_* 序号区分 |
| 2.1 | query | 查询条件 | object | — | Optional | 字表的查询条件设置 |
| 2.1.1 | orderId | 主表关联字段-订单id | object | — | Optional | 在查询子表时需要主表提供的关联字段 |
| 2.1.1.1 | operation | 操作 | string | $gt | Optional | 操作示例 |
| 2.1.1.2 | value | 值示例-主表订单id | string | :id | Optional | 值示例-主表订单id |
| 2.2 | relation | 关系 | string | array | Optional | 1:1返回单个对象;1:N返回数组 |
No parameter reference available
The 执行查询操作 API (find) of MongoDB is curated by the API asset management module of the Qeasy Cloud data integration platform and kept in sync with MongoDB version updates.
Qeasy ships with prebuilt adaptation for this API — contact us to start configuring data integration.