{ "opencollection": "1.0.0", "info": { "name": "Construction.Account.Admin Account Management Hubs API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Hubs", "type": "folder" }, "items": [ { "info": { "name": "List Hubs", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/project/v1/hubs", "headers": [ { "name": "x-user-id", "value": "" } ], "params": [ { "name": "filter[id]", "value": "", "type": "query", "description": "Filter by the ``id`` of the ``ref`` target." }, { "name": "filter[name]", "value": "", "type": "query", "description": "Filter by the ``name`` of the ``ref`` target." }, { "name": "filter[extension.type]", "value": "", "type": "query", "description": "Filter by the extension type. \n" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a collection of hubs that the user of your app can access.\n\nThe returned hubs can be BIM 360 Team hubs, Fusion Team hubs (formerly known as A360 Team hubs), A360 Personal hubs, ACC Docs (Autodesk Docs) accounts, or BIM 360 Docs accounts. Only active hubs are returned.\n\nFor BIM 360 Docs and ACC Docs, a hub ID corresponds to an Account ID. To convert a BIM 360 or ACC Account ID to a hub ID, prefix the Account ID with ``b.``. For example, an Account ID of ```c8b0c73d-3ae9``` translates to a" }, { "info": { "name": "Get a Hub", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/project/v1/hubs/:hub_id", "headers": [ { "name": "x-user-id", "value": "" } ], "params": [ { "name": "hub_id", "value": "", "type": "path", "description": "The unique identifier of a hub." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns the hub specified by the ``hub_id`` parameter.\n\nFor BIM 360 Docs, a hub ID corresponds to a BIM 360 account ID. To convert a BIM 360 account ID to a hub ID, prefix the account ID with ``b.``. For example, an account ID of ```c8b0c73d-3ae9``` translates to a hub ID of ``b.c8b0c73d-3ae9``.\n\n**Note:** This operation supports Autodesk Construction Cloud (ACC) Projects. For more information, see the [ACC Platform API documentation](https://en.docs.acc.v1/overview/introduction/). " } ] } ], "bundled": true }