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?