Linking Folders (records)

Steps

1. Get Folders

GET /api/v2/records/sidedrawer/sidedrawer-id/{sidedrawerId}/records


2. Create link

Use the identifier (recordId) of one Folder (record) in the URL, and the identifier of the other Folder to which it should be linked in the request body.

POST /api/v1/records/sidedrawer/sidedrawer-id/{sidedrawerId}/records/record-id/{recordId}/related

{
    "recordId": "{relatedRecordId}"
}