SOAP - Get all attribute values


(Nic Hubbard) #1

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…


(Edison Wang) #2

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


(Nic Hubbard) #3

[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!


(Nic Hubbard) #4

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…


(Benjamin Pearson) #5

[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?


(Nic Hubbard) #6

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

[/quote]



Will do.