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