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. |