admin管理员组文章数量:1431434
I have created an api to update a row with following body :
[
{
"id" : "6052809461698436",
"cells" : [
{
"columnId" : 7630235649658756,
"value" : "Pass",
"displayValue" : "Pass"
}
]
}
]
The error I am getting is :
{"refId":"b49cae6f-896e-44c1-9ff5-65fbda18f2ab","errorCode":1008,"message":"Unable to parse request."}
My api is .0/sheets/12312332/rows
I did update keys and values but nothing worked
I have created an api to update a row with following body :
[
{
"id" : "6052809461698436",
"cells" : [
{
"columnId" : 7630235649658756,
"value" : "Pass",
"displayValue" : "Pass"
}
]
}
]
The error I am getting is :
{"refId":"b49cae6f-896e-44c1-9ff5-65fbda18f2ab","errorCode":1008,"message":"Unable to parse request."}
My api is https://api.smartsheet/2.0/sheets/12312332/rows
I did update keys and values but nothing worked
Share Improve this question edited Nov 19, 2024 at 13:01 mck89 19.3k17 gold badges91 silver badges110 bronze badges asked Nov 19, 2024 at 7:30 Shashank KumarShashank Kumar 1 1- Can you add a link to the API specification? The link you provided is the endpoint you are using but what should that endpoint receive? Surely smartsheet has some documentation about its API. – Andreu Gimenez Commented Nov 19, 2024 at 13:30
1 Answer
Reset to default 0Error code 1008
typically indicates a syntax error (typo) within the request body. One thing I notice in your request is that the row ID
value is in quotation marks, while the column ID
value is not. If Smartsheet is expecting ID values to be specified one way or the other (i.e., either with quotation marks or without) then that inconsistency in your request could result in a 1008
error code.
本文标签: boomiSmartsheet update row getting error quoterrorCodequot1008Stack Overflow
版权声明:本文标题:boomi - Smartsheet update row getting error "errorCode":1008 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745578156a2664457.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论