Skip to main content
GET
/
api
/
v1
/
activity-type
/
all
Get all activity types
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
  }
]

Authorizations

Authorization
string
header
required

Bearer token authentication

Response

200 - application/json

List of activity types

id
number
required

ID del tipo de actividad

name
string
required

Nombre del tipo de actividad

is_active
boolean
required

Estado activo/inactivo