获取 Parent & Child 条记录 Quickbase API_DoQuery
Fetch Parent & Child records Quickbase API_DoQuery
我有一个 table A 和 Table B。
A 是 B
的 parent
我想做的是执行一个 quickbase API 调用 API_DoQuery 来获取 table A 中所有 child 记录的记录,像这样
id,
名称
child:[id, 姓名]
我现在该怎么做我只得到 table A 中的值和关系字段中的数字
.
我需要做什么?
谢谢。
我有一个 table A 和 Table B。
A 是 B
的 parent我想做的是执行一个 quickbase API 调用 API_DoQuery 来获取 table A 中所有 child 记录的记录,像这样
id, 名称 child:[id, 姓名]
我现在该怎么做我只得到 table A 中的值和关系字段中的数字 . 我需要做什么?
谢谢。