Namespace Autodesk.ACC.Issues.Projects.Item.IssueTypes
Classes
- IssueTypesRequestBuilder
Builds and executes requests for operations under \projects{projectId}\issue-types
- IssueTypesRequestBuilder.IssueTypesRequestBuilderGetQueryParameters
Retrieves a project's categories and types. Note the following differences in terminology between the product and the API:.. list-table:: Terminology :widths: 15 15 :header-rows: 1 * - Product Name - API Name * - Category - Type * - Type - SubtypeNote that by default this endpoint does not return types (subtypes). To return types (subtypes), you need to add the
include=subtypes
query string parameter.Note that this endpoint does not return deleted items.This operation is available to everyone... include:: ../../../../_snippets/not-backward-compatible.rst
- IssueTypesRequestBuilder.IssueTypesRequestBuilderGetRequestConfiguration
Configuration for the request such as headers, query parameters, and middleware options.