curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/analytics/community/activity/recent{
"events": [
{
"_id": "<string>",
"eventCategory": "<string>",
"createdAt": "<string>",
"eventSubCategory": "<string>",
"userId": "<string>",
"userName": "<string>",
"title": "<string>",
"description": "<string>"
}
]
}Most recent events for the realtime feed.
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/analytics/community/activity/recent{
"events": [
{
"_id": "<string>",
"eventCategory": "<string>",
"createdAt": "<string>",
"eventSubCategory": "<string>",
"userId": "<string>",
"userName": "<string>",
"title": "<string>",
"description": "<string>"
}
]
}Was this page helpful?