API PUT and Body help for Cell link from a cell in sheet "a" to sheet "b"

Carlo Rodriguez
edited 07/18/23 in API & Developers

I am having trouble linking a cell from sheet a to b.

I am new to using API and possibly just getting the call wrong? or the body. Any help would be appreciated.

PUT: https://api.smartsheet.com/2.0/sheets/4098048888098692/rows/1370574824361860/cells/259016080

Body:

{

  "cells": [

    {

      "linkinFromCell": {

          "columnId": "7321839030194052",

          "rowId": "2229989274242948",

          "sheetId": "7094494025437060"

      }

    }

  ]

}


Error:

{

    "errorCode": 1006,

    "message": "Not Found",

    "refId": "3uq62l"

}

Best Answer

Answers