Class Index
REST Quick Start Guide
The basic structure to execute each REST
workflow is
<MBUrl>/wf/<theWorkflowName>?<param1>=<value1>&<param2>=<value2>
For example, if you wanted to create a new folder named
“TestRest” you could run
http://127.0.0.1:55555/wf/create?src=TestRest
To create multiple folders or files replace TestRest
from above with an array of paths the JavaScript array format.
Returns the path of assets based on their assetIDs.
Compresses a list of assets based on assetID's and returns their paths.
Creates new folders and returns the paths to them.
Decompresses assets to a destination folder and returns their paths.
Deletes files or folders by their AssetIDs or paths.
Downloads the given assets zipped.
Returns the names of the files and sub-folders contained in a folder specified by path.
Creates a contact sheet and returns the contact sheet's URL.
Creates or retrieves an api key for the given user
Returns the discussion of the asset of the given id.
Returns the value of a desired field for the given Asset IDs.
Returns the url of the asset previews
Queries the database for selections created by the current user
Returns a full XMP packet for each of the given Asset IDs.
Imports files or folders and returns their paths.
Moves files or folders and returns their new paths.
Returns AssetIDs using asset paths.
Executes a quick search and returns a Json object with the key value pair (assetId -> fileName)
Renames folders and files.
Builds an Advanced Search and returns the search results.
Adds a new discussion item to an asset.
Writes a new value to a field of an asset.
Writes the xmp string to the asset with the given asset id
Submits assets to the preview system.
Uploads a file from the form data into mediabeacon at the given destination or the standard directory