Endpoints
On this page you will see possible API actions you can perform with Smartsheet connector. We will refer this as API EndPoint or just EndPoint.
Label | Name | Description |
---|---|---|
Add Sheet Rows | add_sheet_rows | Add rows to a Sheet. |
Delete Sheet Rows | delete_sheet_rows | Delete rows from a Sheet by row IDs. [API reference] |
Export Report (to PDF, Excel, CSV file) | export_report | Export Report to CSV, Excel or PDF file. [API reference] |
Export Sheet (to PDF, Excel, CSV file) | export_sheet | Export Sheet to CSV, Excel or PDF file. [API reference] |
Get Contacts | get_contact | Gets the specified contact. [API reference] |
Get Sheet Fields | get_sheet_fields | Get Sheet fields by Sheet ID. [API reference] |
Get Sheet Row by ID(s) | get_sheet_rows_by_ids | Get a Sheet by ID(s). [API reference] |
Get Sheet Rows | get_sheet_rows | Get Sheet rows by Sheet ID. [API reference] |
List Contacts | get_contacts | Get a list of contacts. [API reference] |
List Groups | get_groups | Get a list of groups. [API reference] |
List Reports | get_reports | Get a list of reports. [API reference] |
List Sheets | get_sheets | Get a list of Sheets. [API reference] |
Search (cell data or other object types) | search | Get a list of search result object. [API reference] |
Send Report Via Email Excel Pdf Or Pdf Gantt Format | send_report_email | Sends the report as a Excel / PDF attachment via email to the designated recipients. [API reference] |
Send Sheet Via Email Excel Pdf Or Pdf Gantt Format | send_sheet_email | Sends the sheet as a Excel / PDF attachment via email to the designated recipients. [API reference] |
Update Sheet Rows | update_sheet_rows | |
Make Generic API Request | generic_request | This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |
Make Generic API Request (Bulk Write) | generic_request_bulk_write | This is a generic endpoint for bulk write purpose. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |