FolderContents
View all objects contained within Folders.
Columns
| Name | Type | References | Description |
| Id [KEY] | Int64 | ID of the folder content storing the folder-to-object relationship. | |
| FolderId | Int64 | ID of the folder containing the object with ObjectId. | |
| FolderRef | String | The URL for reading the specific folder with FolderId. | |
| ObjectType | String | Type of object referenced by ObjectId. | |
| ObjectId | Int64 | ID of the object contained in the folder. | |
| ObjectName | String | Name of the object contained in the folder. | |
| ObjectRef | String | The URL for reading the specific object with ObjectId. | |
| CreatedAt | Datetime | Creation time of the object. | |
| UpdatedAt | Datetime | Last update time of the object. | |
| CreatedById | Int64 | ID of the user who created this object. | |
| UpdatedById | Int64 | ID of the user who last updated this object. |