Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ardisdk:rest_asset_functions [2019/04/09 23:50] optrix |
ardisdk:rest_asset_functions [2019/04/18 04:57] (current) optrix |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===Common Functions=== | ===Common Functions=== | ||
| - | [[/api/asset/info]] - Get all of the ARDI data about an asset. \\ | + | [[/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/search]] - Find an asset \\ | ||
| - | [[/api/asset/property]] - Sets the value of a given property on an asset. \\ | + | [[/api/asset/property]] - Get, add or delete a property value on an asset. \\ |
| - | [[/api/asset/getrelationships]] - Gets a list of relationships found on this asset. \\ | + | [[/api/asset/relate]] - Get, add or delete a relationship between two assets. \\ |
| - | [[/api/asset/relate]] - Add or delete a relationship between two assets. \\ | + | |
| === All Functions==== | === All Functions==== | ||
| Line 13: | Line 13: | ||
| [[/api/asset/after]] - List all of the assets //downstream// from a given asset. \\ | [[/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/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/effects]] - Get a list of all of the effects applied to this asset. \\ | ||
| - | [[/api/asset/getrelationships]] - Gets a list of relationships found on this asset. \\ | ||
| [[/api/asset/id]] - Get the names of ARDI assets from the ID. \\ | [[/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/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/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/propvalue]] - Get a list of property values across one or more assets. \\ | ||
| Line 22: | Line 23: | ||
| [[/api/asset/search]] - Find an asset \\ | [[/api/asset/search]] - Find an asset \\ | ||
| + | ===Deprecated Functions=== | ||
| + | |||
| + | ^Deprecated^Replaced With^ | ||
| + | |**/api/asset/getrelationships**|[[/api/asset/relate_get]]| | ||
| ----- | ----- | ||