search_getHotContent

Returns information about binders and entries active during the last two weeks.

Syntax

public String search_getHotContent( String accessToken, String limitType, Long binderId );

Description

The search_getHotContent operation returns an XML document about all items that were viewed, downloaded, or modified in the past two weeks.

Parameters and Return Value

accessToken

Either the security token passed to your application by Teaming as part of implementing a remote application, or the null value.

limitType

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.

binderId

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.

return_value

An XML string containing information about the entries that had activity.

See Also