Click or drag to resize

ContactResources Methods

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