AssetServicesGetRelatedAssets Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<RelatedAssetInfo[]> GetRelatedAssets( string assetId )
Information of related assets
Sample JSON return
[
{
"name": "brock2",
"id": "a/9684",
"extension": ".jpg",
"friendly": "Image",
"height": 358,
"ratio": "test",
"type": "y",
"width": 418
},
{
"name": "brock3",
"id": "a/9685",
"extension": ".jpg",
"friendly": "Image",
"height": 358,
"ratio": "test",
"type": "y",
"width": 418
}
]