Qeasy Cloud
Get Started

简道云 查询表单数据V2 API

Platform
简道云
Type
QUERY
Effect
QUERY
API Version
1.0
Adapter
\Adapter\Jiandaoyun\JDYQueryAdapter
Auth Mode
OTHER
Updated At
2023-05-26

查询表单数据V2

POST/api/v2/app/{app_id}/entry/{entry_id}/data
Factory
{
  "operation": {
    "method": "none"
  }
}

Request Parameters

No.FieldNameTypeDefaultRequiredDescription
1appId应用IDstringOptional应用ID
2entryId表单IDstringOptional表单ID
3fields需要查询的字段stringOptional多个字段以逗号隔开,默认不传入则输出所有字段
4limit每页返回数量string100Optional查询的数据条数,1~100,默认10
5filter过滤参数objectOptional过滤参数
5.1rel过滤参数逻辑stringandOptional"rel": "and", // 或者 "or"
5.2cond_1自定义字段过滤objectOptional自定义字段过滤
5.2.1field过滤字段stringupdateTimeOptional过滤字段
5.2.2type过滤类型stringdatetimeOptionaltext\number\flowstate
5.2.3method过滤方法stringrangeOptional过滤方法;“not_empty”(不为空),“empty”(为空),“eq”(等于),“in”(等于任意一个),“range”(在x与y之间,并且包含x和y本身),“nin”(不等于任意一个),“ne”(不等于), “like”(文本包含)
5.2.4value过滤值string{{LAST_SYNC_TIME|datetime}}Optional过滤值
5.3cond_2自定义过滤字段2objectOptional自定义过滤字段2
5.3.1field过滤字段stringflowStateOptional过滤字段
5.3.2type过滤类型stringflowStateOptional过滤类型
5.3.3method过滤方法stringeqOptional过滤方法
5.3.4value过滤值string1Optional过滤值

Response Parameters

No parameter reference available

The 查询表单数据V2 API (/api/v2/app/{app_id}/entry/{entry_id}/data) of 简道云 is curated by the API asset management module of the Qeasy Cloud data integration platform and kept in sync with 简道云 version updates.

Need to integrate this API?

Qeasy ships with prebuilt adaptation for this API — contact us to start configuring data integration.