Returns a paginated list of a user's activities
List of activities of a user.
Query Parameters
- per_page integer
Number of items per page
- page integer
Specify the page number
Responses
- 200
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- items
- page integer
- page_count integer
- per_page integer
- total_count integer
{
"items": {},
"page": 0,
"page_count": 0,
"per_page": 0,
"total_count": 0
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Loading...