Skip to content

Latest commit

 

History

History
291 lines (179 loc) · 8.85 KB

AppPackagesApi.md

File metadata and controls

291 lines (179 loc) · 8.85 KB

ForgeSdk.AppPackagesApi

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

Method HTTP request Description
createAppPackage POST /autocad.io/us-east/v2/AppPackages Creates an AppPackage module.
deleteAppPackage DELETE /autocad.io/us-east/v2/AppPackages(%27{id}%27) Removes a specific AppPackage.
deleteAppPackageHistory POST /autocad.io/us-east/v2/AppPackages(%27{id}%27)/Operations.DeleteHistory Removes the version history of the specified AppPackage.
getAllAppPackages GET /autocad.io/us-east/v2/AppPackages Returns the details of all AppPackages.
getAppPackage GET /autocad.io/us-east/v2/AppPackages(%27{id}%27) Returns the details of a specific AppPackage.
getAppPackageVersions GET /autocad.io/us-east/v2/AppPackages(%27{id}%27)/Operations.GetVersions Returns all old versions of a specified AppPackage.
getUploadUrl GET /autocad.io/us-east/v2/AppPackages/Operations.GetUploadUrl Requests a pre-signed URL for uploading a zip file that contains the binaries for this AppPackage.
getUploadUrlWithRequireContentType GET /autocad.io/us-east/v2/AppPackages/Operations.GetUploadUrl(RequireContentType={require}) Requests a pre-signed URL for uploading a zip file that contains the binaries for this AppPackage. Unlike the GetUploadUrl method that takes no parameters, this method allows the client to request that the pre-signed URL to be issued so that the subsequent HTTP PUT operation will require Content-Type=binary/octet-stream.
patchAppPackage PATCH /autocad.io/us-east/v2/AppPackages(%27{id}%27) Updates an AppPackage by specifying only the changed attributes.
setAppPackageVersion POST /autocad.io/us-east/v2/AppPackages(%27{id}%27)/Operations.SetVersion Sets the AppPackage to the specified version.
updateAppPackage PUT /autocad.io/us-east/v2/AppPackages(%27{id}%27) Updates an AppPackage by redefining the entire Activity object.

createAppPackage

AppPackage createAppPackage(appPackage, oauth2client, credentials)

Creates an AppPackage module.

Parameters

Name Type Description Notes
appPackage AppPackage

Return type

AppPackage

Authorization

oauth2_application

HTTP request headers

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

deleteAppPackage

deleteAppPackage(id, oauth2client, credentials)

Removes a specific AppPackage.

Parameters

Name Type Description Notes
id String

Return type

null (empty response body)

Authorization

oauth2_application

HTTP request headers

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

deleteAppPackageHistory

deleteAppPackageHistory(id, oauth2client, credentials)

Removes the version history of the specified AppPackage.

Parameters

Name Type Description Notes
id String

Return type

null (empty response body)

Authorization

oauth2_application

HTTP request headers

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

getAllAppPackages

DesignAutomationAppPackages getAllAppPackages(oauth2client, credentials)

Returns the details of all AppPackages.

Parameters

This endpoint does not need any parameter.

Return type

DesignAutomationAppPackages

Authorization

oauth2_application

HTTP request headers

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

getAppPackage

AppPackage getAppPackage(id, oauth2client, credentials)

Returns the details of a specific AppPackage.

Parameters

Name Type Description Notes
id String

Return type

AppPackage

Authorization

oauth2_application

HTTP request headers

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

getAppPackageVersions

DesignAutomationAppPackages getAppPackageVersions(id, oauth2client, credentials)

Returns all old versions of a specified AppPackage.

Parameters

Name Type Description Notes
id String

Return type

DesignAutomationAppPackages

Authorization

oauth2_application

HTTP request headers

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

getUploadUrl

getUploadUrl(oauth2client, credentials)

Requests a pre-signed URL for uploading a zip file that contains the binaries for this AppPackage.

Parameters

This endpoint does not need any parameter.

Return type

null (empty response body)

Authorization

oauth2_application

HTTP request headers

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

getUploadUrlWithRequireContentType

getUploadUrlWithRequireContentType(require, oauth2client, credentials)

Requests a pre-signed URL for uploading a zip file that contains the binaries for this AppPackage. Unlike the GetUploadUrl method that takes no parameters, this method allows the client to request that the pre-signed URL to be issued so that the subsequent HTTP PUT operation will require Content-Type=binary/octet-stream.

Parameters

Name Type Description Notes
require Boolean

Return type

null (empty response body)

Authorization

oauth2_application

HTTP request headers

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

patchAppPackage

patchAppPackage(id, appPackage, oauth2client, credentials)

Updates an AppPackage by specifying only the changed attributes.

Parameters

Name Type Description Notes
id String
appPackage AppPackageOptional

Return type

null (empty response body)

Authorization

oauth2_application

HTTP request headers

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

setAppPackageVersion

setAppPackageVersion(id, appPackageVersion, oauth2client, credentials)

Sets the AppPackage to the specified version.

Parameters

Name Type Description Notes
id String
appPackageVersion AppPackageVersion

Return type

null (empty response body)

Authorization

oauth2_application

HTTP request headers

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

updateAppPackage

updateAppPackage(id, appPackage, oauth2client, credentials)

Updates an AppPackage by redefining the entire Activity object.

Parameters

Name Type Description Notes
id String
appPackage AppPackage

Return type

null (empty response body)

Authorization

oauth2_application

HTTP request headers

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