External DocumentationTo learn more, visit the Smartsheet documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
Search Sheets with Smartsheet and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Modified Since | When specified with a date and time value, response only includes the objects that are modified on or after the date and time specified. If you need to keep track of frequent changes, it may be more useful to use Get Sheet Version. |
| Query | Text with which to perform the search. Enclose in double-quotes for an exact search. |
| Parameter | Description |
|---|---|
| Include | When specified with a value of favoriteFlag, response indicates which returned items are favorites. favorite — dashboards, folders, reports, sheets, templates, and workspaces will have the property favorite: true parentObjectFavorite — attachments, discussions, summary fields, and rows will have the property parentObjectFavorite: true. |
| Location | When specified with a value of personalWorkspace, limits the response to only those items in the user’s workspaces. |
| Scopes | If search fails, try using an array for each type of this comma-separated list of search filters. |
{
"results": [
{
"text": "<string>",
"objectType": "<string>",
"objectId": 2839089213461133,
"contextData": [
"<string>"
]
}
],
"totalCount": 1
}
Was this page helpful?