Skip to main content
GET
/
community
/
activity
/
recent
Recent community activity
curl --request GET \
  --url https://{subdomain}.nudj.cx/api/v2/analytics/community/activity/recent
{
  "events": [
    {
      "_id": "<string>",
      "eventCategory": "<string>",
      "eventSubCategory": "<string>",
      "userId": "<string>",
      "userName": "<string>",
      "title": "<string>",
      "description": "<string>",
      "createdAt": "<string>"
    }
  ]
}

Query Parameters

communityId
string
since
string<date-time>
limit
integer
default:10
Required range: 1 <= x <= 100

Response

Successful response

events
object[]
required
I