Smartsheet API Error code 1012 and Status code:400

Options

Hello Team,

We are getting this Error code 1012 and Status code:400 (Bad data request )when we try to Add rows/Post data in the smartsheet using Smartsheet API. 

We have index 0 as Unique ID of Text/Number data type and it holds values. I have tried to clear all cookies and caches from web browser, and verified the URL before hitting the API to add rows, but still we are getting below error.

Also, we are using same access token for “Post method” that we use with “GET Method” to fetch data which absolutely works fine but we get error below only when we try to Add rows/Post data in the smartsheet

Please help us by providing some insights and steps we could follow to resolve this error.

{

 "errorCode" : 1012,

 "message" : "Required object attribute(s) are missing from your request: cell.columnId.",

 "refId" : "1k08ja0q4z1x6",

 "detail" : {

  "index" : 0

 }

}


 

Thanks,

Himangi

Answers