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": "c0f1f6dd-fa86-4240-9411-308cebb915a5", "AssetID": "9e54cce7-9bfd-411c-b18d-8c0993851500", "AssetName": "sample string 3", "ClientDomainAttributeID": "d86bdf43-2b6d-430e-b694-8e592a301bbe", "AttributeKey": "sample string 5", "AttributeValue": "sample string 6" }, { "ClientAssetAttributeValuesID": "c0f1f6dd-fa86-4240-9411-308cebb915a5", "AssetID": "9e54cce7-9bfd-411c-b18d-8c0993851500", "AssetName": "sample string 3", "ClientDomainAttributeID": "d86bdf43-2b6d-430e-b694-8e592a301bbe", "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>9e54cce7-9bfd-411c-b18d-8c0993851500</AssetID> <AssetName>sample string 3</AssetName> <AttributeKey>sample string 5</AttributeKey> <AttributeValue>sample string 6</AttributeValue> <ClientAssetAttributeValuesID>c0f1f6dd-fa86-4240-9411-308cebb915a5</ClientAssetAttributeValuesID> <ClientDomainAttributeID>d86bdf43-2b6d-430e-b694-8e592a301bbe</ClientDomainAttributeID> </CustomAssetAttribute> <CustomAssetAttribute> <AssetID>9e54cce7-9bfd-411c-b18d-8c0993851500</AssetID> <AssetName>sample string 3</AssetName> <AttributeKey>sample string 5</AttributeKey> <AttributeValue>sample string 6</AttributeValue> <ClientAssetAttributeValuesID>c0f1f6dd-fa86-4240-9411-308cebb915a5</ClientAssetAttributeValuesID> <ClientDomainAttributeID>d86bdf43-2b6d-430e-b694-8e592a301bbe</ClientDomainAttributeID> </CustomAssetAttribute> </ArrayOfCustomAssetAttribute>