Below is the data structure of the Workspace object in Hive:
Field | Type | Description |
---|---|---|
id | String | Unique alphanumeric string id |
name | String | Name of the workspace |
members | Array | Members of the workspace as an array of User ID Strings |
createdAt | ISO Date String | Date + time of Workspace creation |
modifiedAt | ISO Date String | Date + time that the Workspace was last modified |
createdBy | String/User ID | User ID string of the Workspace creator |
modifiedBy | String/User ID | User ID string of the last user to modify fields on the Workspace |