Skip to main content

Location

Location API

GET /location/

Returns all locations of the institution

Response:

Location

{
"locations": [
{
"id": "f6262835-fbd8-423a-8746-46069edbaf18",
"name": "Sanatorio Güemes",
"address": {
"street": "Cordoba",
"number": "4315",
"floor": "5",
"apartment": "12",
"city": "Buemos Aires",
"state": "Buenos Aires",
"country": "Argentina",
"zip_code": "5533"
}
},
{
"id": "f6262835-fbd8-423a-8746-46069edbaf18",
"name": "Sanatorio Güemes - Lima",
"address": {
"street": "Lima",
"number": "1351",
"city": "Buemos Aires",
"state": "Buenos Aires",
"country": "Argentina",
"zip_code": "5533"
}
},
]
}