Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

POST {{url}}v1/connections/

Code Block
{
  "name": "display name goes here",
  "platform": {
  	"id": "autodesk-bim360"
  },
  "auth": {
        "client_id": "client ID",
        "client_secret": "client secret",
        "account_id": "account ID",
        "region": "region"
	}
}	

Creating a Job

...

The sample code below shows how to create a job for an Autodesk connection created to connect as a standard user.

...