Name | Type | Description | Notes |
---|---|---|---|
guid | str | [optional] | |
creation_date | datetime | [optional] | |
creation_author | str, none_type | [optional] | |
modified_author | str, none_type | [optional] | |
title | str | [optional] | |
description | str, none_type | [optional] | |
reference_links | [str], none_type | [optional] | |
ifcs | [int] | DEPRECATED: Use 'models' instead | [optional] |
models | [int] | [optional] | |
labels | [str, none_type] | [optional] | |
topic_type | str, none_type | [optional] | |
topic_status | str, none_type | [optional] | |
stage | str, none_type | [optional] | |
priority | str, none_type | [optional] | |
index | int, none_type | [optional] | |
assigned_to | str, none_type | [optional] | |
format | str | The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is "standard". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non "standard" format. | [optional] |
due_date | datetime, none_type | [optional] | |
comments | [CommentRequest] | [optional] | |
viewpoints | [ViewpointRequest] | [optional] | |
project | int | [optional] | |
bimdata_viewer_layout | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | Non standard field. JSON describing bimdataViewerLayout. | [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] |