Select-Smartsheet Cmdlet
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'"