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": "0ce97264-3dab-4fc3-b9a4-56817975d67e", "AssetID": "6c064033-a8d1-4dff-adda-72cb8ef5126b", "AssetName": "sample string 3", "ClientDomainAttributeID": "2f47e38e-6acd-41ad-89e3-06bfe96651a8", "AttributeKey": "sample string 5", "AttributeValue": "sample string 6" }, { "ClientAssetAttributeValuesID": "0ce97264-3dab-4fc3-b9a4-56817975d67e", "AssetID": "6c064033-a8d1-4dff-adda-72cb8ef5126b", "AssetName": "sample string 3", "ClientDomainAttributeID": "2f47e38e-6acd-41ad-89e3-06bfe96651a8", "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>6c064033-a8d1-4dff-adda-72cb8ef5126b</AssetID> <AssetName>sample string 3</AssetName> <AttributeKey>sample string 5</AttributeKey> <AttributeValue>sample string 6</AttributeValue> <ClientAssetAttributeValuesID>0ce97264-3dab-4fc3-b9a4-56817975d67e</ClientAssetAttributeValuesID> <ClientDomainAttributeID>2f47e38e-6acd-41ad-89e3-06bfe96651a8</ClientDomainAttributeID> </CustomAssetAttribute> <CustomAssetAttribute> <AssetID>6c064033-a8d1-4dff-adda-72cb8ef5126b</AssetID> <AssetName>sample string 3</AssetName> <AttributeKey>sample string 5</AttributeKey> <AttributeValue>sample string 6</AttributeValue> <ClientAssetAttributeValuesID>0ce97264-3dab-4fc3-b9a4-56817975d67e</ClientAssetAttributeValuesID> <ClientDomainAttributeID>2f47e38e-6acd-41ad-89e3-06bfe96651a8</ClientDomainAttributeID> </CustomAssetAttribute> </ArrayOfCustomAssetAttribute>