GetItem
Retrieve an item from a SharePoint list.
Input
| Name | Type | Description |
| Columns | String | Comma separated list of column names to retrieve in addition to internal columns. Note that these column names are case sensitive. |
| ItemId | String | The ID of the item in the list. This can be obtained by a previous call to the 'ListItems' stored procedure. |
| List | String | The name of the list on the SharePoint server. |
| Subfolder | String | A subfolder that may be specified if retrieving the item in a subfolder. Set to * to denote all subfolders. |
Output
| Name | Type | Description |
| IsFolder | String | A flag that indicates whether or not the item is a folder. |
| * | String | Additional output varies by list and columns requested. |