FLCConnection

The FlcConnection object is of type FusionLifecycleProxy.FusionLifecycle.IFusionLifecycleConnection and provides the required information for directly accessing the Fusion 360 Manage APIs.

The $flcConnection is available after beeing connected to the Fusion 360 Manage tenant.

Syntax

$flcConnection.Url

Following properties are available :

Type

Name

Description

Access type

string

Tenant

The name of the connected Fusion 360 Manage tenant

read-only

System.Uri

Url

The base URL for sending requests to the Fusion 360 Manage API Endpoints, in the format https://<Tenant>.autodeskplm360.net/.

read-only

string

UserId

The e-mail address of a particular user who is performing the requests to Fusion 360 Manage.

read-only

string

AuthenticationToken

The access token that was returned after a successful Forge authentication, in the format Bearer <Token>. Automatically returns a refreshed token when the previous token expired.

read-only

IWorkspaces

Workspaces

A collection of workspaces accessible on the current tenant.

read-only

Example

Tenant                  : previewcoolorange
Url                     : https://previewcoolorange.autodeskplm360.net/
UserId                  : info@coolorange.com
AuthenticationToken     : Bearer eyJhbGciOiJIUzI1NiIsImtpZCI6Imp3dF9zeW1tZXRyaWNfa2V5In0.eyJjbGllbnRfaWQiOiJua2VyWlFoQUZFZ3Q5ZjIzSms4YVE2QjJOZVJhTFNqVSIsImV4cCI6MTU3NDI2OTc2MSwic2NvcGUiOlsidmlld2FibGVzOnJlYWQiLCJkYXRhOnJlYWQiLCJkYXRhOndyaXRlIiwiZGF0YTpjcmVhdGUiLCJkYXRhOnNlYXJjaCJdLCJhdWQiOiJodHRwczovL2F1dG9kZXNrLmNvbS9hdWQvand0ZXhwNjAiLCJqdGkiOiJ1Q1c1UVlMbWhjMFdwYTRjOWY5ZGxuVHVVTUxwWmtYSlRWbTdoRTdZeFRQVWhwdlNEWnFPU3ZZSXFoSmRFV2JtIn0.xe2-CYW3HFmO1x0figGuFVKFeS9_URlQsLjhGXyrK8g
Workspaces              : {Products, Tasks, Items and BOMs, Documents...}