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.
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
}
}Was this page helpful?