show
Developing
GET
http://estate.test/api/v1{{url}}/client/attention-requests/3
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://estate.test/api/v1/client/attention-requests/3' \
--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": 8,
"client_id": 5,
"reason_for_buy": "magna occaecat dolor qui minim",
"payment_method": "irure culpa sunt Ut",
"price_range": "218.25",
"project_size_range": "in consequat",
"unit_size_range": "est",
"bedroom_count": "ullamco veniam proident",
"has_toilet_elderly": "dolor et commodo veniam Ut",
"has_kitchen": "pariatur adipisicing enim mollit exercitation",
"note": "Canonicus quaerat adiuvo degusto atque velit.",
"platform": "nisi aliquip voluptate tempor",
"client": {
"id": 3,
"name": "Sergio Cummings",
"phone": "(406) 387-0632",
"email": "Eudora.Lang-McLaughlin@yahoo.com"
},
"options": [
{
"id": 2,
"type": "aliqua non laborum",
"name": "Karl Gerlach",
"is_active": false
},
{
"id": 4,
"type": "in velit Excepteur",
"name": "Crystal Batz",
"is_active": true
}
],
"projects": [
{
"id": 3,
"name": "Unbranded Concrete Mouse",
"code": "L",
"status": "quos",
"type": "altus",
"image": "https://wee-advertisement.com",
"start_work_date": "2025-02-08T03:14:15.616Z",
"end_work_date": "2025-06-18T08:20:37.025Z"
},
{
"id": 5,
"name": "Incredible Cotton Keyboard",
"code": "V",
"status": "adversus",
"type": "eligendi",
"image": "https://ill-fated-earth.biz",
"start_work_date": "2025-06-03T14:44:06.003Z",
"end_work_date": "2024-10-26T02:04:23.958Z"
}
],
"units": [
{
"id": 8,
"building_id": 6,
"project_id": 4,
"is_for_rent": true,
"name": "Mrs. Rhonda Smith",
"status": "magna sunt cupidatat",
"floor": "fugiat nostrud ipsum magna ullamco",
"room_count": 7,
"bathroom_count": 0
},
{
"id": 6,
"building_id": 9,
"project_id": 0,
"is_for_rent": false,
"name": "Albert Robel",
"status": "elit aliquip",
"floor": "fugiat",
"room_count": 2,
"bathroom_count": 3
}
],
"buildings": [
{
"id": 4,
"name": "Ellen Torphy",
"project_id": 1,
"type": "X",
"land_area": "amo",
"tax_value": 4,
"price_after_tax": 494
},
{
"id": 1,
"name": "Woodrow Brown",
"project_id": 2,
"type": "H",
"land_area": "coma",
"tax_value": 5,
"price_after_tax": 186
}
]
}
}
Request
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-16 08:46:52