List all activity for a user
GET
/api/v4/user/activities
Lists all activity for a specified user.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”from
string format: date-time
Date string in the format YEAR-MONTH-DAY
Example
2024-08-14T17:26:19.883Zpage
integer
Current page number
Example
1per_page
integer
Number of items per page
Example
20Responses
Section titled “Responses”OK
Media typeapplication/json
object
username
string
last_activity_on
string
last_activity_at
string
Examplegenerated
{ "username": "example", "last_activity_on": "example", "last_activity_at": "example"}Bad Request