SOAP - Get all attribute values

Using the SOAP server, is it possible to retrieve all Attribute Values for a given asset id? It looks like GetAttributeValuesByName can only return one attribute value at a time.


I am not seeing a method for this…

GetAsset API is the one you are after. It grabs all info of the asset including its attributes.
Should have been mentioned in manual.

[quote]
GetAsset API is the one you are after. It grabs all info of the asset including its attributes.

Should have been mentioned in manual.

[/quote]



Perfect. I will give it a try.



Thanks!

Ok, this worked well. It seems to just do a dump of the asset and return a sort of XML sludge. Not valid XML by any means unfortunately…

[quote]
Ok, this worked well. It seems to just do a dump of the asset and return a sort of XML sludge. Not valid XML by any means unfortunately…

[/quote]



That doesn't sound right, can you file a bug with examples please?

[quote]
That doesn't sound right, can you file a bug with examples please?

[/quote]



Will do.