Table of Contents

Class ProjectsRequestBuilder

Namespace
Autodesk.ACC.Issues.Projects
Assembly
Autodesk.ACC.Issues.dll

Builds and executes requests for operations under \projects

public class ProjectsRequestBuilder : BaseRequestBuilder
Inheritance
BaseRequestBuilder
ProjectsRequestBuilder
Inherited Members
BaseRequestBuilder.PathParameters
BaseRequestBuilder.RequestAdapter
BaseRequestBuilder.UrlTemplate

Constructors

ProjectsRequestBuilder(Dictionary<string, object>, IRequestAdapter)

Instantiates a new ProjectsRequestBuilder and sets the default values.

public ProjectsRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter)

Parameters

pathParameters Dictionary<string, object>

Path parameters for the request

requestAdapter IRequestAdapter

The request adapter to use to execute the requests.

ProjectsRequestBuilder(string, IRequestAdapter)

Instantiates a new ProjectsRequestBuilder and sets the default values.

public ProjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)

Parameters

rawUrl string

The raw URL to use for the request builder.

requestAdapter IRequestAdapter

The request adapter to use to execute the requests.

Properties

this[Guid]

Gets an item from the Autodesk.ACC.Issues.projects.item collection

public WithProjectItemRequestBuilder this[Guid position] { get; }

Parameters

position Guid

The ID of the project.Use the Data Management API </en/docs/data/v2/>_ to retrieve the project ID. For more information, see the Retrieve a Project ID <https://forge.autodesk.com/en/docs/acc/v1/tutorials/getting-started/retrieve-account-and-project-id/>_ tutorial. You need to convert the project ID into a project ID for the ACC API by removing the "b." prefix. For example, a project ID of b.\a4be0c34a-4ab7 translates to a project ID of a4be0c34a-4ab7.

Property Value

WithProjectItemRequestBuilder

A WithProjectItemRequestBuilder

this[string]

Gets an item from the Autodesk.ACC.Issues.projects.item collection

[Obsolete("This indexer is deprecated and will be removed in the next major version. Use the one with the typed parameter instead.")]
public WithProjectItemRequestBuilder this[string position] { get; }

Parameters

position string

The ID of the project.Use the Data Management API </en/docs/data/v2/>_ to retrieve the project ID. For more information, see the Retrieve a Project ID <https://forge.autodesk.com/en/docs/acc/v1/tutorials/getting-started/retrieve-account-and-project-id/>_ tutorial. You need to convert the project ID into a project ID for the ACC API by removing the "b." prefix. For example, a project ID of b.\a4be0c34a-4ab7 translates to a project ID of a4be0c34a-4ab7.

Property Value

WithProjectItemRequestBuilder

A WithProjectItemRequestBuilder