Table of Contents

Enum RfiStatus

Namespace
Autodesk.ACC.RFIs.Models
Assembly
Autodesk.ACC.RFIs.dll

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 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>.To check the workflow type of an RFI, call GET 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 check workflow.type.To check which statuses the user can potentially open the RFI with, call GET 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>_.

public enum RfiStatus

Fields

[EnumMember(Value = "answered")] Answered = 8
[EnumMember(Value = "answeredManager")] AnsweredManager = 10
[EnumMember(Value = "answeredRev1")] AnsweredRev1 = 9
[EnumMember(Value = "closed")] Closed = 11
[EnumMember(Value = "draft")] Draft = 0
[EnumMember(Value = "open")] Open = 2
[EnumMember(Value = "openRev1")] OpenRev1 = 3
[EnumMember(Value = "openRev2")] OpenRev2 = 4
[EnumMember(Value = "rejected")] Rejected = 5
[EnumMember(Value = "rejectedManager")] RejectedManager = 7
[EnumMember(Value = "rejectedRev1")] RejectedRev1 = 6
[EnumMember(Value = "submitted")] Submitted = 1
[EnumMember(Value = "void")] Void = 12