Click or drag to resize

ContactResources Interface

This interface provides methods to access Contact resources.

Thread Safety: Implementation of this interface must be thread safe.

Namespace:  Smartsheet.Api
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public interface ContactResources

The ContactResources type exposes the following members.

Methods
  NameDescription
Public methodGetContact

Gets the specified Contact.

It mirrors to the following Smartsheet REST API method: POST GET /contacts/{contactId}

Public methodListContacts

Gets a list of the user’s Smartsheet Contacts.

It mirrors to the following Smartsheet REST API method: POST GET /contacts

Top
See Also