Activity
Get recent activity for a fund
Returns a list of recent activities associated with a specific fund. The activities are sorted by creation date in descending order (newest first).
Authentication is optional:
- Public funds’ activities are visible to all users
- Private funds’ activities are only visible to authenticated users with access to the fund
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the fund
Response
200
application/json
List of recent activities successfully retrieved