| id |
int |
|
[readonly] |
| created_by |
bool, date, datetime, dict, float, int, list, str, none_type |
|
[readonly] |
| project |
int |
|
[readonly] |
| name |
str |
Shown name of the file |
|
| file |
str |
URL to access the document file |
[readonly] |
| file_type |
str, none_type |
Lower case file extension |
[readonly] |
| size |
int, none_type |
Size of the file. |
[readonly] |
| tags |
[Tag] |
|
[readonly] |
| visas |
[Visa] |
|
[readonly] |
| created_at |
datetime |
Creation date |
[readonly] |
| updated_at |
datetime |
Date of the last update |
[readonly] |
| model_id |
int, none_type |
|
[readonly] |
| model_type |
str, none_type |
Model's type. Values can be IFC, DWG, DXF, GLTF, PDF, JPEG, PNG, OBJ, POINT_CLOUD, PHOTOSPHERE |
[readonly] |
| ifc_id |
int, none_type |
DEPRECATED: Use 'model_id' instead. |
[readonly] |
| head_id |
int, none_type |
Document id of head version |
[readonly] |
| is_head_version |
bool |
Document is a head of version or is owned by another document |
[readonly] |
| history_count |
int, none_type |
Number of previous versions |
[readonly] |
| user_permission |
int |
Aggregate of group user permissions and folder default permission |
[readonly] |
| office_preview |
str, none_type |
Office files will be converted as pdf to provide a web preview. Supported extensions are .ppt, .pptx, .odp, .xls, .xlsx, .ods, .doc, .docx, .odt |
[readonly] |
| path |
str |
|
[readonly] |
| naming_constraint_conflit |
bool |
|
[readonly] |
| parent_id |
int, none_type |
|
[optional] |
| file_name |
str |
Full name of the file |
[optional] |
| description |
str, none_type |
Description of the file |
[optional] |
| any string name |
bool, date, datetime, dict, float, int, list, str, none_type |
any string name can be used but the value must be the correct type |
[optional] |