# Retrieve lot by lease Id Return all lot for a given lease id Endpoint: POST /api/tenant/{tenantId_path}/lot/getLotsByLeaseId Version: v1 ## Path parameters: - `tenantId_path` (string, required) ## Request fields (application/json-patch+json): - `leaseId` (string) ## Response 200 fields (text/plain): - `list` (array) - `list.id` (string) - `list.lotId` (string) - `list.number` (string) - `list.lotType` (integer) Enum: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 - `list.floor` (string,null) - `list.lotAcquisitionDate` (string) - `list.startAt` (string) - `list.endAt` (string,null) - `list.unitType` (integer) Enum: 1, 2 - `list.surface` (number,null) - `list.unitCount` (integer,null) - `list.isEngagedOnAnotherLease` (boolean) ## Response 400 fields (text/plain): - `error` (string)