简体中文
Generate calculation plan for the field
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/table/{tableId}/field/{fieldId}/plan \ --header 'Authorization: Bearer <token>'
{ "estimateTime": 123, "updateCellCount": 123, "graph": { "nodes": [ { "id": "<string>", "label": "<string>", "comboId": "<string>" } ], "edges": [ { "source": "<string>", "target": "<string>", "label": "<string>" } ], "combos": [ { "id": "<string>", "label": "<string>" } ] }, "linkFieldCount": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the calculation plan for the field
显示 子属性
此页面对您有帮助吗?