Obtains information about an entry’s tags.
public Tag[] folder_getEntryTags( String accessToken, long entryId );
The folder_getEntryTags operation gets information about each of the tags applied to a folder entry.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The identifier of the entry about whose tags you want information.
An array of Tag Java objects, where each object contains information about one tag applied to the entry.
Java objects in the Vibe sources (see Working with Java Objects)