Menu
List my activities
This API endpoint enables to get the activities rated by the logged-in user.
Url |
/api/v1/activities/my_activities |
Method |
GET |
Content-Type |
application/json |
Response 200
{
"data": [
{
"activity": {
"id": 2,
"name": "Carnivals"
},
"frequency": 3,
"like": 4,
"social": 2,
"user_id": 8
}
],
"message": null,
"status": "success",
"total": 1
}