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_atstring<date-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_atstring<date-time>required
The user registration date
user_idstring<uuid>required
User unique identifier
usernamestringrequired
Used only for debug purposes
Possible values: non-empty
Example:
John-Mitchell
folder_idstring<uuid>required
Folder unique identifier
namestringrequired
Folder name
Possible values: non-empty
Example:
Characters
parent_folder_idstring<uuid>
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
]
}