Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.41 KB

EnginesApi.md

File metadata and controls

57 lines (34 loc) · 1.41 KB

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('{id}') Returns the details of a specific AutoCAD core engine.

getAllEngines

DesignAutomationEngines getAllEngines()

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)

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