v1
latestOpenAPI 3.0.32026-08-061874701.5 MBsheets
List org sheets
Gets a summarized list of all sheets owned by the members of the organization account.
Who can use this operation?
Permissions: System Admin
- You may use the query string parameter numericDates with a value of true to enable strict parsing of dates in numeric format. See Dates and Times for more information.
get/users/sheets
Query parameters
When specified with a date and time value, response only includes the objects that are modified on or after the date and time specified. If you need to keep track of frequent changes, it may be more useful to use Get Sheet Version.
Headers
Authorizationstring
API Access Token used to authenticate requests to Smartsheet APIs.
Response
IndexResultUnknownPages object containing an array of Sheet objects, limited to the following attributes:
-
id
-
name
-
owner: empty string
-
ownerId: (static "0")
Example response
{
"pageNumber": 1,
"pageSize": 50,
"totalPages": -1,
"totalCount": -1
}