表单数据列表

HTTP Request

PUT /apaas/api/v2/form_entities

HEADERS

字段名 是否必填 描述
ACCESS-TOKEN true 授权token(aPaas提供)

参数

字段名 是否必填 描述
custom_form_id 表单ID
search_column_name 搜索字段name, 适用于text_field、text_area、email_field、mobile_field、tel_field、url_field、auto_number_field
query search_column_name对应的搜索内容
filters 筛选列表 [ { name: 自定义字段name, op: 匹配方式(in/eq/within)}, value: 匹配值 ],适用于select_field、multi_select、select2_field、datetime_field、address_select、datetime_range_field、integer_field、float_field、currency_field
sort 排序组合 [ { 自定义字段name: 排序方式(asc/desc)} ]
scope tab对应的数据,取值来源于列表页设置返回的tabs
page 页码
per_page 每页的数量

传参示例

{
    "page": 1,
    "per_page": 20,
    "custom_form_id": 2,
    "search_column_name": "text_1691474633936_f856b9",
    "query": "xxxxxxxx",
    "filters": [
      {"name": "id", "op": "in", "value": [11, 22]},
      {"name": "select_1691125929052_d05a00", "op": "in", "value": ["H6Qq/ojoIFNyICUXzx3UOw=="]}, // 单选
      {"name": "multi_select_1691562342042_e0b50f", "op": "in", "value": ["qxjjDA3ECTzu2olh+sPR9A==", "QpbX0pPJ6koOUsZBXwtclg=="]}, // 多选
      {"name": "created_at", "op": "within", "value": ["2023-08-14 12:00:00", "2023-08-14 15:00:00"]}, // 时间
      {"name": "address_select_1692266369719_510d42", "op": "eq", "value": {"city_id": "73", "country_id": "4","district_id": "732","province_id": "9"}}, // 国家、省、市、区查询
      {"name": "datetime_range_field_1692266369719_513d41", "op":"within", "value": ["2023-08-20 00:00:00", "2023-08-26 02:00:00"]}, // 起止时间
      {"name": "integer_field_1692266369719_578e31", "op":"within", "value": [10, 20]}, // 数字、金额
      {"name": "user", "op":"in", "value": {"user_ids": [1, 2], "department_ids": [3, 4] }}, // 用户、部门
       {"name": "nest_2324013095370acf", "op": "eq", "value": {"level_0": "60943MKVMq0Erpe9dUdV7w==", "level_1": "WkFg1hVKiht2xdOjfhlpqQ==" }} // 级联
    ],
    "sort": [{ "created_at": "desc" }, {"id": "asc"}]
}

返回数据字段说明

字段名 参数类型 描述
models Array 数据列表
next_page int 下一页
prev_page int 上一页
total_count Int 总数据量
total_pages Int 总页数
current_page Int 当前页
page int 页码
per_page int 每页的数量

列表返回数据

