API Reference

Create Row Link

You can link a row to another row in the same table, or in another table in the same base. Before you use this request, you should create a
link column first, and retrieve its link_id. This value is an attribute of a link column, and can also be retrieved from the call
Get Metadata.

Check out the Models page to get more information about the structure of a link.

Path Params
string
required

The unique identifier of a base. Sometimes also called dtable_uuid.

Body Params
string
required

The name of the table.

string
required

The name of the table.

string
required
length between 4 and 4
string
required

The id of the row. The id of a row is unique inside a base and is often used to identify one specific row.

string
required

The id of the row. The id of a row is unique inside a base and is often used to identify one specific row.

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json