Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ardisdk:rest_asset_functions [2019/04/18 02:12]
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]] - Get, add or delete a property value on an asset. \\ [[/​api/​asset/​property]] - Get, add or delete a property value on an asset. \\
Line 12: 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/​id]] - Get the names of ARDI assets from the ID. \\ [[/​api/​asset/​id]] - Get the names of ARDI assets from the ID. \\
Line 23: Line 25:
 ===Deprecated Functions=== ===Deprecated Functions===
  
-**/​api/​asset/​getrelationships** ​- This function has been rolled into the **GET** variant of  **/api/asset/relate** \\+^Deprecated^Replaced With^ 
 +|**/​api/​asset/​getrelationships**|[[/api/asset/relate_get]]|
  
 ----- -----