issues Schema Description

Documentation Updated: 2024-05-01

attachments

Attachments on Issue in BIM 360 Issue-Types.
1attachment_idstring: UUIDID of the attachment
2bim360_account_idstring: UUIDAdded for account scoping of issues data
3bim360_project_idstring: UUIDAdded for project scoping of issues data
4issue_idstring: UUIDBIM 360 ID of the issue associated with the attachment.
Foreign Key:
Table: issues
Column: id
5created_bystringAutodesk User ID of the user who created the attachment.
6created_attimestamp: SQLTimestamp of the date and time the attachment was created
7updated_attimestamp: SQLDate and time the attachment was updated in ISO8601 format
8attachment_typeenum: stringPossible Values:
  • document
  • photo
Type of attachment; will always be document.
9attachment_namestringName of the attachment.

checklist_mappings

Mapping to related Checklist items
1issue_idstring: UUIDUnique identifier of the issue
2bim360_account_idstring: UUIDAdded for account scoping of issues data
3bim360_project_idstring: UUIDAdded for project scoping of issues data
4checklist_idstringChecklist ID
5checklist_itemstringChecklist Item
6checklist_sectionstringChecklist Section

comments

Comments associated with BIM 360 issues.
1comment_idstring: UUIDUnique identifier of the comment
2bim360_account_idstring: UUIDAdded for account scoping of issues data
3bim360_project_idstring: UUIDAdded for project scoping of issues data
4issue_idstring: UUIDBIM 360 ID of the issue associated with this comment.
Foreign Key:
Table: issues
Column: id
5comment_bodystringContent of the comment.
6created_bystringAutodesk User ID of the user who created the comment
7created_attimestamp: SQLTimestamp of the date and time the comment was created

custom_attribute_list_values

The list values for a customer attribute of "list" type
1attribute_mappings_idstring: UUIDThe ID of the custom attribute mapping definition
Foreign Key:
Table: custom_attributes_mappings
Column: id
2bim360_account_idstring: UUIDAdded for account scoping of issues data
3bim360_project_idstring: UUIDAdded for project scoping of issues data
4list_idstring: UUIDID of the customer attribute list value
5list_valuestringDisplay name of the custom attribute list value

custom_attributes

Custom attributes for Issues
1issue_idstring: UUIDUnique identifier of the issue
2bim360_account_idstring: UUIDAdded for account scoping of issues data
3bim360_project_idstring: UUIDAdded for project scoping of issues data
4mapped_item_typeenum: stringPossible Values:
  • container
  • issueType
  • issueSubtype
The type of item the custom attribute is mapped to. Possible values: container (all types and subtypes inherit the mapping), issueType (subtypes inherit the mapping), issueSubtype
5attribute_mapping_idstring: UUIDThe ID of the custom attribute mapping definition
Foreign Key:
Table: custom_attributes_mappings
Column: id
6attribute_titlestringMax length: 100The title of the custom attribute.
7attribute_descriptionstringMax length: 500The description of the custom attribute.
8attribute_data_typeenum: stringPossible Values:
  • list
  • text
  • paragraph
  • numeric
The type of custom attribute.
9is_requiredbooleantrue if the custom attribute is required false if the custom attribute is not required
10attribute_valuestringCustom attribute value. In the case of a list option, the id of the selected option, otherwise the value will the actual value

custom_attributes_mappings

Custom attributes for a project, including the custom attribute title, description and type.
1idstring: UUIDThe ID of the custom attribute mapping.
2bim360_account_idstring: UUIDAdded for account scoping of issues data
3bim360_project_idstring: UUIDAdded for project scoping of issues data
4mapped_item_typeenum: stringPossible Values:
  • container
  • issueType
  • issueSubtype
The type of item the custom attribute is mapped to. Possible values: container (all types and subtypes inherit the mapping) issueType (subtypes inherit the mapping) issueSubtype.
5mapped_item_idstring: UUIDThe ID of the item (container - type - or subtype) the custom attribute is mapped to.
6titlestringMax length: 100The title of the custom attribute.
7descriptionstringMax length: 500The description of the custom attribute.
8data_typeenum: stringPossible Values:
  • list
  • text
  • paragraph
  • numeric
The type of custom attribute.
9ordernumberThe order that the custom attributes were mapped to the item (container - type - subtype). This is only relevant to non-inherited mappings.
10is_requiredbooleantrue if the custom attribute is required false if the custom attribute is not required
11created_attimestamp: SQLThe date and time the custom attribute mapping was created - in the following format: YYYY-MM-DDThh:mm:ss.sz.
12created_bystringThe BIM 360 ID of the user who created the custom attribute mapping. To verify the actual name of the user - call GET users and find the BIM 360 ID (uid). Note that you need to use a 2-legged token to call GET users.
13updated_attimestamp: SQLThe last date and time the custom attribute was updated - in the following format: YYYY-MM-DDThh:mm:ss.sz.
14updated_bystringThe BIM 360 ID of the user who last updated the custom attribute mapping. To verify the actual name of the user - call GET users and find the BIM 360 ID (uid). Note that you need to use a 2-legged token to call GET users.

issue_subtypes

Subtypes for BIM 360 Issue-Types.
1issue_subtype_idstring: UUIDID for the Issue Subtype
2bim360_account_idstring: UUIDAdded for account scoping of issues data
3bim360_project_idstring: UUIDAdded for project scoping of issues data
4issue_type_idstring: UUIDParent Issue Type ID for this Subtype
Foreign Key:
Table: issue_types
Column: id
5issue_subtypestringMax length: 250Title of the Issue Subtype
6is_activebooleanIs the Issue Subtype Active
7created_bystringAutodesk User ID of the user who created the issue type
8created_attimestamp: SQLDate and time the issue type was created in ISO8601 format
9updated_bystringAutodesk User ID of the user who updated the issue type
10updated_attimestamp: SQLDate and time the issue type was updated in ISO8601 format
11deleted_bystringAutodesk User ID of the user who deleted the issue type
12deleted_attimestamp: SQLDate and time the issue type was deleted in ISO8601 format

