E-State
  1. Clients
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
          GET
        • show
          GET
      • Discounts
        • index
        • show
      • Lands
        • owners
        • index
        • show
        • show land owner
      • 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. Clients

show

Developing
GET
http://estate.test/api/v1{{url}}/system/clients/1
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://estate.test/api/v1/system/clients/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,
        "name": "Christopher Gorczany",
        "phone": "1-735-906-3005 x11537",
        "email": "Brain.Gutmann4@yahoo.com",
        "nationality_id": 1,
        "area_id": 1,
        "city_id": 2,
        "block_id": 5,
        "sale_support_user_id": 8,
        "other_phone": "(917) 444-1702 x346",
        "national_id": 8,
        "national_id_end_date": "2024-05-01T05:59:28.213Z",
        "postal_code": 38167,
        "date_of_birth": "2024-06-17T11:57:45.782Z",
        "gender": "female",
        "address": "Michigan Prudencestad Henry County 463 Pedro Passage Suite 775",
        "avatar": "https://avatars.githubusercontent.com/u/58939018",
        "income": "esse id deserunt",
        "education_level": "et aliquip esse sint dolor",
        "platform": "officia est non ut",
        "avatar_url": "https://avatars.githubusercontent.com/u/58605300",
        "saleSupportUser": {
            "id": 8,
            "name": "Annette Marquardt DVM",
            "email": "Melody.Johns@yahoo.com",
            "phone": 980,
            "job_title": "%l|M)>V+%Z",
            "id_number": 6
        },
        "area": {
            "id": 1,
            "name": "Glen Stracke",
            "type": "est nisi aute"
        },
        "city": {
            "id": 8,
            "country_id": 7,
            "parent_id": 7,
            "name": "Kelly VonRueden",
            "type": "in aliquip quis"
        },
        "block": {
            "id": 3,
            "name": "Brent Parker",
            "type": "labore"
        },
        "nationality": "eiusmod culpa pariatur",
        "sales": [
            {
                "id": 3,
                "reason_for_pay_id": 8,
                "project_id": 4,
                "building_id": 3,
                "unit_id": 4,
                "tax_reference_number": 4444,
                "sale_type": "est",
                "target_type": "aliquip ut",
                "status": "cillum mollit officia fugiat"
            },
            {
                "id": 7,
                "reason_for_pay_id": 5,
                "project_id": 8,
                "building_id": 1,
                "unit_id": 1,
                "tax_reference_number": 8,
                "sale_type": "do",
                "target_type": "dolor reprehenderit ad irure sed",
                "status": "Excepteur fugiat"
            }
        ],
        "rentalRequests": [
            {
                "id": 6,
                "unit_name": "Kent Jakubowski",
                "bathrooms_count": 1
            }
        ],
        "bookings": [
            {
                "id": 8,
                "unit_id": 9,
                "building_id": 3,
                "client_id": 8,
                "booking_open_at": "2025-08-30T12:18:44.390Z",
                "booking_expired_at": "2025-06-23T20:45:45.665Z",
                "booking_open_at_text": "tempor cillum in consequat",
                "booking_expired_at_text": "2025-04-18T05:55:58.209Z"
            }
        ]
    }
}

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 (Client) 
required
id
number 
required
ID
name
string 
required
name
phone
string 
required
email
string 
optional
nationality_id
number 
optional
area_id
number 
optional
city_id
number 
optional
block_id
number 
optional
sale_support_user_id
number 
optional
other_phone
string 
optional
national_id
number 
optional
national_id_end_date
string 
optional
postal_code
number 
optional
date_of_birth
string 
optional
gender
string 
optional
address
string 
optional
avatar
string 
optional
income
string 
optional
education_level
string 
optional
platform
string 
optional
avatar_url
string 
optional
saleSupportUser
object (User Simple) 
optional
area
object (Area Simple) 
optional
city
object (City Simple) 
optional
block
object (Block Simple) 
optional
nationality
string 
optional
sales
array[object (Sale Simple) {9}] 
optional
rentalRequests
array[object (RentalRequest Simple) {3}] 
optional
bookings
array[object (Booking Simple) {8}] 
optional
Modified at 2025-04-10 14:44:01
Previous
index
Next
index
Built with