Skip to main content

API calls for Smartsheet

The Smartsheet connector makes API calls to Smartsheet to retrieve data.

List events

note

When adding the connector, you have the option to Enable event activity. If you select No, the connector does not call this endpoint and activity data is not retrieved from Smartsheet.

The call uses the GET operation to retrieve a list of actions by users in Smartsheet. For more information on the types of events retrieved, see Event types .

URI: https://{host}/2.0/events

For more information, see Smartsheet OpenAPI Reference .

List users

note

When adding the connector, you have the option to Show users with free license. If you select Yes, users with the Guest or Viewer seat type are consolidated and shown on the SaaS pages. If you select No, these users are not shown.

The call uses the GET operation to retrieve a list of users, their seat types, and the time of each user's last login.

URI: https://{host}/2.0/users

For more information, see Smartsheet OpenAPI Reference .