Search code examples
pythonsmartsheet-api

Python SDK 2.0 list_org_sheets method


The list_org_sheets method appears in both the Users and Sheets classes. Is the version in Users merely an oversight or is it related to the

GET /users/sheets

direct API call?


Solution

  • Both entry points are identical and map to the underlying GET /users/sheets API call.