KB Version:

Page Navigation

Related Links

Learning Levels

Most Read

Announcements RSS Feed of Announcements

Title

Digest

The Cascade API is a set of operations availabl to Cascade Server administrators and developers that can be accessed through Publish Triggers and Asset Factory Plugins.

Currently the API supports the following operations:

  • Reading assets
  • Creating new assets
  • Making edits to existing assets
  • Making copies of existing assets
  • Adding assets to the publish queue
  • Deleting assets

Technical

The Cascade API is a library written in Java. To be able to use the API inside of Asset Factory Plugin or Publish Trigger, developers need to include the Cascade API JAR file in their classpath. The API JAR file can be downloaded from the Hannon Hill GitHub account:

The API operations return specific instances of ModelOperationResult object, for example the Copy operation returns CopyOperationResult which contains the identifier of the copied asset so that it is possible to make further operations on the copy itself. Each operation is performed by a User with provided username. Below you can find an example Cascade API operation call:

Title References

Related Links