Folder
The folder object contains items that you import into 3dverse. These items can be either a source file or an asset.
asset_countinteger
created_atdate-time
created_by object
This object represents a user in 3dverse. This object contains group and task information about the user. The user object lets you create or update user tokens that identify the user on the 3dverse platform.
registered_atdate-timerequired
The user registration date
user_iduuidrequired
User unique identifier
usernamestringrequired
Used only for debug purposes
Possible values: non-empty
Example:
John-Mitchell
folder_iduuidrequired
Folder unique identifier
namestringrequired
Folder name
Possible values: non-empty
Example:
Characters
parent_folder_iduuid
Folder unique identifier
source_file_countinteger
subfoldersundefined[]
Folder
{
"asset_count": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"created_by": {
"registered_at": "2024-07-29T15:51:28.071Z",
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"username": "John-Mitchell"
},
"folder_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Characters",
"parent_folder_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"source_file_count": 0,
"subfolders": [
null
]
}