issue_types

Issue Types for BIM 360 Issues.
1issue_type_idstring: UUIDID of the Issue Type
2bim360_account_idstring: UUIDAdded for account scoping of issues data
3bim360_project_idstring: UUIDAdded for project scoping of issues data
4issue_typestringMax length: 250Title of the Issue Type
5is_activebooleanIs the Issue Type active
6created_bystringAutodesk User ID of the user who created the issue type
7created_attimestamp: SQLDate and time the issue type was created in ISO8601 format
8updated_bystringAutodesk User ID of the user who updated the issue type
9updated_attimestamp: SQLDate and time the issue type was updated in ISO8601 format
10deleted_bystringAutodesk User ID of the user who deleted the issue type
11deleted_attimestamp: SQLDate and time the issue type was deleted in ISO8601 format

issues

Issues created in the BIM 360 system.
1issue_idstring: UUIDUnique identifier of the issue
2bim360_account_idstring: UUIDAdded for account scoping of issues data
3bim360_project_idstring: UUIDAdded for project scoping of issues data
4display_idnumberChronological user-friendly identifier of the issue
5titlestring: nullName of the issue
6descriptionstring: nullDescription of the purpose of the issue
7type_idstring: UUIDUnique identifier of the type of the issue
8subtype_idstring: UUIDUnique identifier of the subtype of the issue
9statusstring: nullPossible Values:
  • open
  • work_completed
  • ready_to_inspect
  • not_approved
  • in_dispute
  • closed
  • void
  • answered
  • draft
  • pending
  • in_progress
  • completed
  • in_review
Unique identifier of the current status of the issue
10assignee_idstring: nullAutodesk User ID of the current assignee of this issue
11assignee_typestring: nullPossible Values:
  • user
  • company
  • role
Type of the current assignee of this issue
12due_datetimestamp: SQLDue date of the issue in ISO8601 format
13location_idstring: UUIDUnique LBS (Location Breakdown Structure) identifier that relates to the issue
14location_detailsstring: nullLocation as plain text that relates to the issue
15linked_document_urnstring: nullLinked document URN
16owner_idstring: nullAutodesk User ID of the user who owns this issue. Used in case this issue was created on-behalf of another person
17root_cause_idstring: UUIDUnique identifier of the type of root cause for the issue
18root_cause_category_idstring: UUIDUnique identifier of the category for the root cause
19responsestring: nullOfficial response of the user for the issue
20response_bystring: nullWho responded to the issue
21response_attimestamp: SQLWhen was the response made
22opened_bystring: nullAutodesk User ID of the user who opened the issue
23opened_attimestamp: SQLDate and time the issue was opened in ISO8601 format
24closed_bystring: nullAutodesk User ID of the user who closed the issue
25closed_attimestamp: SQLDate and time the issue was closed in ISO8601 format
26created_bystring: nullAutodesk User ID of the user who created the issue
27created_attimestamp: SQLDate and time the issue was created in ISO8601 format
28updated_bystring: nullAutodesk User ID of the user who updated the issue
29updated_attimestamp: SQLDate and time the issue was updated in ISO8601 format
30start_datetimestamp: SQLStart date of the issue in ISO8601 format
31deleted_attimestamp: SQLdeleted_at. If set the issue is 'soft deleted'
32snapshot_urnstring: nullSnapshot URN
33publishedbooleanpublished: shows if the issues is published or not.
34gps_coordinatesstringGPS location of the issues in (latitude, longitude) format
35deleted_bystringAutodesk User ID of the user who deleted the issue

root_cause_categories

Root Cause Categories for BIM 360 Issues.
1root_cause_category_idstring: UUIDID of Root Cause Category
2bim360_account_idstring: UUIDAdded for account scoping of issues data
3bim360_project_idstring: UUIDAdded for project scoping of issues data
4root_cause_categorystringMax length: 100Title of the root cause category
5is_activebooleanAlways returns TRUE, regardless of the real value. Will be deprecated in the future.
6created_bystringAutodesk User ID of the user who created the issue type
7created_attimestamp: SQLDate and time the issue type was created in ISO8601 format
8updated_bystringAutodesk User ID of the user who updated the issue type
9updated_attimestamp: SQLDate and time the issue type was updated in ISO8601 format
10deleted_bystringAutodesk User ID of the user who deleted the issue type
11deleted_attimestamp: SQLDate and time the issue type was deleted in ISO8601 format
12is_systembooleanIs this a system level root cause category?

root_causes

Root Causes for BIM 360 Issues.
1root_cause_idstring: UUIDID of the root cause
2bim360_account_idstring: UUIDAdded for account scoping of issues data
3bim360_project_idstring: UUIDAdded for project scoping of issues data
4root_cause_category_idstring: UUIDBIM 360 ID of the root cause category associated with this root cause
Foreign Key:
Table: root_cause_categories
Column: id
5titlestringMax length: 100Title of the root cause
6is_activebooleanAlways returns TRUE, regardless of the real value. Will be deprecated in the future.
7created_bystringAutodesk User ID of the user who created the issue type
8created_attimestamp: SQLDate and time the issue type was created in ISO8601 format
9updated_bystringAutodesk User ID of the user who updated the issue type
10updated_attimestamp: SQLDate and time the issue type was updated in ISO8601 format
11deleted_bystringAutodesk User ID of the user who deleted the issue type
12deleted_attimestamp: SQLDate and time the issue type was deleted in ISO8601 format
13is_systembooleanIs this a system level root cause?