Autodesk Construction Cloud API

Viewed 18

According to the autodeskissue.pngautodeskissue.png is from the ‘https://forge.autodesk.com/en/docs/acc/v1/reference/http/issues-issue-types-GET/’, as the photo shown there is ‘subtypes’ data in the response, but my response come from ‘my.png’my.png, there is no ‘subtypes’, so I wondering the issue is it still in beta mode, or is it I doing wrong?

1 Answers

To get subtypes, you need to add the query parameters include=subtypes. e.g.

    https://developer.api.autodesk.com/construction/issues/v1/projects/:projectId/issue-types?include=subtypes
Related