Autodesk Construction Cloud · JSON Structure

Autodesk Construction Cloud Structure

Structural overview of the Autodesk Construction Cloud API surface; extracted from openapi/.

Type: Properties: 0
ConstructionBIMProject ManagementAECCADArchitectureEngineeringField Management

Autodesk Construction Cloud Structure is a JSON Structure definition published by Autodesk Construction Cloud.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Autodesk Construction Cloud",
  "providerId": "autodesk-construction-cloud",
  "kind": "json-structure",
  "description": "Structural overview of the Autodesk Construction Cloud API surface; extracted from openapi/.",
  "schemaCount": 12,
  "operationCount": 8,
  "schemas": [
    {
      "name": "ProjectsResponse",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "ProjectResponse",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "Project",
      "type": "object",
      "propertyCount": 24,
      "required": []
    },
    {
      "name": "ProjectRequest",
      "type": "object",
      "propertyCount": 11,
      "required": [
        "name",
        "startDate",
        "projectType"
      ]
    },
    {
      "name": "ProjectUpdateRequest",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "ProjectUser",
      "type": "object",
      "propertyCount": 10,
      "required": []
    },
    {
      "name": "ProjectUserRequest",
      "type": "object",
      "propertyCount": 3,
      "required": [
        "email",
        "roleIds"
      ]
    },
    {
      "name": "ProjectUsersResponse",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "AccountUsersResponse",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "CompaniesResponse",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "Pagination",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "Error",
      "type": "object",
      "propertyCount": 3,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/construction/admin/v1/accounts/{accountId}/projects",
      "operationId": "getAccountProjects",
      "summary": "Get account projects",
      "tags": [
        "Projects"
      ]
    },
    {
      "method": "POST",
      "path": "/construction/admin/v1/accounts/{accountId}/projects",
      "operationId": "createProject",
      "summary": "Create a new project",
      "tags": [
        "Projects"
      ]
    },
    {
      "method": "GET",
      "path": "/construction/admin/v1/accounts/{accountId}/projects/{projectId}",
      "operationId": "getProject",
      "summary": "Get project by ID",
      "tags": [
        "Projects"
      ]
    },
    {
      "method": "PATCH",
      "path": "/construction/admin/v1/accounts/{accountId}/projects/{projectId}",
      "operationId": "updateProject",
      "summary": "Update project",
      "tags": [
        "Projects"
      ]
    },
    {
      "method": "GET",
      "path": "/construction/admin/v1/accounts/{accountId}/projects/{projectId}/users",
      "operationId": "getProjectUsers",
      "summary": "Get project users",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "POST",
      "path": "/construction/admin/v1/accounts/{accountId}/projects/{projectId}/users",
      "operationId": "addProjectUser",
      "summary": "Add user to project",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "GET",
      "path": "/construction/admin/v1/accounts/{accountId}/users",
      "operationId": "getAccountUsers",
      "summary": "Get account users",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "GET",
      "path": "/construction/admin/v1/accounts/{accountId}/companies",
      "operationId": "getAccountCompanies",
      "summary": "Get account companies",
      "tags": [
        "Companies"
      ]
    }
  ]
}

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/autodesk-construction-cloud-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 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.