GET /sheets/{sheetId}/rows/{rowId}
Gets the row specified in the URL.
Servers
- https://api.smartsheet.com/2.0
Path parameters
Name | Type | Required | Description |
---|---|---|---|
rowId |
Number | Yes |
Row Id in the sheet being accessed. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
include |
String | No |
A comma-separated list of elements to include in the response. See Row Include Flags. Also supports the columns include flag, which adds a columns array that specifies all of the columns for the sheet. This enables you to have the full context of the cells in the row. The filters include flag returns a filteredOut attribute indicating if the row should be displayed or hidden according to the sheet's filters. Possible values:
|
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.