Note: If you haven’t used the Smartsheet API recently, data provisioning may take up to 24 hours.
External DocumentationTo learn more, visit the Smartsheet documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Note: If you haven’t used the Smartsheet API recently, data provisioning may take up to 24 hours.
| Parameter | Description |
|---|---|
| Query | The query with which to perform the search. |
| Sheet ID | Sheet ID of the sheet being accessed. |
{
"results": [
{
"text": "<string>",
"objectType": "<string>",
"objectId": 5629216466330474,
"parentObjectType": "<string>",
"parentObjectId": 2307360792305022,
"parentObjectName": "<string>",
"contextData": [
"<string>"
]
},
{
"text": "<string>",
"objectType": "<string>",
"objectId": 3241681216492671,
"parentObjectType": "<string>",
"parentObjectId": 871346918154382,
"parentObjectName": "<string>",
"contextData": [
"<string>"
]
}
],
"totalCount": 2
}
Was this page helpful?