core.cases.link_row
Link an existing table row to a case.
Enterprise Edition
Inputs
string
required
Case ID
string
required
Row ID
string
required
Table ID
Examples
Link a table rowcore.cases.unlink_row
Remove a linked table row from a case.
Enterprise Edition
Inputs
string
required
Case ID
string
required
Row ID
string
required
Table ID
Examples
Unlink a table rowcore.cases.insert_row
Insert a row into a table and link it to a case.
Enterprise Edition
Linked rows use regular tables. Create the destination table with
the same
columns schema documented in
Tables.Inputs
string
required
Case ID
object
required
Row values
string
required
Table ID
Examples
Insert and link a table rowcore.cases.get_linked_case_rows
Get linked rows for a specific case by ID.
Enterprise Edition
Inputs
string
required
The ID of the case to retrieve.