Objects

Workspace Object

id
number

Workspace Id.

name
string

Workspace name.

accessLevel
string
Enum: "ADMIN" "COMMENTER" "EDITOR" "EDITOR_SHARE" "OWNER" "VIEWER"
permalink
string

URL that represents a direct link to the workspace in Smartsheet.

Array of objects

Folders contained in the workspace.

Array of objects

Reports contained in the workspace.

Array of objects

Sheets contained in the workspace.

Array of objects

Dashboards contained in the workspace.

{
  • "id": 0,
  • "name": "string",
  • "accessLevel": "ADMIN",
  • "permalink": "string",
  • "folders": [
    ],
  • "reports": [
    ],
  • "sheets": [
    ],
  • "sights": [
    ]
}
➔ Next to Methods