6d091bc86a33
Returns activities matching the given search criteria.
Returns activities matching the given search criteria.Only parameters that are specified in this request and have not <code>null</code> values are used for filtering.All other parameters are ignored.The returned activities satisfy all constraints that are specified in this search criteria.By default a result containing 100 activities is returned.
Query parameters
The first result to retrieve. If not set (offset = <code>0</code>), results will be retrieved starting from row <code>0</code>.
The maximum number of results to retrieve. If not set (limit = <code>0</code>), the default limit will be used. The maximum allowed limit is 1000.
Parameter not used in the context of activities, for performance reasons they are not counted.
The ID of the task which contains the basic find activities request.
The ID of the context which the activities should be searched for.
The list of IDs of the people that should be involved in searched activities.
The list of IDs of the roles that should be involved in searched activities.
The ID of the user who performed searched activities.
The list of IDs of the roles assigned to users who performed searched activities.
The type of the activity.
The ID of the call.
The set of the categories of activities that should be searched. One of [ATTRIBUTE, ATTACHMENT, RELATION, COMMENT,<br/>STATUS, WORKFLOW, RESPONSIBILITY, USER, USER_GROUP, ROLE, TAGS, OTHERS].
The set of the resource types that searched activities refer to, i.e. [Community, Asset, Domain, Attribute,<br/>Relation, WorkflowInstance]. This parameter is deprecated. Use resourceDiscriminators instead.
The set of the resource discriminators that searched activities refer to, i.e. [Community, Asset, Domain, Attribute,<br/> Relation, WorkflowInstance].
The start date of the searched activities, expressed as a Unix timestamp in milliseconds.
The end date of the searched activities, expressed as a Unix timestamp in milliseconds.
Flag to indicate if the number of calls standing behind the activity should be returned or not.<br/>Note that by default that count will be not calculated as it brings an important performance penalty.
Response
The paged response with found Activity information. The total number of results is not calculated and should be ignored