Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.47 KB

EnginesApi.md

File metadata and controls

57 lines (34 loc) · 1.47 KB

ForgeSdk.EnginesApi

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

Method HTTP request Description
getAllEngines GET /autocad.io/us-east/v2/Engines Returns the details of all available AutoCAD core engines.
getEngine GET /autocad.io/us-east/v2/Engines(%27{id}%27) Returns the details of a specific AutoCAD core engine.

getAllEngines

DesignAutomationEngines getAllEngines(oauth2client, credentials)

Returns the details of all available AutoCAD core engines.

Parameters

This endpoint does not need any parameter.

Return type

DesignAutomationEngines

Authorization

oauth2_application

HTTP request headers

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

getEngine

Engine getEngine(id, oauth2client, credentials)

Returns the details of a specific AutoCAD core engine.

Parameters

Name Type Description Notes
id String

Return type

Engine

Authorization

oauth2_application

HTTP request headers

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