cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/analytics/users/activity
{ "data": [ { "id": "<string>", "type": "<string>", "title": "<string>", "description": "<string>", "timestamp": "<string>", "communityId": "<string>", "communityName": "<string>" } ], "pagination": { "total": 123, "skip": 123, "limit": 123 } }
Returns a paginated list of user activities sorted by newest first.
x >= 0
1 <= x <= 100
Successful response
Show child attributes
Was this page helpful?