Smartsheet Connector
Documentation
Version: 2
Documentation

EndPoint Get Contacts


Name

get_contact

Description

Gets the specified contact. [API reference]

Parameters

Parameter Label Required Options Description
ContactId ContactId YES

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
Id DT_WSTR nvarchar(255) 255 False
Name DT_WSTR nvarchar(255) 255 False
Email DT_WSTR nvarchar(255) 255 False
FirstName DT_WSTR nvarchar(255) 255 False
LastName DT_WSTR nvarchar(255) 255 False

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.

Examples

SSIS

Use Smartsheet Connector in API Source component to read data or in API Destination component to read/write data:

Get Contacts using API Source

Smartsheet
Get Contacts
SSIS API Source - Read from table or endpoint

Get Contacts using API Destination

Smartsheet
Get Contacts
SSIS API Destination - Access table or endpoint