...
This document explains the Asset Link asset link REST Services services provided by the Assets & Inventory Plugin.
On this page:
|
---|
Get asset link
Method | GET |
---|---|
URL | /rest/jip-api/1.0/linked-assets/[linkedAssetId].json |
Expand | ||
---|---|---|
| ||
|
Listing asset links by
...
asset ID
Method | GET |
---|---|
URL | /rest/jip-api/1.0/linked-assets/asset-id/[assetId].json |
Expand | ||
---|---|---|
| ||
|
Create link between multiple assets
Method | POST |
---|---|
URL | /rest/jip-api/1.0/linked-assets/multiple.json |
...
Expand | ||
---|---|---|
| ||
|
Create link between two asset
Method | POST |
---|---|
URL | /rest/jip-api/1.0/linked-assets.json |
...
Expand | ||
---|---|---|
| ||
|
Remove link between assets
Method | DELETE |
---|---|
URL | /rest/jip-api/1.0/linked-assets/[linkedAssetId].json |
...