cURL
curl --request GET \ --url https://api.raul.ugps.io/api/v1/activity-type/all \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "name": "<string>", "is_active": true } ]
Operacion: Get all activity types.
Bearer token authentication
List of activity types
ID del tipo de actividad
Nombre del tipo de actividad
Estado activo/inactivo