Namespace Autodesk.ACC.RFIs.V2.Containers.Item.Rfis
Namespaces
Classes
- RfisRequestBuilder
Builds and executes requests for operations under \v2\containers{containerId}\rfis
- RfisRequestBuilder.RfisRequestBuilderGetQueryParameters
Retrieves information about all the RFIs (requests for information) in a project, including details about their associated comments and attachments. To get more detailed information about a single RFI see
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>
_.You can retrieve both document-related (pusphin) RFIs and project-related RFIs.To verify whether an RFI is document-related (pusphin) or project-related, check thelinkedDocument
attribute in the response. If the RFI is project-related thelinkedDocument
will be assigned anull
value, if the RFI is document-related, it will be assigned an ID.RFIs are managed in theProject Management module
... include:: ../../../../_snippets/forward-compatible.rst
- RfisRequestBuilder.RfisRequestBuilderGetRequestConfiguration
Configuration for the request such as headers, query parameters, and middleware options.
- RfisRequestBuilder.RfisRequestBuilderPostRequestConfiguration
Configuration for the request such as headers, query parameters, and middleware options.