E-State
  1. Lands
E-State
  • Prepare Api
  • E-state
    • Client
      • Attention Requests
        • index
        • store
        • show
      • Auth
        • profile
        • logout
        • register
        • login
      • Units
        • index
        • show
        • units client
      • Sales
        • index
        • show
    • System
      • Projects
        • index
        • show
      • Units
        • index
        • show units by project
        • show
      • Sales
        • SaleRefund
          • index
          • show
        • index
        • show
      • Attention Requests
        • index
        • show
      • Clients
        • index
        • show
      • Discounts
        • index
        • show
      • Lands
        • owners
          GET
        • index
          GET
        • show
          GET
        • show land owner
          GET
      • marketings
        • campaign-types
        • show campaign type
        • campaign-goals
        • show campaign goals
        • index
        • show
      • Purchase Orders
        • index
        • show
        • raise-budgets
        • show raise-budgets
      • Purchase Requests
        • index
        • show
      • Rental Requests
        • rental-requests
        • show rental-requests
  1. Lands

show

Developing
GET
http://estate.test/api/v1{{url}}/system/lands/1
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://estate.test/api/v1/system/lands/1' \
--header 'x-api-key: f482480c-11fe-4426-9f6e-e7d26c8c3eed' \
--header 'x-secret-key: FkSF0PDbMOgLmLlJeMDSDzBFIl5dloAC'
Response Response Example
{
    "status": "true",
    "message": "Operation completed successfully",
    "data": {
        "id": 9,
        "project_id": 3,
        "previous_land_owner_id": 3,
        "current_land_owner_id": 3,
        "country_id": 9,
        "area_id": 6,
        "city_id": 8,
        "block_id": 8,
        "name": "Dr. Tina Greenfelder II",
        "move_type": "veniam nostrud",
        "lat": "2025-04-16T20:58:16.989Z",
        "lang": "officia non",
        "address": "South Carolina Enidmouth Crawford County 26272 Ridge Road Apt. 833",
        "space": "ex enim Duis labore do",
        "plan_number": 6,
        "chart_number": 0,
        "block_number": 9,
        "meter_price": 1,
        "total_price": 1,
        "vat_number": 4,
        "vat_amount": 4,
        "vat_date": "2025-12-31T20:54:44.020Z",
        "vat_paid_date": "2025-07-30T05:38:40.225Z",
        "previousLandOwner": {
            "id": 4,
            "name": "Elizabeth Bogan",
            "email": "Ashley_Toy99@hotmail.com",
            "phone": 916,
            "type": "proident et quis commodo amet"
        },
        "currentLandOwner": {
            "id": 3,
            "name": "Annie Stamm",
            "email": "Joany_Bernier@gmail.com",
            "phone": 685,
            "type": "sint dolor"
        },
        "project": {
            "id": 6,
            "name": "Electronic Fresh Chicken",
            "code": "3",
            "status": "atqui",
            "type": "suffoco",
            "image": "https://crazy-sonnet.info",
            "start_work_date": "2025-10-20T11:15:47.582Z",
            "end_work_date": "2025-12-23T15:07:46.130Z"
        },
        "country": {
            "id": 6,
            "name": "Rosemary Von"
        },
        "area": {
            "id": 2,
            "name": "Traci Langworth",
            "type": "Ut nisi exercitation nostrud consectetur"
        },
        "city": {
            "id": 1,
            "country_id": 4,
            "parent_id": 7,
            "name": "Terry Ebert",
            "type": "ea elit proident"
        },
        "block": {
            "id": 2,
            "name": "Miss Adrienne Morar",
            "type": "eu irure"
        },
        "landSuks": [
            {
                "id": 7,
                "land_id": 2,
                "sku_number": 2,
                "sku_date": "2026-02-15T01:10:10.552Z",
                "sku_file": "https://ambitious-cruelty.name/"
            }
        ],
        "landOwnerships": [
            {
                "id": 5,
                "land_id": 4,
                "previous_land_owner_id": 9,
                "current_land_owner_id": 8,
                "move_type": "deserunt exercitation",
                "land": {
                    "id": 2,
                    "name": "Wm Senger-Tromp",
                    "move_type": "ut Ut dolore aute sit",
                    "lat": -70823484,
                    "lang": "labore",
                    "address": "Iowa North Devonte Lake County 10459 Minerva Village Apt. 521",
                    "space": "incididunt sunt elit cillum ea",
                    "plan_number": 3
                },
                "previousLandOwner": {
                    "id": 3,
                    "name": "Johnny Yost",
                    "email": "Jeffery_Padberg@gmail.com",
                    "phone": 774,
                    "type": "ut nulla"
                },
                "currentLandOwner": {
                    "id": 7,
                    "name": "Francis Hamill",
                    "email": "Kirk.Prosacco20@hotmail.com",
                    "phone": 455,
                    "type": "ex elit magna"
                }
            }
        ]
    }
}

Request

Header Params
x-api-key
string 
optional
Example:
{{x-api-key}}
x-secret-key
string 
optional
Example:
{{x-secret-key}}

Responses

🟢200Success
application/json
Body
status
string 
required
message
string 
required
data
object (Land ) 
required
id
number 
required
project_id
number 
required
previous_land_owner_id
number 
required
current_land_owner_id
number 
required
country_id
number 
required
area_id
number 
required
city_id
number 
required
block_id
number 
required
name
string 
required
move_type
string 
required
lat
string 
required
lang
string 
required
address
string 
required
space
string 
required
plan_number
number 
required
chart_number
number 
required
block_number
number 
required
meter_price
number 
required
total_price
number 
required
vat_number
number 
required
vat_amount
number 
required
vat_date
string 
required
vat_paid_date
string 
required
previousLandOwner
object (LandOwner Simple) 
required
currentLandOwner
object (LandOwner Simple) 
required
project
object (Project Simple) 
required
country
object (Country Simple) 
required
area
object (Area Simple) 
required
city
object (City Simple) 
required
block
object (Block Simple) 
required
landSuks
array[object (LandSuk) {5}] 
required
landOwnerships
array[object (LandOwnership) {8}] 
required
Modified at 2025-04-10 14:38:03
Previous
index
Next
show land owner
Built with