Activity Service

ResourceDescription
Get activityGets the global activity stream visible to the authenticated user

Get activity

Gets the global activity stream visible to the authenticated user

GET http://domain:port/application_context/api/core/v2/activity?before=String&limit=int&type=Set

Query Parameters

NameTypeDescriptionDefault Value
beforeStringactivity items older than the date provided. That is, given a limit of 5 then the first 5 activity items created before the provided date will be returned. The provided date is required to be formatted in ISO 8601 format.""
limitintthe maximum number of activity items to return. If there are fewer activity items available in the given time period, if either after or before is provided, then fewer activity items will be returned then the limit."25"
typeSetset of content types to include in the stream. By default all supported content types are included. 

Response

TypeDescription
EntityCollectiona collection of activity items ordered by the time they occured