English
Generate calculation plan for the field
cURL
curl --request GET \ --url https://app.teable.io/api/table/%7BtableId%7D/field/%7BfieldId%7D/plan \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "estimateTime": 123, "graph": { "nodes": [ { "id": "<string>", "label": "<string>", "comboId": "<string>" } ], "edges": [ { "source": "<string>", "target": "<string>", "label": "<string>" } ], "combos": [ { "id": "<string>", "label": "<string>" } ] }, "updateCellCount": 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
The response is of type object.
object