activity api
GET /api/activity.php/list[/skip
]
retrieves all site activity with most recent first.
skip
- specify a number of activities to skip. usually the number of activities currently loaded. optional, integer.
GET /api/activity.php/byuser/user
[/skip
]
retrieves site activity by the specified user with most recent first.
user
- specify a user id to only return activity from that user. required, integer.
skip
- specify a number of activities to skip. usually the number of activities currently loaded. optional, integer.