Cmdlets for Kintone

Build 23.0.8839

Select-Kintone Cmdlet

Parameters   Output Objects  

Searches Kintone data.

Syntax

Select-Kintone [parameters]

Remarks

The Select-Kintone cmdlet allows you to use a syntax similar to SQL SELECT statements to search Kintone data.

$conn = Connect-Kintone -User 'myuseraccount' -Password 'mypassword' -URL 'http://subdomain.domain.com' -GuestSpaceId 'myspaceid'
Select-Kintone -Connection $conn -Table "Comments" -Columns @("CreatorName","Text") -Where "AppId='1354841'"

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