WorkspaceData

The WorkspaceData table contains saved details from the web interface user workspaces. This table is updated automatically when a user's workspace is saved, and normally will not need to be queried directly. Each time a workspace is saved or deleted a row is added to this table, and the latest row for a given workspace indicates its current state.

Caution

You cannot delete this or else user data will be lost. See the backup documentation for more details.

Columns

Column NameColumn TypeDescription
DateStringThe date on which the row was generated (as defined by the LastModifiedTime column value). This is the partitioning column.
OwnerStringThe workspace owner.
NameStringThe workspace name.
IdStringA system-assigned identifier that uniquely identifies this workspace.
VersionintThe workspace version.
DataTypeStringThe system-assigned data type for the saved data.
DataStringThe saved workspace data.
StatusStringThe status, which indicates whether it is for an active or deleted workspace.
AdminGroupsString[]The groups which are allowed to administer this entry.
ViewerGroupsString[]The groups which are allowed to view this entry.
LastModifiedByAuthenticatedStringThe authenticated user who created this row.
LastModifiedByEffectiveStringThe effective user who created this row.
LastModifiedTimeDateTimeThe date and time when this row was created.