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/search - Find an asset
/api/asset/detail - Get the complete details of an ARDI asset.
/api/asset/set - Set a property value
/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/getassethome - Find the 3D environment that the asset belongs to.
/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
/api/asset/set - Set a property value
/api/asset/setlocation - Set the location of an asset
/api/asset/show - Open an asset web page/url
Deprecated Functions
| Deprecated | Replaced With |
|---|---|
| /api/asset/getrelationships | /api/asset/relate [GET] |