Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 1.6 KB

HubsApi.md

File metadata and controls

65 lines (37 loc) · 1.6 KB

ForgeSdk.HubsApi

All URIs are relative to https://developer.api.autodesk.com/

Method HTTP request Description
getHub GET /project/v1/hubs/{hub_id}
getHubs GET /project/v1/hubs

getHub

Hub getHub(hubId, oauth2client, credentials)

Returns data on a specific `hub_id`.

Parameters

Name Type Description Notes
hubId String the `hub id` for the current operation

Return type

Hub

Authorization

oauth2_access_code

HTTP request headers

  • Content-Type: application/vnd.api+json
  • Accept: application/vnd.api+json, application/json

getHubs

Hubs getHubs(opts, oauth2client, credentials)

Returns a collection of accessible hubs for this member. A Hub represents an A360 Team/Personal hub or a BIM 360 account.

Parameters

Name Type Description Notes
filterId [String] filter by the `id` of the `ref` target [optional]
filterExtensionType [String] filter by the extension type [optional]

Return type

Hubs

Authorization

oauth2_access_code

HTTP request headers

  • Content-Type: application/vnd.api+json
  • Accept: application/vnd.api+json, application/json