owners
Developing
GET
http://estate.test/api/v1{{url}}/system/lands/owners
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://estate.test/api/v1/system/lands/owners?search=ow&area_id=1&city_id=1&block_id=1&type=company&created_at=2025-04-06' \
--header 'x-api-key: f482480c-11fe-4426-9f6e-e7d26c8c3eed' \
--header 'x-secret-key: FkSF0PDbMOgLmLlJeMDSDzBFIl5dloAC'
Response Response Example
{
"status": "true",
"message": "Operation completed successfully",
"response": {
"data": [
{
"id": 5,
"land_id": 0,
"area_id": 4,
"city_id": 5,
"block_id": 8,
"name": "Carlton Ernser",
"phone": "1-859-257-7780 x9146",
"email": "Marge_Mante@yahoo.com",
"agency_name": "Lance Runte",
"agency_number": 3,
"notes": "Cras vorago temptatio avarus apostolus cura vitium.",
"type": "tempor enim et",
"commercial_register_or_national_id": 4,
"postal_code": "08777",
"street": "4969 Tressa Forest",
"address": "Wyoming Fort Loyal Madison County 6769 Maximillia Trafficway Suite 775",
"building": {
"id": 1,
"name": "Georgia Steuber",
"project_id": 5,
"type": "w",
"land_area": "stabilis",
"tax_value": 9,
"price_after_tax": 558
},
"area": {
"id": 7,
"name": "Ivan O'Conner III",
"type": "occaecat sunt ut elit"
},
"city": {
"id": 6,
"country_id": 4,
"parent_id": 2,
"name": "Nick Kuhlman",
"type": "nisi"
},
"block": {
"id": 2,
"name": "Madeline Nitzsche PhD",
"type": "nostrud"
}
},
{
"id": 4,
"land_id": 1,
"area_id": 9,
"city_id": 6,
"block_id": 2,
"name": "Marshall Hayes",
"phone": "(758) 428-7503 x9303",
"email": "Carmen_Towne@hotmail.com",
"agency_name": "Lana Braun",
"agency_number": 8,
"notes": "Cohaero aduro caveo vorax repudiandae suspendo adduco inflammatio acidus.",
"type": "quis consequat ad",
"commercial_register_or_national_id": 9,
"postal_code": "71575-0178",
"street": "9982 Therese Neck",
"address": "Illinois Cronaworth Montgomery County 939 Champlin Shore Apt. 152",
"building": {
"id": 3,
"name": "Jacob Romaguera PhD",
"project_id": 1,
"type": "B",
"land_area": "tantillus",
"tax_value": 8,
"price_after_tax": 807
},
"area": {
"id": 8,
"name": "Owen Balistreri",
"type": "dolore dolore cillum"
},
"city": {
"id": 1,
"country_id": 8,
"parent_id": 1,
"name": "Dr. Ivan Armstrong",
"type": "nostrud pariatur voluptate culpa mollit"
},
"block": {
"id": 7,
"name": "Courtney Kuhic",
"type": "sed ad mollit"
}
},
{
"id": 4,
"land_id": 2,
"area_id": 7,
"city_id": 9,
"block_id": 8,
"name": "Minnie Considine",
"phone": "428.240.2674 x92771",
"email": "Cleora.Daniel44@hotmail.com",
"agency_name": "Nicholas Cormier",
"agency_number": 7,
"notes": "Doloremque aqua varietas utroque tollo conventus considero cervus ventus.",
"type": "nulla proident dolore",
"commercial_register_or_national_id": 0,
"postal_code": "39158-3723",
"street": "4133 Water Street",
"address": "Vermont East Zelmaborough Lake County 610 Franklin Avenue Suite 480",
"building": {
"id": 1,
"name": "Connie Huels",
"project_id": 8,
"type": "e",
"land_area": "tyrannus",
"tax_value": 7,
"price_after_tax": 819
},
"area": {
"id": 4,
"name": "Anthony Herzog",
"type": "labore"
},
"city": {
"id": 6,
"country_id": 7,
"parent_id": 4,
"name": "Maggie Bogan PhD",
"type": "ipsum mollit"
},
"block": {
"id": 2,
"name": "Miss Amelia Crooks",
"type": "mollit adipisicing culpa minim non"
}
}
],
"links": {
"first": "http://estate.test/api/v1/system/lands/owners?page=1",
"last": "http://estate.test/api/v1/system/lands/owners?page=1",
"prev": null,
"next": "http://estate.test/api/v1/system/lands/owners?page=3"
},
"meta": {
"current_page": 1,
"from": null,
"last_page": 1,
"links": [
{
"url": null,
"label": "pagination.previous",
"active": false
},
{
"url": "http://estate.test/api/v1/system/lands/owners?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "pagination.next",
"active": false
}
],
"path": "http://estate.test/api/v1/system/lands/owners",
"per_page": 10,
"to": null,
"total": 0
}
}
}
Request
Query Params
search
stringÂ
optional
Example:
ow
area_id
stringÂ
optional
Example:
1
city_id
stringÂ
optional
Example:
1
block_id
stringÂ
optional
Example:
1
type
stringÂ
optional
Example:
company
created_at
stringÂ
optional
Example:
2025-04-06
Header Params
x-api-key
stringÂ
optional
Example:
{{x-api-key}}
x-secret-key
stringÂ
optional
Example:
{{x-secret-key}}
Responses
Modified at 2025-04-15 23:40:19