Autodesk Construction Cloud · JSON Structure

Acc Project Structure

JSON Structure for an Autodesk Construction Cloud (ACC) project.

Type: object Properties: 23 Required: 3
ConstructionBIMProject ManagementAECCADArchitectureEngineeringField Management

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

Properties

id accountId name startDate endDate projectValue status jobNumber addressLine1 addressLine2 city stateOrProvince postalCode country timezone language constructionType deliveryMethod contractType currentPhase imageUrl createdAt updatedAt

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-project-structure.json",
  "name": "Autodesk Construction Cloud Project",
  "description": "JSON Structure for an Autodesk Construction Cloud (ACC) project.",
  "type": "object",
  "required": ["id", "name", "status"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique ACC project identifier"
    },
    "accountId": {
      "type": "string",
      "description": "Parent account identifier"
    },
    "name": {
      "type": "string",
      "description": "Project name"
    },
    "startDate": {
      "type": "date",
      "description": "Project start date"
    },
    "endDate": {
      "type": "date",
      "description": "Project end date"
    },
    "projectValue": {
      "type": "object",
      "description": "Monetary value of the project",
      "properties": {
        "value": {"type": "double", "minimum": 0},
        "currency": {"type": "string"}
      }
    },
    "status": {
      "type": "string",
      "description": "Project status",
      "enum": ["active", "inactive", "suspended"]
    },
    "jobNumber": {
      "type": "string",
      "description": "Job number assigned to the project"
    },
    "addressLine1": {"type": "string", "description": "Primary address line"},
    "addressLine2": {"type": "string", "description": "Secondary address line"},
    "city": {"type": "string", "description": "City"},
    "stateOrProvince": {"type": "string", "description": "State or province"},
    "postalCode": {"type": "string", "description": "Postal code"},
    "country": {"type": "string", "description": "Country"},
    "timezone": {"type": "string", "description": "Timezone identifier"},
    "language": {"type": "string", "description": "Default language"},
    "constructionType": {
      "type": "string",
      "description": "Type of construction (e.g., New Construction, Renovation, Infrastructure)"
    },
    "deliveryMethod": {
      "type": "string",
      "description": "Project delivery method (e.g., Design-Build, Design-Bid-Build, CM at Risk)"
    },
    "contractType": {
      "type": "string",
      "description": "Contract type (e.g., Fixed Price, Cost Plus, Unit Price)"
    },
    "currentPhase": {
      "type": "string",
      "description": "Current project phase"
    },
    "imageUrl": {
      "type": "uri",
      "description": "URL to the project image"
    },
    "createdAt": {
      "type": "datetime",
      "description": "Timestamp when the project was created"
    },
    "updatedAt": {
      "type": "datetime",
      "description": "Timestamp when the project was last updated"
    }
  }
}

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-project-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.