GET /search/sheets/{sheetId}
Gets a list of the user's search results in a sheet based on query. The list contains an abbreviated row object for each search result in a sheet. If you have not used the public API in a while, we will need to provision your data. This could take up to 24 hours so please check back later! Note Newly created or recently updated data may not be immediately discoverable via search.
Servers
- https://api.smartsheet.com/2.0
Path parameters
Name | Type | Required | Description |
---|---|---|---|
sheetId |
Number | Yes |
Sheet Id of the sheet being accessed. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
query |
String | Yes |
Text with which to perform the search. Enclose in double-quotes for an exact search. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.