track7
sign in
sign in securely with your account from one of these sites:
note:  this is only for users who have already set up a password.

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.