Autodesk Construction Cloud Issue

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

ConstructionBIMProject ManagementAECCADArchitectureEngineeringField Management

Properties

Name Type Description
id string Unique issue identifier (UUID)
containerId string ACC project container identifier
displayId integer Human-readable sequential issue number
title string Issue title/summary
description string Detailed issue description
status string Current issue status
issueTypeId string Issue type identifier
issueSubtypeId string Issue subtype identifier
dueDate string
startDate string
locationId string Location identifier within the project
locationDescription string Free-text location description
assignedToId string User or company assigned to resolve the issue
assignedToType string
createdBy string User ID who created the issue
createdAt string
updatedAt string
closedBy string
closedAt string
rootCauseId string
commentCount integer
attachmentCount integer
linkedDocuments array
View JSON Schema on GitHub

JSON Schema

acc-issue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/autodesk-construction-cloud/refs/heads/main/json-schema/acc-issue-schema.json",
  "title": "Autodesk Construction Cloud Issue",
  "description": "JSON Schema 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": "integer",
      "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",
      "enum": ["draft", "open", "pending", "in_review", "closed"],
      "description": "Current issue status"
    },
    "issueTypeId": {
      "type": "string",
      "description": "Issue type identifier"
    },
    "issueSubtypeId": {
      "type": "string",
      "description": "Issue subtype identifier"
    },
    "dueDate": {
      "type": "string",
      "format": "date"
    },
    "startDate": {
      "type": "string",
      "format": "date"
    },
    "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",
      "enum": ["user", "company"]
    },
    "createdBy": {
      "type": "string",
      "description": "User ID who created the issue"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time"
    },
    "closedBy": {
      "type": "string"
    },
    "closedAt": {
      "type": "string",
      "format": "date-time"
    },
    "rootCauseId": {
      "type": "string"
    },
    "commentCount": {
      "type": "integer",
      "minimum": 0
    },
    "attachmentCount": {
      "type": "integer",
      "minimum": 0
    },
    "linkedDocuments": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "urn": {
            "type": "string",
            "description": "APS document URN"
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/acc-issue"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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