API Reference

Update Row Links (Batch)

Update multiple links in batch in one table for one link column. It is possible to create multiple links with a n:m relation.
Here is an example how the body with row_id_list and other_rows_ids_map should look like:

"row_id_list": [
        "Qtf7xPmoRaiFyQPO1aENTjb",
        "Qtf7xPmoRaiFyQPO1aENTjc"
    ],
    "other_rows_ids_map": {
        "Qtf7xPmoRaiFyQPO1aENTjb": ["Qtf7xPmoRaiFyQPO1aENTjc", "{{row3_id}}"],
        "Qtf7xPmoRaiFyQPO1aENTjc": ["Qtf7xPmoRaiFyQPO1aENTjb", "{{row3_id}}"]
    }
Path Params
string
required

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

Body Params
string
required

The id of the table. The id of a table is unique inside a base and is often used to identify a table. Important: the table_id is not the table_name.

string
required

The id of the table. The id of a table is unique inside a base and is often used to identify a table. Important: the table_id is not the table_name.

string
required
length between 4 and 4
row_id_list
array of strings
required

List of the source rows IDs whose links you'd like to update.

row_id_list*
other_rows_ids_map
object of strings
required

Map of IDs of the target rows which you'd like to link your source rows to.

Response

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