{
  "code": 0,
  "message": "success",
  "remark": "成功",
  "data": {
    "models": [
      {
        "app_id": 4,
        "custom_form_id": 13,
        "organization_oid": 1,
        "created_at": "2023-08-16T15:29:15.318+08:00",
        "updated_at": "2023-09-26T10:29:39.440+08:00",
        "id": 30,
        "custom_form_data_table_name": "data_1_4_e2aafe",
        "primary_field_value": null,
        "text_1691116765689_fe4558": "哇咔隧道咔a 133333a a",
        "text_1691116775689_fb4558": null,
        "email_1691116765689_fe4558": null,
        "select_1691125929052_d05a00": "H6Qq/ojoIFNyICUXzx3UOw==",
        "select_1691125929052_d05a00_display": "入门",
        "multi_select_1691562342042_e0b50f": [
          "qxjjDA3ECTzu2olh+sPR9A==",
          "QpbX0pPJ6koOUsZBXwtclg=="
        ],
        "multi_select_1691562342042_e0b50f_display": [
          "大",
          "高"
        ],
        "floa_2324215395242": null,
        "curre_23242154146c8": "3.0",
        "address_select_1692580744482_e108c6": {
          "city_id": "73",
          "city_name": "上海市",
          "country_id": "4",
          "district_id": "732",
          "province_id": "9",
          "region_info": "中国 上海 上海市 浦东新区",
          "country_name": "中国",
          "district_name": "浦东新区",
          "province_name": "上海",
          "detail_address": "马路口驴子街"
        },
        "geo_address_1692673349914_fc5d81": {
          "latitude": 29.952211,
          "longitude": 90.080563
        },
        "cu_rela_2324018421118": {
          "label": "上海微问家",
          "value": 1,
          "relation_source": {
            "id": 23,
            "name": "data_1_3_9ddabc",
            "label": "推广线索",
            "external_type": "apaas"
          }
        },
        "usr_23269095707e8": [
          {
            "uid": 4,
            "name": "test1",
            "third_userid": null
          }
        ],
        "dept_232691000022d": [
          {
            "did": 1,
            "name": "dept1",
            "third_dept_id": null
          }
        ],
        "creator_uid": 1,
        "creator": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "user_uid": 1,
        "user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "before_user_uid": null,
        "before_user": {
          "uid": null,
          "name": null,
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "update_user_uid": 1,
        "update_user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "department_did": 1,
        "department": {
          "did": 1,
          "name": "dept1",
          "status": 1,
          "path_did": null,
          "third_dept_id": null
        },
        "before_department_did": null,
        "before_department": {
          "did": null,
          "name": null,
          "status": null,
          "path_did": null,
          "third_dept_id": null
        },
        "user_updated_at": "2023-08-16T15:29:15.313+08:00"
      },
      {
        "app_id": 4,
        "custom_form_id": 13,
        "organization_oid": 1,
        "created_at": "2023-08-22T14:25:40.156+08:00",
        "updated_at": "2023-09-05T16:50:53.134+08:00",
        "id": 1027,
        "custom_form_data_table_name": "data_1_4_e2aafe",
        "primary_field_value": "ddd",
        "text_1691116765689_fe4558": "哇咔隧道咔a 133333a a",
        "text_1691116775689_fb4558": "ddd",
        "email_1691116765689_fe4558": null,
        "select_1691125929052_d05a00": "H6Qq/ojoIFNyICUXzx3UOw==",
        "select_1691125929052_d05a00_display": "入门",
        "multi_select_1691562342042_e0b50f": [
          "qxjjDA3ECTzu2olh+sPR9A==",
          "QpbX0pPJ6koOUsZBXwtclg=="
        ],
        "multi_select_1691562342042_e0b50f_display": [
          "大",
          "高"
        ],
        "floa_2324215395242": null,
        "curre_23242154146c8": null,
        "address_select_1692580744482_e108c6": {
          "city_id": "73",
          "city_name": "上海市",
          "country_id": "4",
          "district_id": "732",
          "province_id": "9",
          "region_info": "中国 上海 上海市 浦东新区",
          "country_name": "中国",
          "district_name": "浦东新区",
          "province_name": "上海"
        },
        "geo_address_1692673349914_fc5d81": {
          "latitude": 29.952211,
          "longitude": 90.080563
        },
        "cu_rela_2324018421118": null,
        "usr_23269095707e8": null,
        "dept_232691000022d": null,
        "creator_uid": 1,
        "creator": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "user_uid": 1,
        "user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "before_user_uid": null,
        "before_user": {
          "uid": null,
          "name": null,
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "update_user_uid": 1,
        "update_user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "department_did": 1,
        "department": {
          "did": 1,
          "name": "dept1",
          "status": 1,
          "path_did": null,
          "third_dept_id": null
        },
        "before_department_did": null,
        "before_department": {
          "did": null,
          "name": null,
          "status": null,
          "path_did": null,
          "third_dept_id": null
        },
        "user_updated_at": "2023-08-16T15:29:15.313+08:00"
      },
      {
        "app_id": 4,
        "custom_form_id": 13,
        "organization_oid": 1,
        "created_at": "2023-08-22T14:25:40.149+08:00",
        "updated_at": "2023-08-22T14:25:40.149+08:00",
        "id": 1026,
        "custom_form_data_table_name": "data_1_4_e2aafe",
        "primary_field_value": null,
        "text_1691116765689_fe4558": "哇咔隧道咔a 133333a a",
        "text_1691116775689_fb4558": null,
        "email_1691116765689_fe4558": null,
        "select_1691125929052_d05a00": "H6Qq/ojoIFNyICUXzx3UOw==",
        "select_1691125929052_d05a00_display": "入门",
        "multi_select_1691562342042_e0b50f": [
          "qxjjDA3ECTzu2olh+sPR9A==",
          "QpbX0pPJ6koOUsZBXwtclg=="
        ],
        "multi_select_1691562342042_e0b50f_display": [
          "大",
          "高"
        ],
        "floa_2324215395242": null,
        "curre_23242154146c8": null,
        "address_select_1692580744482_e108c6": {
          "city_id": "73",
          "city_name": "上海市",
          "country_id": "4",
          "district_id": "732",
          "province_id": "9",
          "region_info": "中国 上海 上海市 浦东新区",
          "country_name": "中国",
          "district_name": "浦东新区",
          "province_name": "上海"
        },
        "geo_address_1692673349914_fc5d81": {
          "latitude": 29.952211,
          "longitude": 90.080563
        },
        "cu_rela_2324018421118": null,
        "usr_23269095707e8": null,
        "dept_232691000022d": null,
        "creator_uid": 1,
        "creator": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "user_uid": 1,
        "user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "before_user_uid": null,
        "before_user": {
          "uid": null,
          "name": null,
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "update_user_uid": 1,
        "update_user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "department_did": 1,
        "department": {
          "did": 1,
          "name": "dept1",
          "status": 1,
          "path_did": null,
          "third_dept_id": null
        },
        "before_department_did": null,
        "before_department": {
          "did": null,
          "name": null,
          "status": null,
          "path_did": null,
          "third_dept_id": null
        },
        "user_updated_at": "2023-08-16T15:29:15.313+08:00"
      },
      {
        "app_id": 4,
        "custom_form_id": 13,
        "organization_oid": 1,
        "created_at": "2023-08-22T14:25:40.143+08:00",
        "updated_at": "2023-08-22T14:25:40.143+08:00",
        "id": 1025,
        "custom_form_data_table_name": "data_1_4_e2aafe",
        "primary_field_value": null,
        "text_1691116765689_fe4558": "哇咔隧道咔a 133333a a",
        "text_1691116775689_fb4558": null,
        "email_1691116765689_fe4558": null,
        "select_1691125929052_d05a00": "H6Qq/ojoIFNyICUXzx3UOw==",
        "select_1691125929052_d05a00_display": "入门",
        "multi_select_1691562342042_e0b50f": [
          "qxjjDA3ECTzu2olh+sPR9A==",
          "QpbX0pPJ6koOUsZBXwtclg=="
        ],
        "multi_select_1691562342042_e0b50f_display": [
          "大",
          "高"
        ],
        "floa_2324215395242": null,
        "curre_23242154146c8": null,
        "address_select_1692580744482_e108c6": {
          "city_id": "73",
          "city_name": "上海市",
          "country_id": "4",
          "district_id": "732",
          "province_id": "9",
          "region_info": "中国 上海 上海市 浦东新区",
          "country_name": "中国",
          "district_name": "浦东新区",
          "province_name": "上海"
        },
        "geo_address_1692673349914_fc5d81": {
          "latitude": 29.952211,
          "longitude": 90.080563
        },
        "cu_rela_2324018421118": null,
        "usr_23269095707e8": null,
        "dept_232691000022d": null,
        "creator_uid": 1,
        "creator": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "user_uid": 1,
        "user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "before_user_uid": null,
        "before_user": {
          "uid": null,
          "name": null,
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "update_user_uid": 1,
        "update_user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "department_did": 1,
        "department": {
          "did": 1,
          "name": "dept1",
          "status": 1,
          "path_did": null,
          "third_dept_id": null
        },
        "before_department_did": null,
        "before_department": {
          "did": null,
          "name": null,
          "status": null,
          "path_did": null,
          "third_dept_id": null
        },
        "user_updated_at": "2023-08-16T15:29:15.313+08:00"
      },
      {
        "app_id": 4,
        "custom_form_id": 13,
        "organization_oid": 1,
        "created_at": "2023-08-22T14:25:40.137+08:00",
        "updated_at": "2023-08-22T14:25:40.137+08:00",
        "id": 1024,
        "custom_form_data_table_name": "data_1_4_e2aafe",
        "primary_field_value": null,
        "text_1691116765689_fe4558": "哇咔隧道咔a 133333a a",
        "text_1691116775689_fb4558": null,
        "email_1691116765689_fe4558": null,
        "select_1691125929052_d05a00": "H6Qq/ojoIFNyICUXzx3UOw==",
        "select_1691125929052_d05a00_display": "入门",
        "multi_select_1691562342042_e0b50f": [
          "qxjjDA3ECTzu2olh+sPR9A==",
          "QpbX0pPJ6koOUsZBXwtclg=="
        ],
        "multi_select_1691562342042_e0b50f_display": [
          "大",
          "高"
        ],
        "floa_2324215395242": null,
        "curre_23242154146c8": null,
        "address_select_1692580744482_e108c6": {
          "city_id": "73",
          "city_name": "上海市",
          "country_id": "4",
          "district_id": "732",
          "province_id": "9",
          "region_info": "中国 上海 上海市 浦东新区",
          "country_name": "中国",
          "district_name": "浦东新区",
          "province_name": "上海"
        },
        "geo_address_1692673349914_fc5d81": {
          "latitude": 29.952211,
          "longitude": 90.080563
        },
        "cu_rela_2324018421118": null,
        "usr_23269095707e8": null,
        "dept_232691000022d": null,
        "creator_uid": 1,
        "creator": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "user_uid": 1,
        "user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "before_user_uid": null,
        "before_user": {
          "uid": null,
          "name": null,
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "update_user_uid": 1,
        "update_user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "department_did": 1,
        "department": {
          "did": 1,
          "name": "dept1",
          "status": 1,
          "path_did": null,
          "third_dept_id": null
        },
        "before_department_did": null,
        "before_department": {
          "did": null,
          "name": null,
          "status": null,
          "path_did": null,
          "third_dept_id": null
        },
        "user_updated_at": "2023-08-16T15:29:15.313+08:00"
      },
      {
        "app_id": 4,
        "custom_form_id": 13,
        "organization_oid": 1,
        "created_at": "2023-08-22T14:25:40.131+08:00",
        "updated_at": "2023-08-22T14:25:40.131+08:00",
        "id": 1023,
        "custom_form_data_table_name": "data_1_4_e2aafe",
        "primary_field_value": null,
        "text_1691116765689_fe4558": "哇咔隧道咔a 133333a a",
        "text_1691116775689_fb4558": null,
        "email_1691116765689_fe4558": null,
        "select_1691125929052_d05a00": "H6Qq/ojoIFNyICUXzx3UOw==",
        "select_1691125929052_d05a00_display": "入门",
        "multi_select_1691562342042_e0b50f": [
          "qxjjDA3ECTzu2olh+sPR9A==",
          "QpbX0pPJ6koOUsZBXwtclg=="
        ],
        "multi_select_1691562342042_e0b50f_display": [
          "大",
          "高"
        ],
        "floa_2324215395242": null,
        "curre_23242154146c8": null,
        "address_select_1692580744482_e108c6": {
          "city_id": "73",
          "city_name": "上海市",
          "country_id": "4",
          "district_id": "732",
          "province_id": "9",
          "region_info": "中国 上海 上海市 浦东新区",
          "country_name": "中国",
          "district_name": "浦东新区",
          "province_name": "上海"
        },
        "geo_address_1692673349914_fc5d81": {
          "latitude": 29.952211,
          "longitude": 90.080563
        },
        "cu_rela_2324018421118": null,
        "usr_23269095707e8": null,
        "dept_232691000022d": null,
        "creator_uid": 1,
        "creator": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "user_uid": 1,
        "user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "before_user_uid": null,
        "before_user": {
          "uid": null,
          "name": null,
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "update_user_uid": 1,
        "update_user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "department_did": 1,
        "department": {
          "did": 1,
          "name": "dept1",
          "status": 1,
          "path_did": null,
          "third_dept_id": null
        },
        "before_department_did": null,
        "before_department": {
          "did": null,
          "name": null,
          "status": null,
          "path_did": null,
          "third_dept_id": null
        },
        "user_updated_at": "2023-08-16T15:29:15.313+08:00"
      },
      {
        "app_id": 4,
        "custom_form_id": 13,
        "organization_oid": 1,
        "created_at": "2023-08-22T14:25:40.124+08:00",
        "updated_at": "2023-08-22T14:25:40.124+08:00",
        "id": 1022,
        "custom_form_data_table_name": "data_1_4_e2aafe",
        "primary_field_value": null,
        "text_1691116765689_fe4558": "哇咔隧道咔a 133333a a",
        "text_1691116775689_fb4558": null,
        "email_1691116765689_fe4558": null,
        "select_1691125929052_d05a00": "H6Qq/ojoIFNyICUXzx3UOw==",
        "select_1691125929052_d05a00_display": "入门",
        "multi_select_1691562342042_e0b50f": [
          "qxjjDA3ECTzu2olh+sPR9A==",
          "QpbX0pPJ6koOUsZBXwtclg=="
        ],
        "multi_select_1691562342042_e0b50f_display": [
          "大",
          "高"
        ],
        "floa_2324215395242": null,
        "curre_23242154146c8": null,
        "address_select_1692580744482_e108c6": {
          "city_id": "73",
          "city_name": "上海市",
          "country_id": "4",
          "district_id": "732",
          "province_id": "9",
          "region_info": "中国 上海 上海市 浦东新区",
          "country_name": "中国",
          "district_name": "浦东新区",
          "province_name": "上海"
        },
        "geo_address_1692673349914_fc5d81": {
          "latitude": 29.952211,
          "longitude": 90.080563
        },
        "cu_rela_2324018421118": null,
        "usr_23269095707e8": null,
        "dept_232691000022d": null,
        "creator_uid": 1,
        "creator": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "user_uid": 1,
        "user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "before_user_uid": null,
        "before_user": {
          "uid": null,
          "name": null,
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "update_user_uid": 1,
        "update_user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "department_did": 1,
        "department": {
          "did": 1,
          "name": "dept1",
          "status": 1,
          "path_did": null,
          "third_dept_id": null
        },
        "before_department_did": null,
        "before_department": {
          "did": null,
          "name": null,
          "status": null,
          "path_did": null,
          "third_dept_id": null
        },
        "user_updated_at": "2023-08-16T15:29:15.313+08:00"
      },
      {
        "app_id": 4,
        "custom_form_id": 13,
        "organization_oid": 1,
        "created_at": "2023-08-22T14:25:40.118+08:00",
        "updated_at": "2023-08-22T14:25:40.118+08:00",
        "id": 1021,
        "custom_form_data_table_name": "data_1_4_e2aafe",
        "primary_field_value": null,
        "text_1691116765689_fe4558": "哇咔隧道咔a 133333a a",
        "text_1691116775689_fb4558": null,
        "email_1691116765689_fe4558": null,
        "select_1691125929052_d05a00": "H6Qq/ojoIFNyICUXzx3UOw==",
        "select_1691125929052_d05a00_display": "入门",
        "multi_select_1691562342042_e0b50f": [
          "qxjjDA3ECTzu2olh+sPR9A==",
          "QpbX0pPJ6koOUsZBXwtclg=="
        ],
        "multi_select_1691562342042_e0b50f_display": [
          "大",
          "高"
        ],
        "floa_2324215395242": null,
        "curre_23242154146c8": null,
        "address_select_1692580744482_e108c6": {
          "city_id": "73",
          "city_name": "上海市",
          "country_id": "4",
          "district_id": "732",
          "province_id": "9",
          "region_info": "中国 上海 上海市 浦东新区",
          "country_name": "中国",
          "district_name": "浦东新区",
          "province_name": "上海"
        },
        "geo_address_1692673349914_fc5d81": {
          "latitude": 29.952211,
          "longitude": 90.080563
        },
        "cu_rela_2324018421118": null,
        "usr_23269095707e8": null,
        "dept_232691000022d": null,
        "creator_uid": 1,
        "creator": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "user_uid": 1,
        "user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "before_user_uid": null,
        "before_user": {
          "uid": null,
          "name": null,
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "update_user_uid": 1,
        "update_user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "department_did": 1,
        "department": {
          "did": 1,
          "name": "dept1",
          "status": 1,
          "path_did": null,
          "third_dept_id": null
        },
        "before_department_did": null,
        "before_department": {
          "did": null,
          "name": null,
          "status": null,
          "path_did": null,
          "third_dept_id": null
        },
        "user_updated_at": "2023-08-16T15:29:15.313+08:00"
      },
      {
        "app_id": 4,
        "custom_form_id": 13,
        "organization_oid": 1,
        "created_at": "2023-08-22T14:25:40.112+08:00",
        "updated_at": "2023-08-22T14:25:40.112+08:00",
        "id": 1020,
        "custom_form_data_table_name": "data_1_4_e2aafe",
        "primary_field_value": null,
        "text_1691116765689_fe4558": "哇咔隧道咔a 133333a a",
        "text_1691116775689_fb4558": null,
        "email_1691116765689_fe4558": null,
        "select_1691125929052_d05a00": "H6Qq/ojoIFNyICUXzx3UOw==",
        "select_1691125929052_d05a00_display": "入门",
        "multi_select_1691562342042_e0b50f": [
          "qxjjDA3ECTzu2olh+sPR9A==",
          "QpbX0pPJ6koOUsZBXwtclg=="
        ],
        "multi_select_1691562342042_e0b50f_display": [
          "大",
          "高"
        ],
        "floa_2324215395242": null,
        "curre_23242154146c8": null,
        "address_select_1692580744482_e108c6": {
          "city_id": "73",
          "city_name": "上海市",
          "country_id": "4",
          "district_id": "732",
          "province_id": "9",
          "region_info": "中国 上海 上海市 浦东新区",
          "country_name": "中国",
          "district_name": "浦东新区",
          "province_name": "上海"
        },
        "geo_address_1692673349914_fc5d81": {
          "latitude": 29.952211,
          "longitude": 90.080563
        },
        "cu_rela_2324018421118": null,
        "usr_23269095707e8": null,
        "dept_232691000022d": null,
        "creator_uid": 1,
        "creator": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "user_uid": 1,
        "user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "before_user_uid": null,
        "before_user": {
          "uid": null,
          "name": null,
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "update_user_uid": 1,
        "update_user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "department_did": 1,
        "department": {
          "did": 1,
          "name": "dept1",
          "status": 1,
          "path_did": null,
          "third_dept_id": null
        },
        "before_department_did": null,
        "before_department": {
          "did": null,
          "name": null,
          "status": null,
          "path_did": null,
          "third_dept_id": null
        },
        "user_updated_at": "2023-08-16T15:29:15.313+08:00"
      },
      {
        "app_id": 4,
        "custom_form_id": 13,
        "organization_oid": 1,
        "created_at": "2023-08-22T14:25:40.107+08:00",
        "updated_at": "2023-08-22T14:25:40.107+08:00",
        "id": 1019,
        "custom_form_data_table_name": "data_1_4_e2aafe",
        "primary_field_value": null,
        "text_1691116765689_fe4558": "哇咔隧道咔a 133333a a",
        "text_1691116775689_fb4558": null,
        "email_1691116765689_fe4558": null,
        "select_1691125929052_d05a00": "H6Qq/ojoIFNyICUXzx3UOw==",
        "select_1691125929052_d05a00_display": "入门",
        "multi_select_1691562342042_e0b50f": [
          "qxjjDA3ECTzu2olh+sPR9A==",
          "QpbX0pPJ6koOUsZBXwtclg=="
        ],
        "multi_select_1691562342042_e0b50f_display": [
          "大",
          "高"
        ],
        "floa_2324215395242": null,
        "curre_23242154146c8": null,
        "address_select_1692580744482_e108c6": {
          "city_id": "73",
          "city_name": "上海市",
          "country_id": "4",
          "district_id": "732",
          "province_id": "9",
          "region_info": "中国 上海 上海市 浦东新区",
          "country_name": "中国",
          "district_name": "浦东新区",
          "province_name": "上海"
        },
        "geo_address_1692673349914_fc5d81": {
          "latitude": 29.952211,
          "longitude": 90.080563
        },
        "cu_rela_2324018421118": null,
        "usr_23269095707e8": null,
        "dept_232691000022d": null,
        "creator_uid": 1,
        "creator": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "user_uid": 1,
        "user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "before_user_uid": null,
        "before_user": {
          "uid": null,
          "name": null,
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "update_user_uid": 1,
        "update_user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "department_did": 1,
        "department": {
          "did": 1,
          "name": "dept1",
          "status": 1,
          "path_did": null,
          "third_dept_id": null
        },
        "before_department_did": null,
        "before_department": {
          "did": null,
          "name": null,
          "status": null,
          "path_did": null,
          "third_dept_id": null
        },
        "user_updated_at": "2023-08-16T15:29:15.313+08:00"
      }
    ],
    "total_count": 1009,
    "total_pages": 101,
    "next_page": 2,
    "prev_page": null,
    "current_page": 1,
    "per_page": 10,
    "page": 1
  }
}
文档更新时间: 2025-04-29 14:18   作者:姜河