E-State
  1. Attention Requests
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
          GET
        • show
          GET
      • Clients
        • index
        • show
      • 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. Attention Requests

show

Developing
GET
http://estate.test/api/v1{{url}}/system/attention-requests/45
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://estate.test/api/v1/system/attention-requests/45' \
--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": 5,
        "client_id": 5,
        "reason_for_buy": "Duis in enim",
        "payment_method": "voluptate sunt",
        "price_range": "89.75",
        "project_size_range": "incididunt commodo consectetur ut aliquip",
        "unit_size_range": "tempor in anim minim",
        "bedroom_count": "Lorem id reprehenderit proident",
        "has_toilet_elderly": "aute in est",
        "has_kitchen": "reprehenderit do sed",
        "note": "Sapiente audentia textilis est carmen asper.",
        "platform": "ex quis eiusmod",
        "client": {
            "id": 1,
            "name": "Miss Dana Shields Jr.",
            "phone": "1-869-330-3029 x427",
            "email": "Henri24@gmail.com"
        },
        "options": [
            {
                "id": 5,
                "type": "et",
                "name": "Olga Monahan",
                "is_active": false
            },
            {
                "id": 0,
                "type": "aliqua",
                "name": "Micheal Paucek",
                "is_active": true
            }
        ],
        "projects": [
            {
                "id": 4,
                "name": "Gorgeous Steel Fish",
                "code": "c",
                "status": "uredo",
                "type": "thymum",
                "image": "https://kooky-overcoat.net/",
                "start_work_date": "2026-02-05T06:47:05.961Z",
                "end_work_date": "2025-12-16T02:23:28.602Z"
            }
        ],
        "units": [
            {
                "id": 1,
                "building_id": 6,
                "project_id": 4,
                "is_for_rent": true,
                "name": "Dr. Gilberto Grant",
                "status": "Excepteur",
                "floor": "officia aliquip aliqua",
                "room_count": 8,
                "bathroom_count": 4
            },
            {
                "id": 2,
                "building_id": 8,
                "project_id": 2,
                "is_for_rent": true,
                "name": "Beatrice Gleichner",
                "status": "aute id fugiat",
                "floor": "consectetur dolore ea id",
                "room_count": 5,
                "bathroom_count": 4
            }
        ],
        "buildings": [
            {
                "id": 1,
                "name": "Kenneth Shields",
                "project_id": 6,
                "type": "Z",
                "land_area": "alo",
                "tax_value": 5,
                "price_after_tax": 765
            }
        ]
    }
}

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 (AttentionRequest ) 
required
id
number 
required
ID
client_id
number 
required
reason_for_buy
string 
required
payment_method
string 
required
price_range
string 
required
project_size_range
string 
required
unit_size_range
string 
required
bedroom_count
string 
required
has_toilet_elderly
string 
required
has_kitchen
string 
required
note
string 
required
platform
string 
required
client
object (Client Simple) 
required
options
array[object (Option) {4}] 
required
projects
array[object (Project Simple) {8}] 
required
units
array[object (Unit Simple) {9}] 
required
buildings
array[object (Building Simple) {7}] 
required
Modified at 2025-04-10 14:49:27
Previous
index
Next
index
Built with