# Retrieve buildings by legal owner id Retrieve a list of building of a specific legal owner. Endpoint: POST /api/tenant/{tenantId_path}/buildings/getBuildingsByLegalOwnerId Version: v1 ## Path parameters: - `tenantId_path` (string, required) ## Request fields (application/json-patch+json): - `legalOwnerId` (string) ## Response 200 fields (text/plain): - `list` (array) - `list.id` (string) - `list.name` (string) - `list.reference` (string) ## Response 400 fields (text/plain): - `error` (string)