cURL
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>" } ] }
Most recent events for the realtime feed.
1 <= x <= 100
Successful response
Show child attributes
Was this page helpful?