Class ProjectsRequestBuilder
Builds and executes requests for operations under \projects
public class ProjectsRequestBuilder : BaseRequestBuilder
- Inheritance
-
BaseRequestBuilderProjectsRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.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
IRequestAdapterThe 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
stringThe raw URL to use for the request builder.
requestAdapter
IRequestAdapterThe 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
GuidThe ID of the project.Use the
Data Management API </en/docs/data/v2/>
_ to retrieve the project ID. For more information, see theRetrieve 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
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
stringThe ID of the project.Use the
Data Management API </en/docs/data/v2/>
_ to retrieve the project ID. For more information, see theRetrieve 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.