Smartsheet.Query
Smartsheet.Query(endpoint as text,args as text,headers as record) as any
在指定终结点调用 Smartsheet 2.0 REST API,并将结果作为 JSON 记录返回。
示例:
从指定了其他参数的工作表 Smartsheet API 终结点拉取数据
使用情况:
Smartsheet.Content("sheets", "include=ownerInfo&includeAll=true", [])
输出:
包含由 Smartsheet API 返回的工作表信息的表