This is an old revision of the document!


Asset Functions

These are the asset functions that are part of the ARDI REST API.

These functions are suitable for products that want to integrate tightly with an ARDI system. If you simply want to query data, we suggest the more powerful selector system and ARDI Query Language.

Common Functions

/api/asset/info - Get the properties of an ARDI asset.
/api/asset/detail - Get the complete details of an ARDI asset.
/api/asset/search - Find an asset
/api/asset/property - Get, add or delete a property value on an asset.
/api/asset/relate - Get, add or delete a relationship between two assets.

All Functions

/api/asset/after - List all of the assets downstream from a given asset.
/api/asset/before - List all of the assets upstream from a given asset.
/api/asset/detail - Get the complete details of an ARDI asset.
/api/asset/effects - Get a list of all of the effects applied to this asset.
/api/asset/id - Get the names of ARDI assets from the ID.
/api/asset/info - Get all of the ARDI data about an asset.
/api/asset/media - Gets media for a given asset
/api/asset/property - Sets the value of a given property on an asset.
/api/asset/propvalue - Get a list of property values across one or more assets.
/api/asset/relate - Add or delete a relationship between two assets.
/api/asset/search - Find an asset

Deprecated Functions

DeprecatedReplaced With
/api/asset/getrelationships/api/asset/relate [GET]

See Also