index
Developing
GET
http://estate.test/api/v1{{url}}/system/attention-requests
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://estate.test/api/v1/system/attention-requests?search=3&payment_method=bank&reason_for_buy=leasing&has_kitchen=1' \
--header 'x-api-key: f482480c-11fe-4426-9f6e-e7d26c8c3eed' \
--header 'x-secret-key: FkSF0PDbMOgLmLlJeMDSDzBFIl5dloAC'
Response Response Example
{
"status": "true",
"message": "Operation completed successfully",
"response": {
"data": [
{
"id": 5,
"client_id": 8,
"reason_for_buy": "adipisicing in",
"payment_method": "consequat ea irure incididunt",
"price_range": "16.75",
"project_size_range": "nostrud fugiat",
"unit_size_range": "eu reprehenderit nostrud est commodo",
"bedroom_count": "et magna",
"has_toilet_elderly": "sunt",
"has_kitchen": "amet labore anim proident",
"note": "Reprehenderit tricesimus odit aqua cura dolores est alienus.",
"platform": "in eu ut",
"client": {
"id": 0,
"name": "Lela Rice",
"phone": "786-813-4063",
"email": "Travon_Schneider@hotmail.com"
}
},
{
"id": 6,
"client_id": 4,
"reason_for_buy": "do pariatur dolor in ut",
"payment_method": "aute laboris minim",
"price_range": "58.63",
"project_size_range": "deserunt dolore ea",
"unit_size_range": "dolore Ut",
"bedroom_count": "dolore",
"has_toilet_elderly": "tempor cillum Duis",
"has_kitchen": "ullamco aliquip qui adipisicing",
"note": "Fuga id molestiae.",
"platform": "ipsum",
"client": {
"id": 2,
"name": "Calvin Grimes",
"phone": "409.213.3245 x717",
"email": "Dennis.Friesen@hotmail.com"
}
}
],
"links": {
"first": "http://estate.test/api/v1/system/attention-requests?page=1",
"last": "http://estate.test/api/v1/system/attention-requests?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": null,
"last_page": 1,
"links": [
{
"url": null,
"label": "pagination.previous",
"active": false
},
{
"url": "http://estate.test/api/v1/system/attention-requests?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "pagination.next",
"active": false
}
],
"path": "http://estate.test/api/v1/system/attention-requests",
"per_page": 10,
"to": null,
"total": 0
}
}
}
Request
Query Params
search
string
optional
Example:
3
payment_method
string
optional
Example:
bank
reason_for_buy
string
optional
Example:
leasing
has_kitchen
string
optional
Example:
1
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-17 20:27:55