Namespace Autodesk.ACC.RFIs.Models
Classes
- Attachment
The attachment object.
- Attachment_permittedActions
A list of actions that are permitted for the current user.
- CreateRfiRequest_commentsAttributes
Comment data
- CreateRfiRequest_pushpinAttributes
BIM360: Data about the RFI pushpin. Only relevant for pushpin RFIs. For more details, see the pushpin tutorials.
</en/docs/bim360/v1/tutorials/create-pushpin/>
_ACC: Not relevant.
- CreateRfiRequest_pushpinAttributes_location
BIM 360: The coordinates of the puhspin RFI in the document. Only relevant for pushpin RFIs. For more details, see the
RFI pushpin tutorials. </en/docs/bim360/v1/tutorials/create-pushpin/>
_ACC: Not relevant.
- CreateRfiRequest_pushpinAttributes_viewerState
The viewer state object.
- CreateRfiRequest_sheetMetadata
BIM 360: Data about the document associated with the RFI. Only relevant for pushpin RFIs. For more information, see the
RFI pushpin tutorials. </en/docs/bim360/v1/tutorials/create-pushpin/>
_ACC: Not relevant.
- NullableUrnDefinition
The ID (item ID) of the document associated with the RFI.
- PaginationDefinition
The pagination object.
- PermittedRfiAttribute
Permitted RFI Attribute
- PermittedRfiStatus
Permitted RFI status
- RfiBase_pushpinAttributes
BIM360: Data about the pushpin RFI. Only relevant for pushpin RFIs. For more details, see the
RFI pushpin tutorials. </en/docs/bim360/v1/tutorials/create-pushpin/>
_ACC: Not relevant.
- RfiBase_pushpinAttributes_location
The location object.
- RfiLocation
The location object.
- RfiLocationDescription
A description of the location of the RFI in the construction project.
- RfiUpdateLocation
The location object.
- Rfi_permittedActions
The list of actions that are permitted for the user.
- Rfi_permittedActions_updateRfi
The list of attributes and statuses available for the user.
- Rfi_permittedActions_updateRfi_allPermittedStatuses
The list of statuses the user is permitted to transition an RFI to, without the wfType distinction (us + emea).
- UpdateRfiRequest_commentsAttributes
Comment data
- UpdateRfiRequest_pushpinAttributes
BIM360: Data about the pushpin RFI. Only relevant for pushpin RFIs. For more details, see the
RFI pushpin tutorials. </en/docs/bim360/v1/tutorials/create-pushpin/>
_ACC: Not relevant.
- UpdateRfiRequest_pushpinAttributes_location
The location object.
- UpdateRfiResponse_permittedActions
The list of actions that are permitted for the user.
- UpdateRfiResponse_permittedActions_updateRfi
The list of attributes and statuses available for the user.
- UpdateRfiResponse_permittedActions_updateRfi_allPermittedStatuses
The list of statuses the user is permitted to transition an RFI to, without the wfType distinction (us + emea).
- UsersMeResponse_permittedActions
The list of actions that are permitted for the user.
- UsersMeResponse_permittedActions_createRfi
The list of attributes available for the user.Note that the appearance of this attribute in the response indicates that the user can create RFIs.
- UsersMeResponse_permittedActions_createRfi_allPermittedStatuses
The list of statuses the user is permitted to transition an RFI to, without the wfType distinction (us + emea).
- UsersMeResponse_user
User data object
- UsersMeResponse_workflow
The RFIs workflow data object for the user
Enums
- Attachment_attachmentType
The type of attachment.
- Attachment_urnType
The type of attachment URN. Possible values:
dm
- for a BIM 360 Document Management fileoss
- for a local file
- Comment_source
The source of the comment. Web - indicates comment was created via web, email - indicates comment was created from reply via email
- CreateAttachmentRequestBIMDefinition_urnType
The type of attachment. We currently only support adding attachments from BIM 360 Document Management. Possible value:
dm
.
- CreateAttachmentRequestDefinition_urnType
The type of attachment. We currently only support adding attachments from BIM 360 Document Management. Possible value:
dm
.
- CreateRfiRequest_pushpinAttributes_type
The type of pushpin.
- RfiBase_assignedToType
The type of assignee. Will always be
user
.
- RfiBase_pushpinAttributes_type
The type of pushpin.
- RfiCostImpact
The cost impact status of the RFI. Possible values:
null
,Yes
,No
,Unknown
.
- RfiPriority
The priority status of the RFI. Possible values:
null
,High
,Normal
,Low
.
- RfiScheduleImpact
The schedule impact status of the RFI. Possible values:
null
,Yes
,No
,Unknown
.
- RfiStatus
The status of the RFI. Note that the possible statuses of the RFI depend on the workflow type assigned to the RFI.For a default workflow with a single reviewer (
US
), you can potentially use the following statuses:draft
,submitted
,open
,answered
,rejected
,closed
,void
.For a workflow with an additional reviewer (EMEA
), you can potentially use the following statuses:draft
,submitted
,openRev1
,openRev2
,rejectedRev1
,rejectedManager
,answeredRev1
,answeredManager
,closed
,void
.For more information about different workflows and statuses, see theRFIs help documentation
BIM360<https://help.autodesk.com/view/BIM360D/ENU/?guid=GUID-787338BF-1189-4170-8629-7FA240F4BED4>
_ACC<https://help.autodesk.com/view/BUILD/ENU/?guid=RFI_Workflow_Setup>
.To check the workflow type of an RFI, callGET users/me
BIM 360</en/docs/bim360/v1/reference/http/rfis-v2-users-me-GET/>
ACC</en/docs/acc/v1/reference/http/rfis-v2-users-me-GET/>
_ and checkworkflow.type
.To check which statuses the user can potentially open the RFI with, callGET rfis/:id
BIM 360</en/docs/bim360/v1/reference/http/rfis-v2-rfis-id-GET>
_ACC</en/docs/acc/v1/reference/http/rfis-v2-rfis-id-GET>
_.
- UpdateRfiRequest_pushpinAttributes_type
The type of the pushpin.
- UsersMeResponse_user_role
The type of user.
- UsersMeResponse_workflow_type
The type of RFI workflow for the project. Possible values:
US
,EU
.US
corresponds to the RFI workflow with one reviewer.EU
corresponds to the RFI workflow with two reviewers.Note that currently you cannot use the RFIs API to select an RFI workflow. For information about selecting an RFI workflow for a project, see theRFIs help documentation
BIM360<https://help.autodesk.com/view/BIM360D/ENU/?guid=GUID-787338BF-1189-4170-8629-7FA240F4BED4>
_ACC<https://help.autodesk.com/view/BUILD/ENU/?guid=RFI_Workflow_Setup>
_.