Click or drag to resize

SheetAutomationRuleResources Methods

The SheetAutomationRuleResources type exposes the following members.

Methods
  NameDescription
Public methodDeleteAutomationRule

Deletes an automation rule for this sheet.

Mirrors to the following Smartsheet REST API method: DELETE /sheets/{sheetId}/automationrules/{automationRuleId}

Public methodGetAutomationRule

Gets an automation rule for this sheet.

Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/automationrules/{automationRuleId}

Public methodListAutomationRules

Gets all automation rules for this sheet.

Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/automationrules

Public methodUpdateAutomationRule

Updates an automation rule for this sheet.

Mirrors to the following Smartsheet REST API method: PUT /sheets/{sheetId}/automationrules/{automationRuleId}

Top
See Also