Smartsheet是否支持一个API来获取模板的头名称?
答案
类别
I haven't worked with Boomi before, but it sounds like you may want to post in their Community for some API guidance. <\/p>
I found this other thread that may help: Webhook<\/a><\/p>
Here's the Boomi documentation on API security<\/a>.<\/p>
Thanks. Fresh eyes and coffee helped out. Got it working. For those that may run into this:<\/p>
$uri=\"https:\/\/api.smartsheet.com\/2.0\/sheets\/aaaaaaaaaaaaaa\/rows\"<\/a><\/p>
$body = '[{\"id\": \"rowid\", \"cells\": [{\"columnId\": yyyyyy,\"value\": \"zzzzzz\"}]}]'<\/a><\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question","log":{"dateUpdated":"2022-09-06 12:36:11","updateUser":{"userID":91566,"name":"Genevieve P.","title":"","url":"https:\/\/community.smartsheet.com\/profile\/Genevieve%20P.","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/NDZ9JFCTQ8E3\/n8CCYP0Y12F8V.png","dateLastActive":"2022-09-22T23:12:40+00:00","banned":0,"punished":0,"private":false,"label":"Employee Admin"}}},"bookmarked":false,"unread":false,"category":{"categoryID":320,"name":"API & Developers","url":"https:\/\/community.smartsheet.com\/categories\/api-developers","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[{"tagID":438,"urlcode":"api-developers","name":"API Developers"}]},{"discussionID":95018,"type":"question","name":"get_report in Python API not returning all rows when no page \/ pagesize specified","excerpt":"I don't think I used to run into this issues but when using the Python SDK I'm getting an index out of range when looping though the report object returned by get_report when it is called without a page and pageSize: Example code: # Modules import sys import smartsheet import pprint #static details SourceReportID =…","categoryID":320,"dateInserted":"2022-09-02T15:10:37+00:00","dateUpdated":null,"dateLastComment":"2022-09-06T11:51:38+00:00","insertUserID":144495,"insertUser":{"userID":144495,"name":"Ryfrank","url":"https:\/\/community.smartsheet.com\/profile\/Ryfrank","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2022-09-22T15:26:02+00:00","banned":0,"punished":0,"private":false,"label":"✭"},"updateUserID":null,"lastUserID":91566,"lastUser":{"userID":91566,"name":"Genevieve P.","title":"","url":"https:\/\/community.smartsheet.com\/profile\/Genevieve%20P.","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/NDZ9JFCTQ8E3\/n8CCYP0Y12F8V.png","dateLastActive":"2022-09-22T23:12:40+00:00","banned":0,"punished":0,"private":false,"label":"Employee Admin"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":1,"countViews":40,"score":null,"hot":3324597135,"url":"https:\/\/community.smartsheet.com\/discussion\/95018\/get-report-in-python-api-not-returning-all-rows-when-no-page-pagesize-specified","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/95018\/get-report-in-python-api-not-returning-all-rows-when-no-page-pagesize-specified","format":"Rich","tagIDs":[227],"lastPost":{"discussionID":95018,"commentID":342448,"name":"Re: get_report in Python API not returning all rows when no page \/ pagesize specified","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/342448#Comment_342448","dateInserted":"2022-09-06T11:51:38+00:00","insertUserID":91566,"insertUser":{"userID":91566,"name":"Genevieve P.","title":"","url":"https:\/\/community.smartsheet.com\/profile\/Genevieve%20P.","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/NDZ9JFCTQ8E3\/n8CCYP0Y12F8V.png","dateLastActive":"2022-09-22T23:12:40+00:00","banned":0,"punished":0,"private":false,"label":"Employee Admin"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"API & Developers","url":"https:\/\/community.smartsheet.com\/categories\/api-developers"}],"groupID":null,"statusID":3,"image":{"url":"https:\/\/us.v-cdn.net\/6031209\/uploads\/3M9S6BA80FMW\/image.png","urlSrcSet":{"10":"","300":"","800":"","1200":"","1600":""},"alt":"image.png"},"attributes":{"question":{"status":"accepted","dateAccepted":"2022-09-06T12:31:33+00:00","dateAnswered":"2022-09-06T11:51:38+00:00","acceptedAnswers":[{"commentID":342448,"body":"