curl -X GET "https://api.vidaplus.com/leitos/?offset=0&limit=10" \ -H "Authorization: Bearer YOUR_TOKEN"
{ "leitos": [ { "id": 1, "numero_leito": "101-A", "paciente_id": null, "tipo": "Enfermaria", "status": "Livre" }, { "id": 2, "numero_leito": "201-B", "paciente_id": 5, "tipo": "UTI", "status": "Ocupado" }, { "id": 3, "numero_leito": "102-A", "paciente_id": null, "tipo": "Emergência", "status": "Reservado" } ] }
Retrieve a paginated list of hospital beds
Show Bed Object
paciente_id