Returns information about binders and entries active during the last two weeks.
public String search_getHotContent( String accessToken, String limitType, Long binderId );
The search_getHotContent operation returns an XML document about all items that were viewed, downloaded, or modified in the past two weeks.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
One of the following values:
activity: Returns items that had any activity.
download: Returns items that included at least one attachment that was downloaded.
modify: Returns items that were modified.
view: Returns items that were viewed.
The identifier of the binder whose descendants you want to evaluate for activity. If you want to evaluate all items in a zone, pass the null value to this parameter.
An XML string containing information about the entries that had activity.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)