Cmdlets for Smartsheet

Build 24.0.9062

Select-Smartsheet Cmdlet

Parameters   Output Objects  

Smartsheet データを検索します。

Syntax

Select-Smartsheet [parameters]

Remarks

Select-Smartsheet コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてSmartsheet データを検索できます。

$conn = Connect-Smartsheet -OAuthClientId 'MyOAuthClientId' -OAuthClientSecret 'MyOAuthClientSecret' -CallbackURL 'http://localhost:33333'
Select-Smartsheet -Connection $conn -Table "Sheet_Test_Sheet" -Columns @("Id","Name") -Where "Favorite='True'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9062