Table fields
Get table field formula dependencies
Returns the formula dependencies for a specific field. Requires a USER API key with edit access to the table.
get/public/v1/tables/{name}/fields/{fieldId}/formula-dependencies
Path parameters
namestring required
Example:tasks_board
fieldIdinteger required
Example:42
Response
Formula dependencies
Example response
{
"ok": true
}