Enum 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 the RFIs 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>
_.
public enum UsersMeResponse_workflow_type
Fields
[EnumMember(Value = "EU")] EU = 1
[EnumMember(Value = "US")] US = 0