GetAssetsInfo finder attributes list?


(Nic Hubbard) #1

I am using the GetAssetsInfo function and would like to know if there is a complete list of finder attributes? So far, all I see is children and lineage. Not sure I can guess what the others are.


(Benjamin Pearson) #2

[quote]
I am using the GetAssetsInfo function and would like to know if there is a complete list of finder attributes? So far, all I see is children and lineage. Not sure I can guess what the others are.

[/quote]



From here: assetid, name, type, type ancestor, children and lineage.


(Nic Hubbard) #3

[quote]
From here: assetid, name, type, type ancestor, children and lineage.

[/quote]



Yeah, I saw those, I guess I was expecting there to be more options. :slight_smile:


(Benjamin Pearson) #4

[quote]
Yeah, I saw those, I guess I was expecting there to be more options. :slight_smile:

[/quote]



What else do you need? :lol:


(Nic Hubbard) #5

[quote]
What else do you need? :lol:

[/quote]



Oh, I just wish I could get the status code.


(Benjamin Pearson) #6

[quote]
Oh, I just wish I could get the status code.

[/quote]



You could use GetAsset for the status code (only you will have to parse the XML yourself I think), but yeah you could suggest it as a feature on bug tracker if you want, I think it would be worth it.


(Greg Sherwood) #7

[quote]
but yeah you could suggest it as a feature on bug tracker if you want, I think it would be worth it.

[/quote]



Or Roadmap. And get voting!


(Nic Hubbard) #8

[quote]
You could use GetAsset for the status code (only you will have to parse the XML yourself I think), but yeah you could suggest it as a feature on bug tracker if you want, I think it would be worth it.

[/quote]



Yeah, I have done this in other places, but it only allows you to get 1 asset per call, GetAssetsInfo can get any number of assets all in one call. :slight_smile:


(Nic Hubbard) #9

[quote]
Or Roadmap. And get voting!

[/quote]



Will do!