Autodesk Construction Cloud · JSON Structure

Acc Issue Structure

JSON Structure for an ACC construction issue, observation, or punch list item.

Type: object Properties: 21 Required: 4
ConstructionBIMProject ManagementAECCADArchitectureEngineeringField Management

Autodesk Construction Cloud Issue is a JSON Structure definition published by Autodesk Construction Cloud, describing 21 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id containerId displayId title description status issueTypeId issueSubtypeId dueDate startDate locationId locationDescription assignedToId assignedToType createdBy createdAt updatedAt closedBy closedAt commentCount attachmentCount

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/autodesk-construction-cloud/refs/heads/main/json-structure/acc-issue-structure.json",
  "name": "Autodesk Construction Cloud Issue",
  "description": "JSON Structure for an ACC construction issue, observation, or punch list item.",
  "type": "object",
  "required": ["id", "title", "status", "issueTypeId"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique issue identifier (UUID)"
    },
    "containerId": {
      "type": "string",
      "description": "ACC project container identifier"
    },
    "displayId": {
      "type": "int32",
      "description": "Human-readable sequential issue number",
      "minimum": 1
    },
    "title": {
      "type": "string",
      "description": "Issue title/summary"
    },
    "description": {
      "type": "string",
      "description": "Detailed issue description"
    },
    "status": {
      "type": "string",
      "description": "Current issue status",
      "enum": ["draft", "open", "pending", "in_review", "closed"]
    },
    "issueTypeId": {
      "type": "string",
      "description": "Issue type identifier"
    },
    "issueSubtypeId": {
      "type": "string",
      "description": "Issue subtype identifier"
    },
    "dueDate": {
      "type": "date",
      "description": "Due date for resolving the issue"
    },
    "startDate": {
      "type": "date",
      "description": "Start date for the issue"
    },
    "locationId": {
      "type": "string",
      "description": "Location identifier within the project"
    },
    "locationDescription": {
      "type": "string",
      "description": "Free-text location description"
    },
    "assignedToId": {
      "type": "string",
      "description": "User or company assigned to resolve the issue"
    },
    "assignedToType": {
      "type": "string",
      "description": "Type of assignee",
      "enum": ["user", "company"]
    },
    "createdBy": {
      "type": "string",
      "description": "User ID who created the issue"
    },
    "createdAt": {
      "type": "datetime",
      "description": "Timestamp when the issue was created"
    },
    "updatedAt": {
      "type": "datetime",
      "description": "Timestamp when the issue was last updated"
    },
    "closedBy": {
      "type": "string",
      "description": "User ID who closed the issue"
    },
    "closedAt": {
      "type": "datetime",
      "description": "Timestamp when the issue was closed"
    },
    "commentCount": {
      "type": "int32",
      "description": "Number of comments on the issue",
      "minimum": 0
    },
    "attachmentCount": {
      "type": "int32",
      "description": "Number of attachments on the issue",
      "minimum": 0
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/acc-issue-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.