GET /sheets/{sheetId}
Gets a sheet in the format specified, based on the sheet Id.
Servers
- https://api.smartsheet.com/2.0
Query parameters
Name | Type | Required | Description |
---|---|---|---|
paperSize |
String | No |
applies to PDF format only Possible values:
Default value: "LETTER" |
rowNumbers |
String | No |
A comma-separated list of row numbers on which to filter the rows included in the result. Non-existent row numbers are ignored. |
columnIds |
String | No |
A comma-separated list of column ids. The response contains only the specified columns in the "columns" array, and individual rows' "cells" array only contains cells in the specified columns. |
include |
String | No |
A comma-separated list of optional elements to include in the response:
Possible values:
|
ifVersionAfter |
Integer | No |
If version specified is still the current sheet version, then returns an abbreviated Sheet object with only the sheet version property. Otherwise, if the sheet has been modified, returns the complete Sheet object. Intended to allow clients with a cached copy to make sure they have the latest version. |
level |
Integer | No |
Specifies whether new functionality, such as multi-contact data is returned in a backwards-compatible, text format (level=0, default), multi-contact data (level=1), or multi-picklist data (level=2). Default value: 1 |
rowIds |
String | No |
A comma-separated list of row Ids on which to filter the rows included in the result. |
rowsModifiedSince |
No |
Filter to return only rows that have been modified since the date/time provided. Date should be in ISO-8601 format. |
|
filterId |
String | No |
Overrides the existing include={filters} parameter if both are supplied. Applies the given filter (if accessible by the calling user) and marks the affected rows as "filteredOut": true. |
exclude |
String | No |
A comma-separated list of optional elements to not include in the response:
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.