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": "e6a4e10f-205b-4f4f-88a3-e05bb694eef3", "AssetID": "c0597726-ceb1-4c1f-ad47-2a7e0b4cf5c1", "AssetName": "sample string 3", "ClientDomainAttributeID": "f6992a52-b75c-4c2b-bd00-3079591627fe", "AttributeKey": "sample string 5", "AttributeValue": "sample string 6" }, { "ClientAssetAttributeValuesID": "e6a4e10f-205b-4f4f-88a3-e05bb694eef3", "AssetID": "c0597726-ceb1-4c1f-ad47-2a7e0b4cf5c1", "AssetName": "sample string 3", "ClientDomainAttributeID": "f6992a52-b75c-4c2b-bd00-3079591627fe", "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>c0597726-ceb1-4c1f-ad47-2a7e0b4cf5c1</AssetID> <AssetName>sample string 3</AssetName> <AttributeKey>sample string 5</AttributeKey> <AttributeValue>sample string 6</AttributeValue> <ClientAssetAttributeValuesID>e6a4e10f-205b-4f4f-88a3-e05bb694eef3</ClientAssetAttributeValuesID> <ClientDomainAttributeID>f6992a52-b75c-4c2b-bd00-3079591627fe</ClientDomainAttributeID> </CustomAssetAttribute> <CustomAssetAttribute> <AssetID>c0597726-ceb1-4c1f-ad47-2a7e0b4cf5c1</AssetID> <AssetName>sample string 3</AssetName> <AttributeKey>sample string 5</AttributeKey> <AttributeValue>sample string 6</AttributeValue> <ClientAssetAttributeValuesID>e6a4e10f-205b-4f4f-88a3-e05bb694eef3</ClientAssetAttributeValuesID> <ClientDomainAttributeID>f6992a52-b75c-4c2b-bd00-3079591627fe</ClientDomainAttributeID> </CustomAssetAttribute> </ArrayOfCustomAssetAttribute>