Endpoint
Authentication
This endpoint requires a valid JWT token.Response
Returns an array of all activity objects, regardless of their active status.Unique identifier for the activity
Name of the activity
Description of the activity
Objective of the activity
Activity category
Whether the activity is currently active
Example Request
Example Response
Unlike the
/actividades endpoint which only returns active activities, this endpoint returns all activities regardless of their status. Use this for administrative purposes or when you need to view the complete activity history.To filter only active activities, use the List Actividades endpoint instead.
