Skip to content

List all activity for a user

GET
/api/v4/user/activities

Lists all activity for a specified user.

from
string format: date-time
default: 2024-08-14T17:26:19.883Z nullable

Date string in the format YEAR-MONTH-DAY

Example
2024-08-14T17:26:19.883Z
page
integer
default: 1 nullable

Current page number

Example
1
per_page
integer
default: 20 nullable

Number of items per page

Example
20

OK

Media type application/json
object
username
string
last_activity_on
string
last_activity_at
string
Example generated
{
"username": "example",
"last_activity_on": "example",
"last_activity_at": "example"
}

Bad Request