Folder
Represents attachment folders used to organize and store files and supporting documents for records.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the folder. |
| auditCreatedDateTime | Datetime | True |
The date and time when the folder was created. |
| auditModifiedBy | String | True |
The user who last modified the folder. |
| auditModifiedDateTime | Datetime | True |
The date and time when the folder was last modified. |
| description | String | False |
The description of the folder. |
| entity_Href | String | True |
The URL of the entity associated with this folder. |
| entity_Id | String | True |
The Id of the entity associated with this folder. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this folder. |
| entity_Name | String | True |
The name of the entity associated with this folder. |
| hasAttachments | Bool | True |
Indicates whether this folder contains attachments. |
| hasSubfolders | Bool | True |
Indicates whether this folder contains subfolders. |
| href | String | True |
The URL of the folder resource. |
| id | String | False |
The unique identifier of the folder record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the folder record. |
| parent_Href | String | True |
The URL of the parent folder associated with this folder. |
| parent_Id | String | False |
The Id of the parent folder associated with this folder. |
| parent_Key | String | False |
The system-assigned key of the parent folder associated with this folder. |
| status | String | False |
The current status of the folder, such as active or inactive. |