GET api/AssetAttribute?assetID={assetID}&clientID={clientID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assetID | globally unique identifier |
Required |
|
clientID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomAssetAttributeName | Description | Type | Additional information |
---|---|---|---|
ClientAssetAttributeValuesID | globally unique identifier |
None. |
|
AssetID | globally unique identifier |
None. |
|
AssetName | string |
None. |
|
ClientDomainAttributeID | globally unique identifier |
None. |
|
AttributeKey | string |
None. |
|
AttributeValue | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ClientAssetAttributeValuesID": "22dc3d86-0b7b-4e47-b88d-fb830140d6ff", "AssetID": "dec28ff6-a9ae-41f3-a56b-ac7160a6cf9b", "AssetName": "sample string 3", "ClientDomainAttributeID": "1948b004-16f7-424f-b2fe-f368e4460de9", "AttributeKey": "sample string 5", "AttributeValue": "sample string 6" }, { "ClientAssetAttributeValuesID": "22dc3d86-0b7b-4e47-b88d-fb830140d6ff", "AssetID": "dec28ff6-a9ae-41f3-a56b-ac7160a6cf9b", "AssetName": "sample string 3", "ClientDomainAttributeID": "1948b004-16f7-424f-b2fe-f368e4460de9", "AttributeKey": "sample string 5", "AttributeValue": "sample string 6" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomAssetAttribute xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomAssetAttribute> <AssetID>dec28ff6-a9ae-41f3-a56b-ac7160a6cf9b</AssetID> <AssetName>sample string 3</AssetName> <AttributeKey>sample string 5</AttributeKey> <AttributeValue>sample string 6</AttributeValue> <ClientAssetAttributeValuesID>22dc3d86-0b7b-4e47-b88d-fb830140d6ff</ClientAssetAttributeValuesID> <ClientDomainAttributeID>1948b004-16f7-424f-b2fe-f368e4460de9</ClientDomainAttributeID> </CustomAssetAttribute> <CustomAssetAttribute> <AssetID>dec28ff6-a9ae-41f3-a56b-ac7160a6cf9b</AssetID> <AssetName>sample string 3</AssetName> <AttributeKey>sample string 5</AttributeKey> <AttributeValue>sample string 6</AttributeValue> <ClientAssetAttributeValuesID>22dc3d86-0b7b-4e47-b88d-fb830140d6ff</ClientAssetAttributeValuesID> <ClientDomainAttributeID>1948b004-16f7-424f-b2fe-f368e4460de9</ClientDomainAttributeID> </CustomAssetAttribute> </ArrayOfCustomAssetAttribute>