Contains a record of all folders within the digital workplace. Creating a new folder will add a row to this table.
URL
/odata/dFolder
Attributes
| Name | Data Type | Connects to: |
|---|---|---|
| folder_key | Edm.Int64 |
| Name | Data Type | Description |
|---|---|---|
| folder_name | Edm.String | The name given to a folder. |
| row_active_date | Edm.DateTimeOffset | The date the current row was created. |
| row_inactive_date | Edm.DateTimeOffset | The date the current row was made inactive. Active rows will have a date with the year 9999. |
| source_system_id | Edm.Guid | A unique identifier for a folder. |
| is_copied | Edm.Boolean | TRUE if the folder was created by copying. Otherwise, FALSE. |
| community_key | Edm.Int32 | A unique identifier for a digital workplace. |