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
Modified at 2025-04-10 14:49:27